mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-29 21:15:15 +08:00
.
This commit is contained in:
parent
6b32b53027
commit
68e5120531
@ -69,7 +69,6 @@ CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEPDIR = @DEPDIR@
|
||||
DF_PROG = @DF_PROG@
|
||||
GENCAT = @GENCAT@
|
||||
GETCONF = @GETCONF@
|
||||
GMOFILES = @GMOFILES@
|
||||
@ -90,6 +89,7 @@ PACKAGE = @PACKAGE@
|
||||
PERL = @PERL@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
POW_LIBM = @POW_LIBM@
|
||||
RANLIB = @RANLIB@
|
||||
U = @U@
|
||||
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
||||
@ -139,7 +139,6 @@ readdir.m4 \
|
||||
realloc.m4 \
|
||||
regex.m4 \
|
||||
search-libs.m4 \
|
||||
ssize_t.m4 \
|
||||
st_dm_mode.m4 \
|
||||
st_mtim.m4 \
|
||||
stat.m4 \
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-11-05 Jim Meyering <meyering@ascend.com>
|
||||
|
||||
* src/system.h: Use HAVE_STRUCT_STAT_ST_BLKSIZE not HAVE_ST_BLKSIZE.
|
||||
|
||||
* configure.in: Move some type/header/member tests into
|
||||
m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) so they are shared by all of
|
||||
fileutils, textutils, and sh-utils.
|
||||
|
||||
1999-11-04 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* src/sort.c (SORTALLOC): New macro.
|
||||
|
Loading…
Reference in New Issue
Block a user