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