From 68a39da2d0f1fbd969e2cebd815e9c0ffff9a08f Mon Sep 17 00:00:00 2001
From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue, 7 Oct 1997 22:26:56 +0000
Subject: [PATCH]         * aclocal.m4: Substitute INSTALL.         *
 configure: Re-built.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15868 138bc75d-0d04-0410-961f-82ee72b054a4
---
 etc/ChangeLog      | 5 +++++
 etc/aclocal.m4     | 1 +
 etc/configure      | 1 +
 gcc/ChangeLog      | 5 +++++
 gcc/aclocal.m4     | 1 +
 gcc/configure      | 1 +
 texinfo/ChangeLog  | 5 +++++
 texinfo/aclocal.m4 | 1 +
 texinfo/configure  | 1 +
 9 files changed, 21 insertions(+)

diff --git a/etc/ChangeLog b/etc/ChangeLog
index 13d1fc2ebeef..e7d3c8ceb223 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
+
+        * aclocal.m4: Substitute INSTALL.
+        * configure: Re-built.
+
 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
 
 	* aclocal.m4: New file with replacement for AC_PROG_INSTALL.
diff --git a/etc/aclocal.m4 b/etc/aclocal.m4
index 18c8235ec9bb..d658b0c442b6 100644
--- a/etc/aclocal.m4
+++ b/etc/aclocal.m4
@@ -51,6 +51,7 @@ fi
 dnl We do special magic for INSTALL instead of AC_SUBST, to get
 dnl relative paths right.
 AC_MSG_RESULT($INSTALL)
+AC_SUBST(INSTALL)dnl
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
diff --git a/etc/configure b/etc/configure
index fe278e312536..ce51008ac833 100755
--- a/etc/configure
+++ b/etc/configure
@@ -743,6 +743,7 @@ s%@includedir@%$includedir%g
 s%@oldincludedir@%$oldincludedir%g
 s%@infodir@%$infodir%g
 s%@mandir@%$mandir%g
+s%@INSTALL@%$INSTALL%g
 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g
 
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c33ab091f083..753ee1360201 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
+
+	* aclocal.m4: Substitute INSTALL.
+	* configure: Re-built.
+
 Tue Oct  7 15:37:35 1997  Jeffrey A Law  (law@cygnus.com)
 
         * integrate.c (save_for_inline_copying): Avoid undefined pointer
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4
index 47fe6a1695ee..ddef2793344a 100644
--- a/gcc/aclocal.m4
+++ b/gcc/aclocal.m4
@@ -143,6 +143,7 @@ fi
 dnl We do special magic for INSTALL instead of AC_SUBST, to get
 dnl relative paths right.
 AC_MSG_RESULT($INSTALL)
+AC_SUBST(INSTALL)dnl
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
diff --git a/gcc/configure b/gcc/configure
index 18233f8de9a6..8f0f65444d21 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -4817,6 +4817,7 @@ s%@LN@%$LN%g
 s%@LN_S@%$LN_S%g
 s%@RANLIB@%$RANLIB%g
 s%@YACC@%$YACC%g
+s%@INSTALL@%$INSTALL%g
 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g
 s%@CC@%$CC%g
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog
index 1f4d83af1de0..9556a0caea0f 100644
--- a/texinfo/ChangeLog
+++ b/texinfo/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
+
+	* aclocal.m4: Substitute INSTALL.
+	* configure: Re-built.
+
 Tue Oct  7 10:25:22 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
 
 	* info/man.c (SIGCHLD): Define to SIGCLD if <sys/signal.h>
diff --git a/texinfo/aclocal.m4 b/texinfo/aclocal.m4
index 4b758913b0b1..07594d88877b 100644
--- a/texinfo/aclocal.m4
+++ b/texinfo/aclocal.m4
@@ -96,6 +96,7 @@ fi
 dnl We do special magic for INSTALL instead of AC_SUBST, to get
 dnl relative paths right.
 AC_MSG_RESULT($INSTALL)
+AC_SUBST(INSTALL)dnl
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
diff --git a/texinfo/configure b/texinfo/configure
index 62b621f739ab..be9efa036cf9 100755
--- a/texinfo/configure
+++ b/texinfo/configure
@@ -1902,6 +1902,7 @@ s%@includedir@%$includedir%g
 s%@oldincludedir@%$oldincludedir%g
 s%@infodir@%$infodir%g
 s%@mandir@%$mandir%g
+s%@INSTALL@%$INSTALL%g
 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g
 s%@RANLIB@%$RANLIB%g
-- 
GitLab