aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-30 19:45:40 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-30 19:45:40 +0000
commit5d960bbf029cd7e1b8fc1b61b201f346071846b5 (patch)
treee6ce2196b38fa2ce9a9d55d11b2fe70f2fa2addb /configure.in
parentda15667cd3b232edacfe22d1bb4a62123f7c489f (diff)
From Marc Moussali:
Make it easier to add custom plugins. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26627 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1d6d9c237d..d0012eb769 100644
--- a/configure.in
+++ b/configure.in
@@ -1558,6 +1558,9 @@ AC_SUBST(ENABLE_STATIC)
dnl Save the cacheable configure results to config.cache before recursing
AC_CACHE_SAVE
+sinclude(plugins/Custom.m4) dnl
+ifdef(_CUSTOM_AC_OUTPUT_, '', define(_CUSTOM_AC_OUTPUT_, )) dnl
+
AM_CONFIG_HEADER(config.h)
AC_OUTPUT(
Makefile
@@ -1697,6 +1700,7 @@ AC_OUTPUT(
tools/lemon/Makefile
wiretap/Makefile
wsutil/Makefile
+ _CUSTOM_AC_OUTPUT_
,)
dnl AC_CONFIG_FILES([tools/setuid-root.pl], [chmod +x tools/setuid-root.pl])