]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Substitute for "install" too.
authorJeffrey A Law <law@cygnus.com>
Mon, 29 Sep 1997 16:00:50 +0000 (16:00 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 29 Sep 1997 16:00:50 +0000 (10:00 -0600)
        * configure.in: Substitute for "install" too.
        * configure: Rebuilt.

From-SVN: r15788

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 76baa0e829ae3ec44b285ca8b3a7c149251b6372..6e0c9e17ac5c7491244b3159b30f995693bb9d0b 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in: Substitute for "install" too.
+       * configure: Rebuilt.
+
 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
 
        * Makefile.in (bootstrap-lean, compare-lean): New targets.
index adc015fb06494290bd2bb8e9112ad705bd2b4827..18233f8de9a62bb92a1630a7205e4909c2d22fa6 100755 (executable)
@@ -4630,6 +4630,7 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
 
 
 
+
 
 
 # Echo that links are built
@@ -4864,6 +4865,7 @@ s%@will_use_collect2@%$will_use_collect2%g
 s%@maybe_use_collect2@%$maybe_use_collect2%g
 s%@cc_set_by_configure@%$cc_set_by_configure%g
 s%@stage_prefix_set_by_configure@%$stage_prefix_set_by_configure%g
+s%@install@%$install%g
 /@target_overrides@/r $target_overrides
 s%@target_overrides@%%g
 /@host_overrides@/r $host_overrides
index 36c1181afa993a871d5645173e8faeb03aafb3fb..88a5f763bff2a3e039b6c63db907db5820f53bc1 100644 (file)
@@ -3108,6 +3108,7 @@ AC_SUBST(will_use_collect2)
 AC_SUBST(maybe_use_collect2)
 AC_SUBST(cc_set_by_configure)
 AC_SUBST(stage_prefix_set_by_configure)
+AC_SUBST(install)
 
 AC_SUBST_FILE(target_overrides)
 AC_SUBST_FILE(host_overrides)