diff options
author | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-09-09 11:49:06 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-09-09 11:49:06 +0000 |
commit | bdc82ef11cabc78fdf54519554ec87dfbfd6216e (patch) | |
tree | d2436b34f281a7ccb3de621528d0fb3a8060e8af /libio | |
parent | e61fab197fc97f4623967f2d28153b9de9298b30 (diff) | |
download | gcc-bdc82ef11cabc78fdf54519554ec87dfbfd6216e.zip gcc-bdc82ef11cabc78fdf54519554ec87dfbfd6216e.tar.gz gcc-bdc82ef11cabc78fdf54519554ec87dfbfd6216e.tar.bz2 |
configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...
�
* libio/configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
value; don't change its value if --enable-version-specific-runtime-libs
has been specified.
* libstdc++/Makefile.in (install): Initialize RELINSTALLDIR correctly
even for multilib and cross configurations.
* libstdc++/configure.in (INSTALLDIR): Don't change INSTALLDIR's init
value if --enable-version-specific-runtime-libs has been specified.
From-SVN: r22352
Diffstat (limited to 'libio')
-rw-r--r-- | libio/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index 63369f0..139fc6e 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,9 @@ +1998-09-09 Manfred Hollstein <manfred@s-direktnet.de> + + * configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's + value; don't change its value if --enable-version-specific-runtime-libs + has been specified. + Wed Sep 2 21:05:39 1998 H.J. Lu (hjl@gnu.org) * configure.in: Fix INSTALLDIR replacement for cross-compile. |