Commit 6042434a by Dave Love Committed by Jeff Law

configure.in: Expurgate `broken_install' (install is autoconfed).

        * configure.in: Expurgate `broken_install' (install is
        autoconfed).

        * configure.lang: Substitute autoconfed ${INSTALL} (not currently
        relevant).
From Dave love.

From-SVN: r14823
parent 094420ed
Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
* configure.in: Expurgate `broken_install' (install is
autoconfed).
* configure.lang: Substitute autoconfed ${INSTALL} (not currently
relevant).
Sun Aug 17 15:15:53 1997 Jeffrey A Law (law@cygnus.com) Sun Aug 17 15:15:53 1997 Jeffrey A Law (law@cygnus.com)
* gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ * gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__
......
...@@ -118,7 +118,7 @@ do ...@@ -118,7 +118,7 @@ do
else else
rm -f Makefile.xx rm -f Makefile.xx
abssrcdir=`cd ${srcdir}; pwd` abssrcdir=`cd ${srcdir}; pwd`
sed "s|^INSTALL = .*|INSTALL = ${abssrcdir}/install.sh -c|" Makefile.tem > Makefile.xx sed "s|^INSTALL = .*|${INSTALL}|" Makefile.tem > Makefile.xx
rm -f Makefile.tem rm -f Makefile.tem
mv Makefile.xx Makefile.tem mv Makefile.xx Makefile.tem
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment