]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jan 2005 16:48:44 +0000 (16:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jan 2005 16:48:44 +0000 (16:48 +0000)
If the variable to set is already set, set ac_cv_path_$1
to the preset value.

ChangeLog

index 39b9b23bc3a586764462d7b56ab65ee9ac82f3a6..f645e90494c5b7aab0f683e460414c60eaef8815 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,13 @@
        * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
        * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
 
+2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
+       If the variable to set is already set, set ac_cv_path_$1
+       to the preset value so caller can assume ac_cv_path_$1
+       is available.  (trivial change)
+
 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
 
        * BUGS (Minor Problems): Warn about makefile limitations.