* lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.

This commit is contained in:
Stepan Kasal 2004-12-17 14:41:16 +00:00
parent bc1b400cc4
commit 04c2cc1dbc
2 changed files with 8 additions and 4 deletions

View File

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

View File

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