aboutsummaryrefslogtreecommitdiff
path: root/texinfo/aclocal.m4
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1997-10-07 22:26:56 +0000
committerJeffrey A Law <law@cygnus.com>1997-10-07 22:26:56 +0000
commit1eb554ceb106d581e81e7baf8769066e6e5e5076 (patch)
tree8881edda7caddcd9c8542bee0e095b23fb0f4d64 /texinfo/aclocal.m4
parenta55aa174a94d7a99f00cd8cf75a48fd2926476de (diff)
* aclocal.m4: Substitute INSTALL.
* configure: Re-built. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15868 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/aclocal.m4')
-rw-r--r--texinfo/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/texinfo/aclocal.m4 b/texinfo/aclocal.m4
index 4b758913b0b..07594d88877 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.