aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/aclocal.m4
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-18 07:24:24 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-18 07:24:24 +0000
commitaddac27d009b78edd640d360f7a1cdf5b7928d8e (patch)
treeb2d0c34c42bf0f1d1de359e8ab5517672d125a5e /libstdc++-v3/aclocal.m4
parent98a65c6885898a9f186a8c9c51abad99d248a83e (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/aclocal.m4')
-rw-r--r--libstdc++-v3/aclocal.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4
index 7630620e23c..d49aae775a0 100644
--- a/libstdc++-v3/aclocal.m4
+++ b/libstdc++-v3/aclocal.m4
@@ -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