diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-07-18 16:51:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-07-18 16:51:15 +0000 |
commit | 8f8f7b7e65ede5d1f2b0691e27623d08f1f2c12c (patch) | |
tree | a9e297635e3d3a9d5c58d5a564ee4f64996c768c | |
parent | 14731676789a8c8e582157c68228197d0146adfc (diff) |
Update to 990629 snapshot
closer to gcc 2.95 release.
-rw-r--r-- | gnu/egcs/libio/ChangeLog | 4 | ||||
-rw-r--r-- | gnu/egcs/libio/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gnu/egcs/libio/ChangeLog b/gnu/egcs/libio/ChangeLog index e7b75a1861f..ec6f2347fcc 100644 --- a/gnu/egcs/libio/ChangeLog +++ b/gnu/egcs/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)/..". + 1999-05-20 Angela Marie Thomas <angela@cygnus.com> * configure.in: Test for ${compiler_name}.exe as well. diff --git a/gnu/egcs/libio/configure.in b/gnu/egcs/libio/configure.in index 9139a1d6a74..ac494296fe2 100644 --- a/gnu/egcs/libio/configure.in +++ b/gnu/egcs/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 |