summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-11 23:02:11 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-11 23:21:34 +0100
commit2b36543ab1e7ed4a2c7d49dce1da043e6984cded (patch)
treea12ec0351afa12f54b418f4861ecd41a279ecbda /m4
parentf94a64cc08b47cdbfdfea5b5756340246fc391ed (diff)
build: use AC_CONFIG_MACRO_DIR as per libtoolize warning
libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding "-I m4" to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'm4')
-rw-r--r--m4/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 0000000..8d0c756
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1,2 @@
+/lt*.m4
+/libtool.m4