summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9312c1)
raw | patch | inline | side by side (parent: b9312c1)
author | Max Kellermann <max@duempel.org> | |
Mon, 5 Jan 2009 17:00:04 +0000 (18:00 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 5 Jan 2009 17:00:04 +0000 (18:00 +0100) |
This allows aclocal to generate the correct m4/*.m4 dependencies for
the "dist" target.
the "dist" target.
autogen.sh | patch | blob | history |
diff --git a/autogen.sh b/autogen.sh
index 8c02d61ae60d1dc5c444e76f75d6efabb3258545..baee6c3e6971398a329e2f0af4a039d506e1e970 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
# 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..."