]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 31 Mar 1998 23:11:50 +0000 (23:11 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 31 Mar 1998 23:11:50 +0000 (23:11 +0000)
m4/Makefile.in
old/fileutils/ChangeLog

index dede2c6c92d7a2c332b742f43511d483b868741f..6fec6176bcb8ffa6177cdfab8e256b3e25f460e5 100644 (file)
@@ -66,41 +66,31 @@ CATOBJEXT = @CATOBJEXT@
 CC = @CC@
 CPP = @CPP@
 DATADIRNAME = @DATADIRNAME@
+DF_PROG = @DF_PROG@
 GENCAT = @GENCAT@
-GETHOSTBYNAME_LIB = @GETHOSTBYNAME_LIB@
-GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
-GNU_PACKAGE = @GNU_PACKAGE@
 GT_NO = @GT_NO@
 GT_YES = @GT_YES@
 INSTOBJEXT = @INSTOBJEXT@
 INTLDEPS = @INTLDEPS@
 INTLLIBS = @INTLLIBS@
 INTLOBJS = @INTLOBJS@
-KMEM_GROUP = @KMEM_GROUP@
 LIBOBJS = @LIBOBJS@
-LIB_CRYPT = @LIB_CRYPT@
-MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
-MAN = @MAN@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MSGFMT = @MSGFMT@
-NEED_SETGID = @NEED_SETGID@
-OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
-OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
+MVDIR_PROG = @MVDIR_PROG@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
 POFILES = @POFILES@
 POSUB = @POSUB@
-POW_LIBM = @POW_LIBM@
 RANLIB = @RANLIB@
-SEQ_LIBM = @SEQ_LIBM@
-SQRT_LIBM = @SQRT_LIBM@
 U = @U@
 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
+YACC = @YACC@
 l = @l@
 
 EXTRA_DIST = README \
@@ -122,7 +112,7 @@ GZIP = --best
 all: Makefile
 
 .SUFFIXES:
-$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
        cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
 
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
index dbd9d3fe7d807d57854fa53b32a40797043faa15..fa2761d08720ec6c8dd302d2eb90bd5595458980 100644 (file)
@@ -1,3 +1,24 @@
+1998-03-31  Jim Meyering  <meyering@eng.ascend.com>
+
+       * src/system.h (TYPE_MAXIMUM): Cast result to `(t)' so this macro
+       works with `unsigned char'.
+        From Greg Wooledge.
+       (SCHAR_MIN, SCHAR_MAX, SHRT_MIN, SHRT_MAX, LONG_MAX, ULONG_MAX): Define.
+
+       * lib/xstrtol.c: Merge with the version from textutils.
+
+       * tests/Makefile.am (EXTRA_DIST): Add mk-script.
+       * tests/Makefile.am.in (EXTRA_DIST): Remove mk-script.pl.
+       (mk_script): Set to ../mk-script.
+       (x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script.
+       Remove @MAINT@ cruft.
+       (Makefile.am): Likewise.
+       Remove @MAINT@ cruft.  Now `missing' will explain the failure
+       when people don't have Perl yet modify a file whose rebuilding
+       would lead to the use of Perl.
+
+       * lib/memcmp.c (rpl_memcmp): Rename from memcmp.
+
 1998-03-28  Jim Meyering  <meyering@eng.ascend.com>
 
        * src/copy.c: Add copyright.