summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 52628cf..daeebdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.53)
+AC_PREREQ(2.59)
-AC_INIT([mate-icon-theme], [1.24.0], [https://mate-desktop.org])
+AC_INIT([mate-icon-theme], [1.28.0], [https://mate-desktop.org])
AC_CONFIG_SRCDIR([index.theme.in.in])
AM_EXTRA_RECURSIVE_TARGETS([clean-png-icons build-png-icons])
@@ -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])