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
This commit is contained in:
Manfred Hollstein 1998-09-09 11:49:06 +00:00
parent e61fab197f
commit bdc82ef11c
1 changed files with 6 additions and 0 deletions

View File

@ -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.