mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
This commit is contained in:
parent
bc1b400cc4
commit
04c2cc1dbc
@ -1,3 +1,7 @@
|
||||
2004-12-17 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
|
||||
|
||||
2004-12-17 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
|
||||
|
@ -866,11 +866,11 @@ m4_define([AS_MKDIR_P],
|
||||
|
||||
# _AS_TEST_PREPARE
|
||||
# ----------------
|
||||
# Find out ahead of time whether we want test -x (preferred) or test -f
|
||||
# to check whether a file is executable.
|
||||
# Find out ahead of time whether ``test -x'' can be used to distinguish
|
||||
# executables from other regular files.
|
||||
m4_defun([_AS_TEST_PREPARE],
|
||||
[# Find out how to test for executable files. Don't use a zero-byte file,
|
||||
# as systems may use methods other than mode bits to determine executability.
|
||||
[# Find out whether ``test -x'' works. Don't use a zero-byte file, as
|
||||
# systems may use methods other than mode bits to determine executability.
|
||||
cat >conf$$.file <<_ASEOF
|
||||
#! /bin/sh
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user