(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in
[gnulib.git] / m4 / ChangeLog
index 31de638..8f0a440 100644 (file)
@@ -1,3 +1,49 @@
+2000-01-22  Jim Meyering  <meyering@lucent.com>
+
+       * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
+       configure.in
+
+       * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
+       from fileutils' configure.in.
+
+       * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
+       Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
+
+       * check-decl.m4: Use #if rather than #ifdef.
+       Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
+       (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
+       (_jm_DECL_HEADERS): Define new function.
+       (jm_CHECK_DECLARATIONS): Require it.
+
+2000-01-19  Jim Meyering  <meyering@lucent.com>
+
+       * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
+       Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
+       defines `struct timespec' in <sys/time.h>
+
+       * c-bs-a.m4: Remove uses of changequote altogether.
+       Thanks to Akim for explaining.
+
+2000-01-16  Jim Meyering  <meyering@lucent.com>
+
+       * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
+       AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
+       jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
+       AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
+
+2000-01-16  Jim Meyering  <meyering@lucent.com>
+
+       * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
+       because the latter didn't work.
+
+2000-01-15  Jim Meyering  <meyering@lucent.com>
+
+       * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
+       (AC_REPLACE_FUNCS): Add memcpy and memset.
+       Add these, too: stime strcspn stpcpy strstr strtol strtoul.
+       Add strpbrk.
+       Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
+
 2000-01-12  Jim Meyering  <meyering@lucent.com>
 
        * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.