diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-06 20:30:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-06 20:30:59 +0000 |
commit | b810bd54a0ad1689072f3734f8e285fb39cfee31 (patch) | |
tree | 43ebdf33d3c7a1db627ca8b8020d1f88b12e080d | |
parent | 179f99492ba76c81669aa5c8199f8c425133c594 (diff) | |
download | coreutils-b810bd54a0ad1689072f3734f8e285fb39cfee31.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/ChangeLog | 18 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
2 files changed, 22 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index d6c7957d5..8109fb610 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,21 @@ +2000-06-04 Paul Eggert <eggert@twinsun.com> + + Rewrite largefile configuration so that we don't need to run + getconf and don't need AC_CANONICAL_HOST. [I'm leaving the use of + AC_CANONICAL_HOST in configure.in -- jmm] + + * largefile.m4 (AC_SYS_LARGEFILE_FLAGS, + AC_SYS_LARGEFILE_SPACE_APPEND): Remove. + (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro. + (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from + CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. + All uses changed. + Instead of inspecting the output of getconf, try to compile the + test program without and with the macro definition. + (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check + for getconf. Instead, check for the needed flags by compiling + test programs. + 2000-06-03 Jim Meyering <meyering@lucent.com> * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS, diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 77fc84b5b..38d1a792b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +2000-06-06 Jim Meyering <meyering@lucent.com> + + * Makefile.maint (alpha_subdir): Factor out `gnu/fetish'. + 2000-06-04 Jim Meyering <meyering@lucent.com> * Version 4.0t. |