diff options
author | lukefromdc <[email protected]> | 2022-11-09 23:12:52 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2022-11-09 23:12:52 -0500 |
commit | 606bc47e2a435d8e86a56280a227fbcb87ca6c67 (patch) | |
tree | 9d65c7b88ac6b46cbb2c13c2d08d6920eff6208c | |
parent | 65c94906b8d26d2d934644a133384c6ad127a5ef (diff) | |
download | mate-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.ac | 2 |
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]) |