Fix typos.
2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
+ Fix typos.
+
* lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
not defined.
2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi: Use @option systematically.
- (Integer Overflow):
2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
and Bruno Haible <bruno@clisp.org>
New macros for checking commonly-used members of struct dirent.
** AC_SUBST
- The subtituted value can now contain newlines.
+ The substituted value can now contain newlines.
** AC_SUBST_FILE
The substitution now occurs only when @variable@ is on a line by itself,
# autoconf -- create `configure' using m4 macros
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
}
}
- # It would be great to have $REQ check that it up to date wrt its
- # dependencies, but that requires getting traces (to fetch the
- # included files), which is out of the scope of Request
- # (currently?).
+ # It would be great to have $REQ check that it is up to date wrt
+ # its dependencies, but that requires getting traces (to fetch the
+ # included files), which is out of the scope of Request (currently?).
return $req;
}
# AC_FUNC_STRNLEN
-# --------------
+# ---------------
AN_FUNCTION([strnlen], [AC_FUNC_STRNLEN])
AC_DEFUN([AC_FUNC_STRNLEN],
[AC_CACHE_CHECK([for working strnlen], ac_cv_func_strnlen_working,