]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Oct 2006 21:50:57 +0000 (21:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Oct 2006 21:50:57 +0000 (21:50 +0000)
commit1681d462cb597a6a0916ecc7405031b827c653ef
tree12fa70d188e422d214da1a2c2c4e6c154e6c5f03
parent520f7f02ed086216a536b766cca2c3c987c43a1d
* lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
(AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
(_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
Use a better substitute, by inspecting the output of "ls"
rather than just using ":".
* lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
rather than AS_EXECUTABLE_P, since we needn't worry about
non-regular files here.
ChangeLog
lib/autoconf/general.m4
lib/m4sugar/m4sh.m4