]> granicus.if.org Git - ipset/commitdiff
build: resolve autoreconf/libtoolize suggestions
authorJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 09:02:26 +0000 (11:02 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 09:03:42 +0000 (11:03 +0200)
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>
Makefile.am
configure.ac
m4/.gitignore [new file with mode: 0644]

index 7225f86794b85730b27422c37dbf0cb1cdcf2182..acd3d1486c5c4a140cbcbb35bc2d08f657de4c89 100644 (file)
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+ACLOCAL_AMFLAGS = -I m4
+
 include $(top_srcdir)/Make_global.am
 
 if ! WITH_KBUILDDIR
index 7622ac41f0ff6a9ba3e4c614171f6b4b4e7171bf..34f0889737b6f4b4e728316888563798560c205b 100644 (file)
@@ -1,6 +1,7 @@
 dnl Boilerplate
 AC_INIT([ipset], [5.0], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_SYSTEM
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
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