summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2022-11-09 23:12:52 -0500
committerlukefromdc <[email protected]>2022-11-09 23:12:52 -0500
commit606bc47e2a435d8e86a56280a227fbcb87ca6c67 (patch)
tree9d65c7b88ac6b46cbb2c13c2d08d6920eff6208c
parent65c94906b8d26d2d934644a133384c6ad127a5ef (diff)
downloadmate-icon-theme-606bc47e2a435d8e86a56280a227fbcb87ca6c67.tar.bz2
mate-icon-theme-606bc47e2a435d8e86a56280a227fbcb87ca6c67.tar.xz
Bump AC_PREREQ to 2.59 as needed for AS_HELP_STRING
2.59 came out on 2003-12-16
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 201cb40..4adad2c 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.58)
+AC_PREREQ(2.59)
AC_INIT([mate-icon-theme], [1.26.0], [https://mate-desktop.org])
AC_CONFIG_SRCDIR([index.theme.in.in])