From cf0612ac98c84f1cff972af5acea0b1725977111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 8 Sep 2013 19:27:39 +0000 Subject: [PATCH] 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 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d46598b..b881362 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,8 +3,8 @@ # $Id$ # -aclocal -I m4 libtoolize --copy --force +aclocal -I m4 autoheader automake -a -c --foreign autoconf