configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
authorHans-Peter Nilsson <hp@bitrange.com>
Tue, 29 Jun 1999 02:32:02 +0000 (02:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Jun 1999 02:32:02 +0000 (20:32 -0600)
8
* configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".

From-SVN: r27836

libio/ChangeLog
libio/configure.in

index a268e56973aa3c79ee70527fbabf4e90fd225362..a2cac6b89d9f9bdc9ae55cb515ec5a8ff2bf052e 100644 (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
index fd1bf12cf02c437494dfb43201724408540e7c3b..36a90bf6d31a76280378c9a2e856d5e9df77e00f 100644 (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