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 | |
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')
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/aclocal.m4 | 1 | ||||
-rwxr-xr-x | etc/configure | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 13d1fc2ebee..e7d3c8ceb22 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 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. diff --git a/etc/configure b/etc/configure index fe278e31253..ce51008ac83 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 |