summaryrefslogtreecommitdiffstats
path: root/server/build_macros.m4
diff options
context:
space:
mode:
Diffstat (limited to 'server/build_macros.m4')
-rw-r--r--server/build_macros.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/server/build_macros.m4 b/server/build_macros.m4
index 5ddcc3c56..37d964392 100644
--- a/server/build_macros.m4
+++ b/server/build_macros.m4
@@ -13,3 +13,9 @@ AC_DEFUN([BUILD_WITH_SHARED_BUILD_DIR],
AC_SUBST(sharedbuilddir)
])
+AC_DEFUN([BUILD_WITH_AUX_INFO],
+ [ AC_ARG_WITH([aux-info],
+ [AC_HELP_STRING([--with-aux-info],
+ [Build with -aux-info output])])
+ ])
+AM_CONDITIONAL([WANT_AUX_INFO], [test x$with_aux_info = xyes])