diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-29 02:32:02 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-29 02:32:02 +0000 |
commit | 407a2f9f7d6e48fa3c86fa4a637054bc387be47c (patch) | |
tree | b2bf1a64cd7133aee808d0ff49efa94420adc243 /libio | |
parent | 3511e56e7b89bef29a57d3ba47886f3cfe7ae4f0 (diff) | |
download | gcc-407a2f9f7d6e48fa3c86fa4a637054bc387be47c.tar.gz |
8
* configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r-- | libio/ChangeLog | 4 | ||||
-rw-r--r-- | libio/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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 |