aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-04 20:36:13 +0000
committerGuy Harris <guy@alum.mit.edu>2014-11-04 20:36:22 +0000
commite65f581ffa86f6bfd566a9b66ca2c882f465727f (patch)
tree4c286f35bfe7421f37b747c306cc585d044fbb17 /configure.ac
parent79e4da4d638f4abe1f2969a69327f1cfcaaeb446 (diff)
Revert "Follow a suggestion from libtoolize:"
Sadly, older versions of autoconf - such as the ones on the OS X buildbots - don't know about AC_CONFIG_MACRO_DIRS. This reverts commit 89291ad4f3293893387b385a0800cad42215ddd4. Change-Id: Ie4fa71062886f58c7f6014f6b7969921f0b824ae Reviewed-on: https://code.wireshark.org/review/5116 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ece3371ded..2e7715113b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,6 @@ 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