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 89291ad4f3.

Change-Id: Ie4fa71062886f58c7f6014f6b7969921f0b824ae
Reviewed-on: https://code.wireshark.org/review/5116
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-11-04 20:36:13 +00:00
parent 79e4da4d63
commit e65f581ffa
1 changed files with 0 additions and 2 deletions

View File

@ -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