Skip to content

Commit

Permalink
autogen: re-run aclocal after libtoolize
Browse files Browse the repository at this point in the history
This seems to prevent configure from re-running after the first
invocation of 'make' following ./autogen.sh. The autoreconf script also
does this.

Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Jan 15, 2014
1 parent 980ef0e commit fdf1a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rm -f config.cache
aclocal -I m4 --install
check_for_pkg_config
$LIBTOOLIZE --force --copy
aclocal -I m4 --install
autoconf
autoheader
automake -a --add-missing -Wall
Expand Down

0 comments on commit fdf1a41

Please sign in to comment.