summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-25 15:19:03 +0200
committerLuke from DC <[email protected]>2022-11-10 03:40:37 +0000
commitb6e040520e40088b5e17226b3119d04c5e1f6ec6 (patch)
tree59d44bc4c1ab0412cc960bdfd95514b9e918e2f9 /configure.ac
parent6657a990b3f97d7080d82bff7057b4ca1e93c700 (diff)
downloadmate-menus-b6e040520e40088b5e17226b3119d04c5e1f6ec6.tar.bz2
mate-menus-b6e040520e40088b5e17226b3119d04c5e1f6ec6.tar.xz
configure.ac: The macro 'AC_HELP_STRING' is obsolete
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a8e78a1..5968513 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_SUBST(GIO_UNIX_CFLAGS)
AC_SUBST(GIO_UNIX_LIBS)
AC_ARG_ENABLE(collection,
- AC_HELP_STRING([--enable-collection],
+ AS_HELP_STRING([--enable-collection],
[enable collection menu entry]),,
enable_collection=yes)
@@ -51,7 +51,7 @@ if test x$enable_collection = xyes; then
fi
AC_ARG_ENABLE(deprecation_flags,
- [AC_HELP_STRING([--enable-deprecation-flags],
+ [AS_HELP_STRING([--enable-deprecation-flags],
[use *_DISABLE_DEPRECATED flags @<:@default=no@:>@])],,
[enable_deprecation_flags=no])