From: Wrobell Date: Wed, 30 Jan 2002 23:09:52 +0000 (+0000) Subject: - use aclocal -I option instead of cat X-Git-Tag: 1.19.3~507^2~25100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8890e586e2b8f8dfdb00e51b46d56ed17d7f9e7e;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 bbc8e62..81218a4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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