]> wimlib.net Git - wimlib/blobdiff - tools/make-releases
configure.ac: generate version number from git commit and tags
[wimlib] / tools / make-releases
index fad2b88c4d8591605e3cd41f8f37f148a02a0543..251e741311c2ec614af10a525892dcc9d22b83cc 100755 (executable)
@@ -6,6 +6,8 @@ MAKE="make -j$(grep -c processor /proc/cpuinfo)"
 
 export CFLAGS="-O2 -Wall -Werror"
 
 
 export CFLAGS="-O2 -Wall -Werror"
 
+autoreconf -i -f # make sure the version number gets updated
+
 ./configure && $MAKE distcheck
 
 # Recompress with 7-Zip
 ./configure && $MAKE distcheck
 
 # Recompress with 7-Zip