diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-07 22:26:56 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-07 22:26:56 +0000 |
commit | 68a39da2d0f1fbd969e2cebd815e9c0ffff9a08f (patch) | |
tree | 8881edda7caddcd9c8542bee0e095b23fb0f4d64 /etc/aclocal.m4 | |
parent | 20ec0e35403d24586c259210cfec34cb7a6f6d94 (diff) | |
download | gcc-68a39da2d0f1fbd969e2cebd815e9c0ffff9a08f.tar.gz |
* aclocal.m4: Substitute INSTALL.
* configure: Re-built.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15868 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'etc/aclocal.m4')
-rw-r--r-- | etc/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/aclocal.m4 b/etc/aclocal.m4 index 18c8235ec9b..d658b0c442b 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. |