From af521599d11ac5a33081fa5ab88cb24225b03aa1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 5 Jan 2009 18:00:04 +0100 Subject: [PATCH] autogen.sh: removed $PWD from aclocal call This allows aclocal to generate the correct m4/*.m4 dependencies for the "dist" target. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.30.2