configure.in: Fix INSTALLDIR replacement for cross-compile.

(
	* configure.in: Fix INSTALLDIR replacement for cross-compile.

From-SVN: r22196
This commit is contained in:
H.J. Lu 1998-09-02 14:09:23 -06:00 committed by Jeff Law
parent 14aa13f4c4
commit 72ae5d03a1
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ fi
if [ -n "${with_cross_host}" ] ; then
rm -f Makefile.tem
sed \
-e 's|INSTALLDIR.*=.*$|INSTALLDIR = $(tooldir)/lib|' \
-e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)[^ ;]*|\1$(tooldir)/lib|' \
Makefile >Makefile.tem
mv -f Makefile.tem Makefile
fi