Index: ChangeLog =================================================================== RCS file: /cvsroot/autoconf/autoconf/ChangeLog,v retrieving revision 1.2753 diff -u -r1.2753 ChangeLog --- ChangeLog 1 Apr 2006 18:33:24 -0000 1.2753 +++ ChangeLog 1 Apr 2006 19:29:57 -0000 @@ -1,9 +1,11 @@ 2006-04-01 Eric Blake - * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize non-existant + * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent directories, unless optional third argument supplied. (AS_UNAME): Don't optimize PATH walk. + * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/ + 2006-04-01 Eric Blake and Stepan Kasal Index: lib/Autom4te/Struct.pm =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/Autom4te/Struct.pm,v retrieving revision 1.6 diff -u -r1.6 Struct.pm --- lib/Autom4te/Struct.pm 14 May 2005 07:00:39 -0000 1.6 +++ lib/Autom4te/Struct.pm 1 Apr 2006 19:29:58 -0000 @@ -508,7 +508,7 @@ The constructor of a generated class can be passed a list of I=>I pairs, with which to initialize the struct. If no initializer is specified for a particular element, its default -initialization is performed instead. Initializers for non-existent +initialization is performed instead. Initializers for nonexistent elements are silently ignored. Note that the initializer for a nested struct is specified Index: lib/autoconf/c.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/c.m4,v retrieving revision 1.213 diff -u -r1.213 c.m4 --- lib/autoconf/c.m4 20 Mar 2006 20:28:56 -0000 1.213 +++ lib/autoconf/c.m4 1 Apr 2006 19:29:59 -0000 @@ -430,7 +430,7 @@ [# Broken: fails on valid input. continue]) - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. _AC_PREPROC_IFELSE([AC_LANG_SOURCE(address@hidden:@include ]])], [# Broken: success on invalid input. Index: lib/m4sugar/m4sh.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/m4sugar/m4sh.m4,v retrieving revision 1.169 diff -u -r1.169 m4sh.m4 --- lib/m4sugar/m4sh.m4 1 Apr 2006 18:32:10 -0000 1.169 +++ lib/m4sugar/m4sh.m4 1 Apr 2006 19:30:00 -0000 @@ -927,7 +927,7 @@ # _AS_PATH_WALK([PATH = $PATH], BODY, [NO-OPTIMIZE]) # -------------------------------------------------- -# Walk through PATH running BODY for each `as_dir'. Skip non-existent +# Walk through PATH running BODY for each `as_dir'. Skip nonexistent # directories unless NO-OPTIMIZE is specified. # # Still very private as its interface looks quite bad.