Skip to content

Commit

Permalink
Merge pull request #191 from garlick/autoreconf_force
Browse files Browse the repository at this point in the history
build: ensure autogen.sh updates package version
  • Loading branch information
mergify[bot] authored Nov 4, 2024
2 parents 1c6a2c1 + e1f0a9b commit f0232e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
echo "Running libtoolize --automake --copy ... "
libtoolize --automake --copy || exit
echo "Running autoreconf --verbose --install"
autoreconf --verbose --install || exit
autoreconf --force --verbose --install || exit
echo "Now run ./configure."

0 comments on commit f0232e7

Please sign in to comment.