From 65c94906b8d26d2d934644a133384c6ad127a5ef Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj Gelonch Date: Thu, 10 Nov 2022 04:04:05 +0100 Subject: configure.ac: The macro 'AC_HELP_STRING' is obsolete (#58) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f5fb68d..201cb40 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.53) +AC_PREREQ(2.58) AC_INIT([mate-icon-theme], [1.26.0], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) @@ -33,7 +33,7 @@ AC_SUBST([render_sizes], ["8x8 16x16 22x22 24x24 32x32 48x48 256x256"]) # Allow icon mapping to be disabled AC_ARG_ENABLE([icon-mapping], - AC_HELP_STRING([--enable-icon-mapping], + AS_HELP_STRING([--enable-icon-mapping], [Enable compatibility symlinks [default=auto]]), [enable_mapping=$enableval], [enable_mapping=yes]) -- cgit v1.2.1