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

Module: ppl/ppl Branch: master Commit: 3f1a2c86b6d056cccf64e3a77659388fbe1ba878 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3f1a2c86b6d05...
Author: Roberto Bagnara bagnara@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@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@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)
participants (1)
-
Roberto Bagnara