[GIT] ppl/ppl(master): Typo fixed. Version number bumped.
 
            Module: ppl/ppl Branch: master Commit: 84128ab43b6ee1f3dc5a4027b86e67d6e4a626a8 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=84128ab43b6ee...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Apr 12 11:16:52 2012 +0200
Typo fixed. Version number bumped.
---
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac index 66fe9f1..feded19 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with Autoconf to produce a configure script.
# Every other copy of the package version number gets its value from here. -AC_INIT([the Parma Polyhedra Library], [0.12.1pre2], [ppl-devel@cs.unipr.it], [ppl]) +AC_INIT([the Parma Polyhedra Library], [0.12.1pre3], [ppl-devel@cs.unipr.it], [ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61) @@ -145,7 +145,7 @@ AC_ARG_WITH(cxx,
# Checks for programs.
-# Note that AC_PROG_CC must precede the first use of $GCC abd AC_PROG_CXX +# Note that AC_PROG_CC must precede the first use of $GCC and AC_PROG_CXX # must precede the first use of $GXX. Note also that we do not allow # AC_PROG_CC and AC_PROG_CXX to affect CFLAGS and CXXFLAGS. save_CFLAGS="$CFLAGS"
participants (1)
- 
                 Roberto Bagnara Roberto Bagnara