[glom] Relax the autoconf requirement
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Relax the autoconf requirement
- Date: Tue, 20 Apr 2010 08:25:49 +0000 (UTC)
commit 5f253ca7d3eb64d733b9e40d819680141bc66816
Author: David King <davidk openismus com>
Date: Tue Apr 20 10:22:25 2010 +0200
Relax the autoconf requirement
* configure.ac: Relax the autoconf requirement to 2.63, as 2.65 is not
required. Something older than 2.63 may even be acceptable, but I do
not have an older version to test.
ChangeLog | 8 ++++++++
configure.ac | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b3d4204..5611a2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2010-04-20 David King <davidk openismus com>
+ Relax the autoconf requirement
+
+ * configure.ac: Relax the autoconf requirement to 2.63, as 2.65 is not
+ required. Something older than 2.63 may even be acceptable, but I do
+ not have an older version to test.
+
+2010-04-20 David King <davidk openismus com>
+
Fix the sphinx-build configure check
* configure.ac: Abort configure with an error if sphinx-build could
diff --git a/configure.ac b/configure.ac
index f52b906..eb92b4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([Glom],[1.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
-AC_PREREQ(2.65)
+AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
AC_CONFIG_MACRO_DIR([macros])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]