mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
1999-01-28 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* acspecific.m4 (AC_PROG_INSTALL): set INSTALL_SCRIPT to ${INSTALL} so that automake doesn't propogate install time flags for INSTALL_PROGRAM into INSTALL_SCRIPT.
This commit is contained in:
parent
0012aaa6ec
commit
c88dd52454
@ -208,6 +208,12 @@
|
||||
|
||||
* acspecific.m4 (AC_EXEEXT): Ignore C++ source files.
|
||||
|
||||
1999-01-28 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
||||
|
||||
* acspecific.m4 (AC_PROG_INSTALL): set INSTALL_SCRIPT to
|
||||
${INSTALL} so that automake doesn't propogate install time flags
|
||||
for INSTALL_PROGRAM into INSTALL_SCRIPT.
|
||||
|
||||
1999-01-25 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* install-sh: Use $mkdirprog, not `mkdir' directly. Contributed by
|
||||
|
@ -655,7 +655,7 @@ AC_MSG_RESULT($INSTALL)
|
||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
AC_SUBST(INSTALL_PROGRAM)dnl
|
||||
|
||||
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
||||
AC_SUBST(INSTALL_SCRIPT)dnl
|
||||
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
@ -655,7 +655,7 @@ AC_MSG_RESULT($INSTALL)
|
||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
AC_SUBST(INSTALL_PROGRAM)dnl
|
||||
|
||||
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
||||
AC_SUBST(INSTALL_SCRIPT)dnl
|
||||
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
Loading…
Reference in New Issue
Block a user