Make GNU Libtool 2.2.x happier.
authorLudovic Courtès <ludo@gnu.org>
Sun, 30 Nov 2008 18:37:29 +0000 (19:37 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 30 Nov 2008 18:38:18 +0000 (19:38 +0100)
* 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.

Makefile.am
m4/.gitignore [new file with mode: 0644]

index 5b6e9e6..b7de162 100644 (file)
@@ -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 (file)
index 0000000..64d9bbc
--- /dev/null
@@ -0,0 +1,2 @@
+/libtool.m4
+/lt*.m4