configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".

8
	* configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".

From-SVN: r27836
This commit is contained in:
Hans-Peter Nilsson 1999-06-29 02:32:02 +00:00 committed by Jeff Law
parent be8b493b63
commit 5c2a352dcf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jun 28 09:25:23 1999 Hans-Peter Nilsson <hp@bitrange.com>
* 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

View File

@ -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