summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 10:22:11 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 10:22:11 +0000
commit48f3734b371b4cd335666ea910cc5a40178a188c (patch)
treeb322f3eb1cef70ba658c26e44fa88b461131c7ba /m4
parentdf08b15a80eda280b0fd60f4530d440fe262b3a9 (diff)
downloadcoreutils-48f3734b371b4cd335666ea910cc5a40178a188c.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index bf0534ba7..f6f6fc640 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,30 @@
2001-08-30 Paul Eggert <eggert@twinsun.com>
+ Simplify code, partly by assuming autoconf 2.52 semantics.
+
+ * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
+
+ * inttypes.m4 (AC_PREREQ): Bump to 2.52.
+ (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
+ All uses removed.
+ (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
+ Move AC_REQUIRE to next-to-top level, to avoid confusion.
+ Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
+ * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
+ * jm-macros.m4 (jm_MACROS): Likewise.
+
+ * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
+
+ * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
+ Quote first arg of AC_DEFUN.
+ Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
+ since they are needed to parse the include file even if we need
+ only xstrtoimax. Simplify logic behind the args to AC_REPLACE.
+ * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
+ but with opposite signedness.
+
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
* prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
(jm_PREREQ_EXCLUDE): New macro.