2006-04-01 Eric Blake <ebb9@byu.net>
- * 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 <ebb9@byu.net>
and Stepan Kasal <kasal@ucw.cz>
The constructor of a generated class can be passed a list
of I<element>=>I<value> 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
[# 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([[@%:@include <ac_nonexistent.h>]])],
[# Broken: success on invalid input.
# _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.