Commit dd48b185 by Benjamin Kosnik Committed by Benjamin Kosnik

acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0.


2001-06-13  Benjamin Kosnik  <bkoz@redhat.com>

	* acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* include/bits/c++config (__GLIBCPP__): Update date.

From-SVN: r43332
parent 3b1ba991
2001-06-13 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/bits/c++config (__GLIBCPP__): Update date.
2001-06-12 Benjamin Kosnik <bkoz@redhat.com> 2001-06-12 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/fpos.h (fpos::operator-): Don't return reference, * include/bits/fpos.h (fpos::operator-): Don't return reference,
......
...@@ -15,7 +15,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [ ...@@ -15,7 +15,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [
glibcpp_basedir=$auxdir/$1/libstdc++-v3 glibcpp_basedir=$auxdir/$1/libstdc++-v3
AC_SUBST(glibcpp_basedir) AC_SUBST(glibcpp_basedir)
AM_INIT_AUTOMAKE(libstdc++, 2.92) AM_INIT_AUTOMAKE(libstdc++, 3.0.0)
# Never versions of autoconf add an underscore to these functions. # Never versions of autoconf add an underscore to these functions.
# Prevent future problems ... # Prevent future problems ...
......
...@@ -27,7 +27,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [ ...@@ -27,7 +27,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [
glibcpp_basedir=$auxdir/$1/libstdc++-v3 glibcpp_basedir=$auxdir/$1/libstdc++-v3
AC_SUBST(glibcpp_basedir) AC_SUBST(glibcpp_basedir)
AM_INIT_AUTOMAKE(libstdc++, 2.92) AM_INIT_AUTOMAKE(libstdc++, 3.0.0)
# Never versions of autoconf add an underscore to these functions. # Never versions of autoconf add an underscore to these functions.
# Prevent future problems ... # Prevent future problems ...
......
...@@ -962,7 +962,7 @@ fi ...@@ -962,7 +962,7 @@ fi
PACKAGE=libstdc++ PACKAGE=libstdc++
VERSION=2.92 VERSION=3.0.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <bits/os_defines.h> #include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format. // The current version of the C++ library in compressed ISO date format.
#define __GLIBCPP__ 20010517 #define __GLIBCPP__ 20010615
// This is necessary until GCC supports separate template // This is necessary until GCC supports separate template
// compilation. // compilation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment