I've always run aclocal before libtoolize, but the latter installs .m4

files, which requires regenerating aclocal.m4, so it should really be the
other way around.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@744 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-09-08 19:27:39 +00:00
parent 914a5b3708
commit cf0612ac98
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
# $Id$
#
aclocal -I m4
libtoolize --copy --force
aclocal -I m4
autoheader
automake -a -c --foreign
autoconf