[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Lower autoconf minimum
noreply at xfce.org
noreply at xfce.org
Mon Feb 23 16:18:57 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 26cf7b478ab71ac3d57e8699cce49cfb394e7e7b
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Feb 23 18:08:51 2015 +0300
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.
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 13092ca..4da1822 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list