diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1997-10-07 22:26:56 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-10-07 16:26:56 -0600 |
commit | 5643c767f4b0fdc3453fc915dc05e78d8a2d2567 (patch) | |
tree | 8881edda7caddcd9c8542bee0e095b23fb0f4d64 /texinfo | |
parent | c986829edf01ba7a1f73aed6a5918585234ae260 (diff) | |
download | gcc-5643c767f4b0fdc3453fc915dc05e78d8a2d2567.zip gcc-5643c767f4b0fdc3453fc915dc05e78d8a2d2567.tar.gz gcc-5643c767f4b0fdc3453fc915dc05e78d8a2d2567.tar.bz2 |
aclocal.m4: Substitute INSTALL.
* aclocal.m4: Substitute INSTALL.
* configure: Re-built.
From-SVN: r15868
Diffstat (limited to 'texinfo')
-rw-r--r-- | texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | texinfo/aclocal.m4 | 1 | ||||
-rwxr-xr-x | texinfo/configure | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index 1f4d83a..9556a0c 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 4b75891..07594d8 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 62b621f..be9efa0 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 |