summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWrobell <wrobell@ite.pl>2002-01-30 23:09:52 +0000
committerWrobell <wrobell@ite.pl>2002-01-30 23:09:52 +0000
commit1fd5f11ed39b4dc83617c987b8adcdad86de35f5 (patch)
tree780a7fe53d41353dedfa09c759c4ce9b4e4c978d /autogen.sh
parent0db05bc494a815b74ab8629804b1fc6c131a2d8a (diff)
- use aclocal -I option instead of cat
Original commit message from CVS: - use aclocal -I option instead of cat
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index bbc8e627a..81218a40a 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