[PPL-devel] [GIT] ppl/ppl(master): Minimum Autoconf version brought back to 2.61.

Roberto Bagnara bagnara at cs.unipr.it
Sat Mar 21 11:39:45 CET 2009


Module: ppl/ppl
Branch: master
Commit: 3f1a2c86b6d056cccf64e3a77659388fbe1ba878
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3f1a2c86b6d056cccf64e3a77659388fbe1ba878

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sat Mar 21 11:39:25 2009 +0100

Minimum Autoconf version brought back to 2.61.

---

 Watchdog/configure.ac |    2 +-
 configure.ac          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Watchdog/configure.ac b/Watchdog/configure.ac
index c9a2cf3..4a706ad 100644
--- a/Watchdog/configure.ac
+++ b/Watchdog/configure.ac
@@ -26,7 +26,7 @@
 AC_INIT([the Parma Watchdog Library],[0.5],[bagnara at cs.unipr.it],[pwl])
 
 # Minimum Autoconf version required.
-AC_PREREQ(2.63)
+AC_PREREQ(2.61)
 
 # Make sure the sources are there.
 AC_CONFIG_SRCDIR(src/Watchdog.cc)
diff --git a/configure.ac b/configure.ac
index 92b3e2c..3d6e724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@
 AC_INIT([the Parma Polyhedra Library],[0.10.1pre7],[ppl-devel at cs.unipr.it],[ppl])
 
 # Minimum Autoconf version required.
-AC_PREREQ(2.63)
+AC_PREREQ(2.61)
 
 # Make sure the sources are there.
 AC_CONFIG_SRCDIR(src/Polyhedron_public.cc)




More information about the PPL-devel mailing list