diff options
author | Wrobell <wrobell@ite.pl> | 2002-01-30 23:09:52 +0000 |
---|---|---|
committer | Wrobell <wrobell@ite.pl> | 2002-01-30 23:09:52 +0000 |
commit | 8890e586e2b8f8dfdb00e51b46d56ed17d7f9e7e (patch) | |
tree | 5b3a40652243bdf16e552b625d5e4d5d9375924b | |
parent | 2cbefa4916f28f413a920fdfa22f81394fabe5d8 (diff) | |
download | gst-plugins-bad-8890e586e2b8f8dfdb00e51b46d56ed17d7f9e7e.tar.gz gst-plugins-bad-8890e586e2b8f8dfdb00e51b46d56ed17d7f9e7e.tar.bz2 gst-plugins-bad-8890e586e2b8f8dfdb00e51b46d56ed17d7f9e7e.zip |
- use aclocal -I option instead of cat
Original commit message from CVS:
- use aclocal -I option instead of cat
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |