autogen.sh: don't call aclocal with the $PWD prefix

calling aclocal -I PWD/m4 in autogen.sh, rather than aclocal -I m4 is
causing autotools to to not include the m4 directory in the dist
tarball. This makes it quite hard to regenerate aclocal/configure.
This commit is contained in:
Richard Brown 2008-10-30 10:37:41 +01:00 committed by Max Kellermann
parent 5f6383d68c
commit bc5429580e
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ fi
echo "Generating configuration files for $package, please wait...."
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/m4"
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
# /usr/share/aclocal is most likely included by default, already...
ac_local_paths='