From: neo23 Date: Wed, 10 Jul 2002 02:37:19 +0000 (+0000) Subject: Call aclocal from autogen.sh. X-Git-Tag: 0.10.0~1001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5ab9ddbf1bb9ef9f41cd9d6d9ada279950e2216;p=check Call aclocal from autogen.sh. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@147 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/.cvsignore b/check/.cvsignore index cd0f04c..415aa67 100644 --- a/check/.cvsignore +++ b/check/.cvsignore @@ -1,5 +1,6 @@ Makefile.in Makefile +aclocal.m4 configure config.log config.h diff --git a/check/autogen.sh b/check/autogen.sh index a380a41..930b816 100755 --- a/check/autogen.sh +++ b/check/autogen.sh @@ -79,6 +79,9 @@ for i in $autogen_dirs; do echo "Processing $i..." cd $i + + aclocal $ACLOCAL_FLAGS + # optionally feature autoheader if grep AM_CONFIG_HEADER configure.in >/dev/null ; then (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader