merge r744: run libtoolize before aclocal

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/branches/nooath@899 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2017-01-17 14:38:22 +00:00
parent 4860733e29
commit d426d89488
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 --add-missing --copy --foreign
autoconf