diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-11-11 23:02:11 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-11-11 23:21:34 +0100 |
commit | 2b36543ab1e7ed4a2c7d49dce1da043e6984cded (patch) | |
tree | a12ec0351afa12f54b418f4861ecd41a279ecbda /m4 | |
parent | f94a64cc08b47cdbfdfea5b5756340246fc391ed (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/.gitignore | 2 |
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 |