summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2015-01-06 16:20:04 +0100
committerJörg Mayer <jmayer@loplof.de>2015-01-06 15:57:11 +0000
commitdd65274bfd2128e185cbc41b367f619ac87e70a7 (patch)
tree446a65fa0effee79bc503a66696017264cf89738 /Makefile.am
parent1d7da82938de1d40db9f34eb42e73a909c6ffa91 (diff)
downloadwireshark-dd65274bfd2128e185cbc41b367f619ac87e70a7.tar.gz
Revert e65f581ffa86f6bfd566a9b66ca2c882f465727f, which
reverts commit 89291ad4f3293893387b385a0800cad42215ddd4 Protect the new macro with "m4_ifdef" instead. Add comments to keep the old and the new flags in sync. Change-Id: I37dea1a5c8d743f5dcf4a4d9ff38ff92200271d0 Reviewed-on: https://code.wireshark.org/review/6343 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 61b6e3708d..8bce5850b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
AM_DISTCHECK_CONFIGURE_FLAGS=@GUI_CONFIGURE_FLAGS@
+# Make sure to keep ACLOCAL_AMFLAGS in Makefile.am and AC_CONFIG_MACRO_DIRS
+# in configure.ac in sync, otherwise there will be an error running autogen.sh.
ACLOCAL_AMFLAGS = `./aclocal-flags`
if HAVE_WARNINGS_AS_ERRORS