mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
8 * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". From-SVN: r27834
This commit is contained in:
committed by
Jeff Law
parent
0e4e484370
commit
2cd09533b3
@@ -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)/..".
|
||||
|
||||
1999-05-20 Angela Marie Thomas <angela@cygnus.com>
|
||||
|
||||
* configure.in: Test for ${compiler_name}.exe as well.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user