summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-12-20 17:15:43 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-12-20 17:15:47 +0000
commit1875107f9ed94dfaf8bcdb9347c0aca7dbe29aa0 (patch)
treec17045de2a8fd9b9a387b79cc17b8c436083098e /m4
parent65e4514df2949262d11963f59f205375582533ad (diff)
Make AX_CONFIG_DIR_IMPLY AC_DISABLE_OPTION_CHECKING
Turn of warnings about unknown options as this also causes warnings about options from submodules. AC_CONFIG_SUBDIRS has the same behaviour
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_config_dir.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_config_dir.m4 b/m4/ax_config_dir.m4
index d72b51c0..0ba313fa 100644
--- a/m4/ax_config_dir.m4
+++ b/m4/ax_config_dir.m4
@@ -12,6 +12,7 @@ dnl /usr/share/autoconf/autoconf/status.m4 which implements part of
dnl AC_CONFIG_SUBDIRS
AC_DEFUN([AX_CONFIG_DIR],
+[AC_REQUIRE([AC_DISABLE_OPTION_CHECKING])]
[m4_append([_AC_LIST_SUBDIRS], [$1], [])]
[
# Remove --cache-file and --srcdir arguments so they do not pile up.