]> granicus.if.org Git - check/commitdiff
Call aclocal from autogen.sh.
authorneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Jul 2002 02:37:19 +0000 (02:37 +0000)
committerneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Jul 2002 02:37:19 +0000 (02:37 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@147 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/.cvsignore
check/autogen.sh

index cd0f04c631f509d0bb9ec2da10c672e5eadeadc0..415aa67e51a68b8bfac05f50134f5cf75a6bf149 100644 (file)
@@ -1,5 +1,6 @@
 Makefile.in
 Makefile
+aclocal.m4
 configure
 config.log
 config.h
index a380a4158abacc77e3dd2d22220d65415200ff79..930b816edb1d0301244672e6542db533faf2ffd6 100755 (executable)
@@ -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