aclocal.m4: Substitute INSTALL.

* aclocal.m4: Substitute INSTALL.
        * configure: Re-built.

From-SVN: r15868
This commit is contained in:
Manfred Hollstein 1997-10-07 22:26:56 +00:00 committed by Jeff Law
parent c986829edf
commit 5643c767f4
9 changed files with 21 additions and 0 deletions

View file

@ -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.

1
etc/aclocal.m4 vendored
View file

@ -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.

1
etc/configure vendored
View file

@ -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

View file

@ -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

1
gcc/aclocal.m4 vendored
View file

@ -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.

1
gcc/configure vendored
View file

@ -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

View file

@ -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>

1
texinfo/aclocal.m4 vendored
View file

@ -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.

1
texinfo/configure vendored
View file

@ -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