From: Max Kellermann Date: Mon, 5 Jan 2009 17:00:04 +0000 (+0100) Subject: autogen.sh: removed $PWD from aclocal call X-Git-Tag: release-0.13~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=af521599d11ac5a33081fa5ab88cb24225b03aa1;p=ncmpc.git autogen.sh: removed $PWD from aclocal call This allows aclocal to generate the correct m4/*.m4 dependencies for the "dist" target. --- diff --git a/autogen.sh b/autogen.sh index 8c02d61..baee6c3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,7 @@ glib-gettextize --force --copy # add aclocal.m4 to current dir echo "aclocal..." -aclocal -I $PWD/m4 +aclocal -I m4 # This generates the configure script from configure.in echo "autoconf..."