summaryrefslogtreecommitdiff
path: root/macros/mate-compiler-flags.m4
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-04 09:59:30 -0800
committerStefano Karapetsas <[email protected]>2014-01-04 09:59:30 -0800
commit56a56f089dac584b3a7b3b524c05eb5418ab4ab1 (patch)
tree816b3e60b51dc077dce315b45186cea16817f160 /macros/mate-compiler-flags.m4
parent185a8813fec72f8c541192f59e93caca50e4ce68 (diff)
parentee67cdc2cd7c65318d21faed1056160f8355990e (diff)
downloadmate-common-56a56f089dac584b3a7b3b524c05eb5418ab4ab1.tar.bz2
mate-common-56a56f089dac584b3a7b3b524c05eb5418ab4ab1.tar.xz
Merge pull request #11 from infirit/gnomefixes
Many fixes from gnome-common that are useful for MATE
Diffstat (limited to 'macros/mate-compiler-flags.m4')
-rw-r--r--macros/mate-compiler-flags.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/mate-compiler-flags.m4 b/macros/mate-compiler-flags.m4
index b3a8a63..4b5ecc0 100644
--- a/macros/mate-compiler-flags.m4
+++ b/macros/mate-compiler-flags.m4
@@ -24,7 +24,7 @@ AC_DEFUN([MATE_COMPILE_WARNINGS],[
dnl ******************************
AC_ARG_ENABLE(compile-warnings,
- AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
+ AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
[Turn on compiler warnings]),,
[enable_compile_warnings="m4_default([$1],[yes])"])
@@ -78,7 +78,7 @@ AC_DEFUN([MATE_COMPILE_WARNINGS],[
AC_MSG_RESULT($warning_flags)
AC_ARG_ENABLE(iso-c,
- AC_HELP_STRING([--enable-iso-c],
+ AS_HELP_STRING([--enable-iso-c],
[Try to warn if code is not ISO C ]),,
[enable_iso_c=no])
@@ -106,7 +106,7 @@ dnl For C++, do basically the same thing.
AC_DEFUN([MATE_CXX_WARNINGS],[
AC_ARG_ENABLE(cxx-warnings,
- AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
+ AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
[Turn on compiler warnings.]),,
[enable_cxx_warnings="m4_default([$1],[minimum])"])
@@ -132,7 +132,7 @@ AC_DEFUN([MATE_CXX_WARNINGS],[
AC_MSG_RESULT($warnCXXFLAGS)
AC_ARG_ENABLE(iso-cxx,
- AC_HELP_STRING([--enable-iso-cxx],
+ AS_HELP_STRING([--enable-iso-cxx],
[Try to warn if code is not ISO C++ ]),,
[enable_iso_cxx=no])