This commit is contained in:
Jim Meyering 1999-11-06 09:04:22 +00:00
parent 6b32b53027
commit 68e5120531
2 changed files with 9 additions and 2 deletions

View File

@ -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 \

View File

@ -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.