- use aclocal -I option instead of cat
authorWrobell <wrobell@ite.pl>
Wed, 30 Jan 2002 23:09:52 +0000 (23:09 +0000)
committerWrobell <wrobell@ite.pl>
Wed, 30 Jan 2002 23:09:52 +0000 (23:09 +0000)
Original commit message from CVS:
- use aclocal -I option instead of cat

autogen.sh

index bbc8e627ae9f36293c88e494f076362358874840..81218a40ae6841e53fa930b5fb47306bb21c015c 100755 (executable)
@@ -137,11 +137,8 @@ if test -z "$*"; then
         echo "to pass any to it, please specify them on the $0 command line."
 fi
 
-echo "+ creating acinclude.m4"
-cat m4/*.m4 > acinclude.m4
-
 echo "+ running aclocal ..."
-aclocal $ACLOCAL_FLAGS || {
+aclocal -I m4 $ACLOCAL_FLAGS || {
        echo
        echo "aclocal failed - check that all needed development files are present on system"
        exit 1