* config/srclist.text: Add glibc bug 1248.
[gnulib.git] / m4 / ChangeLog
index c612bd6..8c1ee84 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-24  Simon Josefsson  <jas@extundo.com>
+
+       * getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
+       __fsetlocking.
+
 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
 
        * regex.m4: Add AC_PREREQ(2.50).
@@ -5,8 +10,11 @@
 
 2005-08-25  Bruno Haible  <bruno@clisp.org>
 
-       * minmax.m4 (gl_MINMAX_IN_HEADER): Add comments.
-       Patch from Stepan Kasal <kasal@ucw.cz>.
+       * minmax.m4: Require autoconf 2.52.
+       (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
+       of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
+       alternatives of translit over the alphabet.
+       Based on a patch from Stepan Kasal <kasal@ucw.cz>.
 
 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>