From 5c2a352dcffeb39c7dec22f212fe15a11a4ff7ff Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 29 Jun 1999 02:32:02 +0000 Subject: [PATCH] configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". 8 * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". From-SVN: r27836 --- libio/ChangeLog | 4 ++++ libio/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libio/ChangeLog b/libio/ChangeLog index a268e56973a..a2cac6b89d9 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)/..". + Wed Jun 2 00:19:53 1999 Eric Raskin (ehr@listworks.com) * configure.in: Added DG/UX target fragment diff --git a/libio/configure.in b/libio/configure.in index fd1bf12cf02..36a90bf6d31 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -189,7 +189,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