From 2cd09533b3d5e20e1fe8ba55223ddbdab46b415e Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 29 Jun 1999 02:31:46 +0000 Subject: [PATCH] configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". 8 * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". From-SVN: r27834 --- libio/ChangeLog | 4 ++++ libio/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libio/ChangeLog b/libio/ChangeLog index e7b75a1861f3..ec6f2347fccd 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 28 09:25:23 1999 Hans-Peter Nilsson + + * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". + 1999-05-20 Angela Marie Thomas * configure.in: Test for ${compiler_name}.exe as well. diff --git a/libio/configure.in b/libio/configure.in index 9139a1d6a740..ac494296fe2f 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -188,7 +188,7 @@ if test x${gxx_include_dir} = x; then if test x${enable_version_specific_runtime_libs} = xyes; then gxx_include_dir='${libsubdir}/include/g++' else - topsrcdir=${srcdir}/.. . ${srcdir}/../config.if + . ${topsrcdir}/config.if gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface} fi fi -- 2.47.2