From: Stepan Kasal Date: Fri, 15 Apr 2005 08:36:56 +0000 (+0000) Subject: typo X-Git-Tag: AUTOCONF-2.59c~416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37482b404d26006bced5730fe40bfdf34ced5b15;p=thirdparty%2Fautoconf.git typo --- diff --git a/ChangeLog b/ChangeLog index 7f30e573d..2264beb9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-15 Stepan Kasal + + * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in + the comment. + 2005-04-14 Gregorio Guidi * doc/autoconf.texi (External Software, Package Options): Add diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 5292b2fe0..cc4ac511b 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1463,9 +1463,9 @@ ac_cv_env_$1_value=$$1])dnl # _AC_ARG_VAR_VALIDATE # -------------------- # The precious variables are saved twice at the beginning of -# configure. E.g., PRECIOUS is saved as `ac_env_PRECIOUS_SET' and -# `ac_env_PRECIOUS_VALUE' on the one hand and `ac_cv_env_PRECIOUS_SET' -# and `ac_cv_env_PRECIOUS_VALUE' on the other hand. +# configure. E.g., PRECIOUS is saved as `ac_env_PRECIOUS_set' and +# `ac_env_PRECIOUS_value' on the one hand and `ac_cv_env_PRECIOUS_set' +# and `ac_cv_env_PRECIOUS_value' on the other hand. # # Now the cache has just been loaded, so `ac_cv_env_' represents the # content of the cached values, while `ac_env_' represents that of the