From: Wrobell Date: Wed, 30 Jan 2002 23:09:26 +0000 (+0000) Subject: - use aclocal -I option instead of cat X-Git-Tag: RELEASE-0_3_2-DOBDAY~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e7e371ffe91bf79a02bcf59b9f18fd73848704b;p=platform%2Fupstream%2Fgstreamer.git - use aclocal -I option instead of cat Original commit message from CVS: - use aclocal -I option instead of cat --- diff --git a/autogen.sh b/autogen.sh index 76f4986..fcbff15 100755 --- a/autogen.sh +++ b/autogen.sh @@ -142,11 +142,8 @@ test -f $srcfile || { exit 1 } -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