aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-13 01:30:02 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-13 01:30:02 -0400
commit182cde0e780e2b3b0bc7de51f4712c54f47c89ad (patch)
tree42507e8d9f5271c35b1aec17d80a0a42de60865c /m4/ax_cflags_warn_all.m4
parentgitignore: ignore configure.lineno (diff)
downloadsandbox-182cde0e780e2b3b0bc7de51f4712c54f47c89ad.tar.gz
sandbox-182cde0e780e2b3b0bc7de51f4712c54f47c89ad.tar.bz2
sandbox-182cde0e780e2b3b0bc7de51f4712c54f47c89ad.zip
update autotool files
Fix up the recursive logic with the ax processing so we actually grab all the ones we need. We probably grab too many, but meh. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'm4/ax_cflags_warn_all.m4')
-rw-r--r--m4/ax_cflags_warn_all.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_cflags_warn_all.m4 b/m4/ax_cflags_warn_all.m4
index 0fa3e18..1f07799 100644
--- a/m4/ax_cflags_warn_all.m4
+++ b/m4/ax_cflags_warn_all.m4
@@ -58,7 +58,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 14
+#serial 15
AC_DEFUN([AX_FLAGS_WARN_ALL],[dnl
AS_VAR_PUSHDEF([FLAGS],[_AC_LANG_PREFIX[]FLAGS])dnl
@@ -84,7 +84,7 @@ done
FLAGS="$ac_save_[]FLAGS"
])
AS_VAR_POPDEF([FLAGS])dnl
-AC_REQUIRE([AX_APPEND_FLAG])
+AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
case ".$VAR" in
.ok|.ok,*) m4_ifvaln($3,$3) ;;
.|.no|.no,*) m4_default($4,[m4_ifval($2,[AX_APPEND_FLAG([$2], [$1])])]) ;;