* m4/regex.m4: Add AC_PREREQ(2.50).
[gnulib.git] / m4 / ChangeLog
index 4de3c84..c612bd6 100644 (file)
@@ -1,3 +1,26 @@
+2005-08-25  Stepan Kasal  <kasal@ucw.cz>
+
+       * regex.m4: Add AC_PREREQ(2.50).
+       (gl_REGEX): If --with-included-regex was given, skip the autodetection.
+
+2005-08-25  Bruno Haible  <bruno@clisp.org>
+
+       * minmax.m4 (gl_MINMAX_IN_HEADER): Add comments.
+       Patch from Stepan Kasal <kasal@ucw.cz>.
+
+2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
+       for GNU regex features.
+
+2005-08-24  Jim Meyering  <jim@meyering.net>
+
+       Sync from coreutils.
+       * fcntl-safer.m4: New file.
+
+       * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
+       and object files for this module.
+
 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.