mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
1998-09-27 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_PROG_INSTALL): Substitute an `INSTALL_SCRIPT' variable. Contributed by Tom Tromey <tromey@cygnus.com>.
This commit is contained in:
parent
1cf03bb8e1
commit
4ade52196a
@ -1,5 +1,8 @@
|
||||
1998-09-27 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* acspecific.m4 (AC_PROG_INSTALL): Substitute an `INSTALL_SCRIPT'
|
||||
variable. Contributed by Tom Tromey <tromey@cygnus.com>.
|
||||
|
||||
* testsuite/Makefile.in (check): If DejaGNU is not installed,
|
||||
print a warning and skip the `dejacheck' target (which will fail).
|
||||
(site.exp): Use tests to guard commands from generating error
|
||||
|
@ -507,6 +507,9 @@ AC_MSG_RESULT($INSTALL)
|
||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
AC_SUBST(INSTALL_PROGRAM)dnl
|
||||
|
||||
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
AC_SUBST(INSTALL_SCRIPT)dnl
|
||||
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
AC_SUBST(INSTALL_DATA)dnl
|
||||
])
|
||||
|
@ -507,6 +507,9 @@ AC_MSG_RESULT($INSTALL)
|
||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
AC_SUBST(INSTALL_PROGRAM)dnl
|
||||
|
||||
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
AC_SUBST(INSTALL_SCRIPT)dnl
|
||||
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
AC_SUBST(INSTALL_DATA)dnl
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user