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@xxxxxxxxxx> --- Makefile.am | 2 ++ configure.ac | 1 + m4/.gitignore | 2 ++ 3 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 m4/.gitignore diff --git a/Makefile.am b/Makefile.am index 7225f86..acd3d14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 7622ac4..34f0889 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ dnl Boilerplate AC_INIT([ipset], [5.0], [kadlec@xxxxxxxxxxxxxxxxx]) 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 index 0000000..64d9bbc --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +/libtool.m4 +/lt*.m4 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html