summaryrefslogtreecommitdiff
path: root/macros/mate-common.m4
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-03 14:11:47 +0100
committerinfirit <[email protected]>2014-01-03 14:11:47 +0100
commita5462e1fc2f408aa6b697300c1879b4567a51bf9 (patch)
tree09af5288fb1675d1e98a58bc446bc2dc23f3fca6 /macros/mate-common.m4
parent185a8813fec72f8c541192f59e93caca50e4ce68 (diff)
downloadmate-common-a5462e1fc2f408aa6b697300c1879b4567a51bf9.tar.bz2
mate-common-a5462e1fc2f408aa6b697300c1879b4567a51bf9.tar.xz
Replace deprecated AC_HELP_STRING with AS_HELP_STRING
Diffstat (limited to 'macros/mate-common.m4')
-rw-r--r--macros/mate-common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/mate-common.m4 b/macros/mate-common.m4
index bdde06a..77bfa8e 100644
--- a/macros/mate-common.m4
+++ b/macros/mate-common.m4
@@ -35,7 +35,7 @@ AC_DEFUN([MATE_COMMON_INIT],
AC_DEFUN([MATE_DEBUG_CHECK],
[
AC_ARG_ENABLE([debug],
- AC_HELP_STRING([--enable-debug],
+ AS_HELP_STRING([--enable-debug],
[turn on debugging]),,
[enable_debug=no])