mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:50:50 +08:00
acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir amd glibcpp_prefixdir with absolute paths.
2001-05-18 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir amd glibcpp_prefixdir with absolute paths. * include/bits/c++config (__GLIBCPP__): Bump. * acinclude.m4 (GLIBCPP_CONFIGURE): Correct version number. From-SVN: r42253
This commit is contained in:
parent
132887fd28
commit
52a5725062
@ -1,3 +1,11 @@
|
||||
2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
|
||||
amd glibcpp_prefixdir with absolute paths.
|
||||
|
||||
* include/bits/c++config (__GLIBCPP__): Bump.
|
||||
* acinclude.m4 (GLIBCPP_CONFIGURE): Correct version number.
|
||||
|
||||
2001-05-18 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* include/bits/std_valarray.h (valarray<>::operator[] const):
|
||||
|
@ -17,7 +17,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [
|
||||
glibcpp_basedir=$auxdir/$1/libstdc++-v3
|
||||
AC_SUBST(glibcpp_basedir)
|
||||
|
||||
AM_INIT_AUTOMAKE(libstdc++, 2.91)
|
||||
AM_INIT_AUTOMAKE(libstdc++, 2.92)
|
||||
|
||||
# Never versions of autoconf add an underscore to these functions.
|
||||
# Prevent future problems ...
|
||||
@ -1578,10 +1578,10 @@ glibcpp_toolexecdir=no
|
||||
glibcpp_toolexeclibdir=no
|
||||
|
||||
# Export build and source directories.
|
||||
tmp_builddir=`pwd`
|
||||
glibcpp_builddir=$tmp_builddir
|
||||
glibcpp_srcdir=${srcdir}
|
||||
glibcpp_prefixdir=${prefix}
|
||||
# These need to be absolute paths, thus the use of pwd.
|
||||
glibcpp_builddir=`pwd`
|
||||
glibcpp_srcdir=`cd ${srcdir} && pwd`
|
||||
glibcpp_prefixdir=`cd ${prefix} && pwd`
|
||||
|
||||
AC_MSG_CHECKING([for interface version number])
|
||||
libstdcxx_interface=$INTERFACE
|
||||
|
10
libstdc++-v3/aclocal.m4
vendored
10
libstdc++-v3/aclocal.m4
vendored
@ -29,7 +29,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [
|
||||
glibcpp_basedir=$auxdir/$1/libstdc++-v3
|
||||
AC_SUBST(glibcpp_basedir)
|
||||
|
||||
AM_INIT_AUTOMAKE(libstdc++, 2.91)
|
||||
AM_INIT_AUTOMAKE(libstdc++, 2.92)
|
||||
|
||||
# Never versions of autoconf add an underscore to these functions.
|
||||
# Prevent future problems ...
|
||||
@ -1590,10 +1590,10 @@ glibcpp_toolexecdir=no
|
||||
glibcpp_toolexeclibdir=no
|
||||
|
||||
# Export build and source directories.
|
||||
tmp_builddir=`pwd`
|
||||
glibcpp_builddir=$tmp_builddir
|
||||
glibcpp_srcdir=${srcdir}
|
||||
glibcpp_prefixdir=${prefix}
|
||||
# These need to be absolute paths, thus the use of pwd.
|
||||
glibcpp_builddir=`pwd`
|
||||
glibcpp_srcdir=`cd ${srcdir} && pwd`
|
||||
glibcpp_prefixdir=`cd ${prefix} && pwd`
|
||||
|
||||
AC_MSG_CHECKING([for interface version number])
|
||||
libstdcxx_interface=$INTERFACE
|
||||
|
10
libstdc++-v3/configure
vendored
10
libstdc++-v3/configure
vendored
@ -959,7 +959,7 @@ fi
|
||||
|
||||
PACKAGE=libstdc++
|
||||
|
||||
VERSION=2.91
|
||||
VERSION=2.92
|
||||
|
||||
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; }
|
||||
@ -16498,10 +16498,10 @@ glibcpp_toolexecdir=no
|
||||
glibcpp_toolexeclibdir=no
|
||||
|
||||
# Export build and source directories.
|
||||
tmp_builddir=`pwd`
|
||||
glibcpp_builddir=$tmp_builddir
|
||||
glibcpp_srcdir=${srcdir}
|
||||
glibcpp_prefixdir=${prefix}
|
||||
# These need to be absolute paths, thus the use of pwd.
|
||||
glibcpp_builddir=`pwd`
|
||||
glibcpp_srcdir=`cd ${srcdir} && pwd`
|
||||
glibcpp_prefixdir=`cd ${prefix} && pwd`
|
||||
|
||||
echo $ac_n "checking for interface version number""... $ac_c" 1>&6
|
||||
echo "configure:16508: checking for interface version number" >&5
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <bits/os_defines.h>
|
||||
|
||||
// The current version of the C++ library in compressed ISO date format.
|
||||
#define __GLIBCPP__ 20010417
|
||||
#define __GLIBCPP__ 20010517
|
||||
|
||||
// This is necessary until GCC supports separate template
|
||||
// compilation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user