summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Fisher <stephenfisher@centurylink.net>2014-11-04 11:43:46 -0700
committerStephen Fisher <stephenfisher@centurylink.net>2014-11-04 19:55:58 +0000
commit89291ad4f3293893387b385a0800cad42215ddd4 (patch)
tree3ff36ae59c5038b9f7b5c8554a5a74a262c6c5c2 /configure.ac
parent8765fec5786014d15a7a7a8ab8491f1f68ed1a29 (diff)
downloadwireshark-89291ad4f3293893387b385a0800cad42215ddd4.tar.gz
Follow a suggestion from libtoolize:
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([./aclocal-fallback])' to configure.ac This is explained in the libtool manual: "In the future other Autotools will automatically check the contents of AC_CONFIG_MACRO_DIRS, but at the moment it is more portable to add the macro directory to ACLOCAL_AMFLAGS in Makefile.am, which is where the tools currently look. If libtoolize doesn't see AC_CONFIG_MACRO_DIRS, it too will honour the first -I argument in ACLOCAL_AMFLAGS when choosing a directory to store libtool configuration macros in. It is perfectly sensible to use both AC_CONFIG_MACRO_DIRS and ACLOCAL_AMFLAGS, as long as they are kept in synchronisation." Change-Id: Ic203b0b5104ea3423cf8c0042b2278e82bcea332 Reviewed-on: https://code.wireshark.org/review/5113 Reviewed-by: Stephen Fisher <stephenfisher@centurylink.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2e7715113b..ece3371ded 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ AC_PREREQ(2.60)
AC_MIN_VERSION=2.60
AC_SUBST(AC_MIN_VERSION)
+AC_CONFIG_MACRO_DIRS([./aclocal-fallback])
+
dnl Check for CPU / vendor / OS
dnl The user is encouraged to use either `AC_CANONICAL_BUILD', or
dnl `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the