]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Move test.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Nov 2004 18:05:25 +0000 (18:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Nov 2004 18:05:25 +0000 (18:05 +0000)
ChangeLog

index 06f543c240b48a935e0c34e4191748b916af630c..656783da30803aa05e33723a5aa65a899c86a0d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-13  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
+       the $1_found variable, don't test whether the file is executable;
+       Both things are checked ...
+       (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
+       the former ``test -f''.
+       * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
+
 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;