*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index 76951c7..8aef878 100644 (file)
@@ -1,3 +1,22 @@
+2000-07-10  Jim Meyering  <meyering@lucent.com>
+
+       * gnu-source.m4: Output to confdefs.h directly.
+       Suggestion from Akim Demaille.
+
+2000-07-09  Jim Meyering  <meyering@lucent.com>
+
+       * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
+       to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
+
+       * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
+       * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
+
+2000-07-05  Bruno Haible  <haible@clisp.cons.org>
+
+       * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
+       to strerror_r.
+       Include <ctype.h> for use of isalpha.
+
 2000-07-05  Paul Eggert  <eggert@twinsun.com>
        and Bruno Haible  <haible@clisp.cons.org>