diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1998-07-06 21:29:29 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-06 15:29:29 -0600 |
commit | c6e9ab63a8210b09fee86b937e4274eb6d57841f (patch) | |
tree | 102430abdf3645ac73b0d507f0bfd407d5f9f822 /libstdc++/ChangeLog | |
parent | d7997cbbb77330b270dc6df8c21473eab9b68264 (diff) | |
download | gcc-c6e9ab63a8210b09fee86b937e4274eb6d57841f.zip gcc-c6e9ab63a8210b09fee86b937e4274eb6d57841f.tar.gz gcc-c6e9ab63a8210b09fee86b937e4274eb6d57841f.tar.bz2 |
* configure.in (INSTALLDIR): Make sed pattern failsafe.
From-SVN: r20965
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r-- | libstdc++/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 269f8ba..306fe63 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,7 @@ +1998-07-06 Manfred Hollstein <manfred@s-direktnet.de> + + * configure.in (INSTALLDIR): Make sed pattern failsafe. + 1998-07-06 Ulrich Drepper <drepper@cygnus.com> * std/bastring.h (class basic_string): Correct iterator return @@ -13,8 +17,8 @@ * Makefile.in (INSTALLDIR): Add comment to document the fact, this macro will be properly initialized at make's runtime. (install): Add initialization of INSTALLDIR depending on $(libsubdir) - and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable - instead of the $(INSTALLDIR) make macro. + and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell + variable instead of the $(INSTALLDIR) make macro. Tue Mar 24 10:13:07 1998 Jason Merrill <jason@yorick.cygnus.com> |