diff options
author | Robert Antoni Buj Gelonch <[email protected]> | 2022-11-10 04:04:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-10 03:04:05 +0000 |
commit | 65c94906b8d26d2d934644a133384c6ad127a5ef (patch) | |
tree | 004a0cc44cbea2132d7627500d7d946915b5c437 | |
parent | 5eb97f12307181a19ea42118b9a23dc43019bd4f (diff) | |
download | mate-icon-theme-65c94906b8d26d2d934644a133384c6ad127a5ef.tar.bz2 mate-icon-theme-65c94906b8d26d2d934644a133384c6ad127a5ef.tar.xz |
configure.ac: The macro 'AC_HELP_STRING' is obsolete (#58)
-rw-r--r-- | configure.ac | 4 |
1 files 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]) |