From 58cfa199535e2c4f86b8b8507e8979a6d23487e4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 25 Jul 2022 15:18:59 +0200 Subject: configure.ac: The macro 'AC_HELP_STRING' is obsolete --- configure.ac | 6 +++--- 1 file 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]) -- cgit v1.2.1