diff options
author | rbuj <[email protected]> | 2022-07-25 15:18:59 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-08-20 19:45:04 +0000 |
commit | 58cfa199535e2c4f86b8b8507e8979a6d23487e4 (patch) | |
tree | 791abb6301a51ece12ba14a5b91610e9c442123b | |
parent | d0aba4c3a76bed01e073ed8e301655b56cf00e2e (diff) | |
download | mate-desktop-58cfa199535e2c4f86b8b8507e8979a6d23487e4.tar.bz2 mate-desktop-58cfa199535e2c4f86b8b8507e8979a6d23487e4.tar.xz |
configure.ac: The macro 'AC_HELP_STRING' is obsolete
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b19ab7f..c0178bb 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ fi AC_SUBST([RELEASE_YEAR]) 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]) @@ -90,7 +90,7 @@ AM_CONDITIONAL(MATE_ABOUT_ENABLED, test "x$enable_mate_about" = "xyes") # package, or an internal file AC_ARG_WITH(pnp-ids-path, - [AC_HELP_STRING([--with-pnp-ids-path], + [AS_HELP_STRING([--with-pnp-ids-path], [Specify the path to pnp.ids @<:@default=(internal)@:>@])],, [with_pnp_ids_path="\${pnpdatadir}/pnp.ids"]) @@ -127,7 +127,7 @@ STARTUP_NOTIFICATION_VERSION=0.5 STARTUP_NOTIFICATION_PACKAGE= AC_ARG_ENABLE(startup-notification, - AC_HELP_STRING([--disable-startup-notification], [disable startup notification support]),, enable_startup_notification=auto) + AS_HELP_STRING([--disable-startup-notification], [disable startup notification support]),, enable_startup_notification=auto) AC_MSG_CHECKING([Startup notification library >= $STARTUP_NOTIFICATION_VERSION]) |