From: Stepan Kasal Date: Fri, 17 Dec 2004 14:41:16 +0000 (+0000) Subject: * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment. X-Git-Tag: AUTOCONF-2.59c~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c2cc1dbc5ad5f8ef45b4ff86ee7ec29d3044ec;p=thirdparty%2Fautoconf.git * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment. --- diff --git a/ChangeLog b/ChangeLog index 8defaf67e..2fac3985f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-17 Stepan Kasal + + * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment. + 2004-12-17 Stepan Kasal * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2, diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index 913673ee8..2708caa12 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -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