summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2015-02-23 18:08:51 +0300
committerEric Koegel <eric.koegel@gmail.com>2015-02-23 18:09:56 +0300
commit26cf7b478ab71ac3d57e8699cce49cfb394e7e7b (patch)
treebca574a9a5f596d89cc12ce97586cc91305fc524 /configure.ac.in
parent2079ad8a3b8f7abff119d6d6da1b943ebb39eb86 (diff)
downloadixfce4-power-manager-26cf7b478ab71ac3d57e8699cce49cfb394e7e7b.tar.gz
Lower autoconf minimum
2.69 is rather new and we don't need any of the newer changes so lower it to 2.60 to match other Xfce projects.
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 13092ca3..4da1822b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ m4_define([xfpm_version_tag], [git])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
-AC_PREREQ([2.69])
+AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
# subdir-objects is currently broken, see