*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index 6bf4eda..70b92db 100644 (file)
@@ -1,8 +1,36 @@
+2001-01-15  Bruno Haible  <haible@clisp.cons.org>
+
+       * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
+       has const.
+
+2001-01-20  Jim Meyering  <meyering@lucent.com>
+
+       Be sure that headers are checked before used in code compiled
+       for the type checks.
+       * jm-macros.m4 (jm_MACROS): Remove all header checks.
+       In place of that, invoke jm_CHECK_ALL_TYPES.
+       (jm_CHECK_ALL_HEADERS): New functions with the above checks.
+       (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
+       Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
+       The check for ssize_t was mistakenly run before the test for unistd.h.
+
+       The configure-time check for stdbool.h was missing.
+       * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
+       (jm_PREREQ_HASH): New function.
+
+2001-01-17  Jim Meyering  <meyering@lucent.com>
+
+       * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
+       for autoconf-2.49c.
+       * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
+
 2001-01-14  Jim Meyering  <meyering@lucent.com>
 
        * rename.m4: Use temporary directories named conftestdir{,2}, not
        foo and bar.  Create conftestdir/ in the script, not in the C code.
        Remove directories in the script, not in the C code.
+       Remove conftestdir{,2} before trying to create the directory.
+       Make the entire configure script fail if the mkdir fails.
 
 2001-01-02  Volker Borchert  <bt@teknon.de>