summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-11-30 19:37:29 +0100
committerLudovic Courtès <ludo@gnu.org>2008-11-30 19:38:18 +0100
commitd051899d17b5263df6c9cf446d8732d7e50b726a (patch)
tree344c5048b0e73cd38aba524b6f41b0ed318fe266
parent634aa8de8f8facc285867100c6c0a54c4ea5e6d4 (diff)
downloadguile-d051899d17b5263df6c9cf446d8732d7e50b726a.tar.gz
Make GNU Libtool 2.2.x happier.
* configure.in: Use `AC_CONFIG_MACRO_DIR([m4])'. Reverts patch b01284227e180d223c97e1b9ba7e2cbd0ddded7e and makes `libtoolize' from Libtool 2 happier (removes a couple of warnings). * Makefile.am (ACLOCAL_AMFLAGS): Remove `-I guile-config' since that directory only contains macros that we distribute, not macros that we use.
-rw-r--r--Makefile.am2
-rw-r--r--m4/.gitignore2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b6e9e67d..b7de162ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
TESTS = check-guile
-ACLOCAL_AMFLAGS = -I guile-config -I m4
+ACLOCAL_AMFLAGS = -I m4
DISTCLEANFILES = check-guile.log
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 000000000..64d9bbcdd
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1,2 @@
+/libtool.m4
+/lt*.m4