From 9b531d8675b7098f753b7606c5e76984696582cf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 31 Jan 1999 05:39:01 +0000 Subject: [PATCH] . --- doc/Makefile.in | 6 ++-- lib/Makefile.in | 73 +++++++++++++++++++++------------------------ m4/Makefile.in | 13 ++------ tests/cp/Makefile.in | 4 +-- tests/dircolors/Makefile.in | 4 +-- tests/install/Makefile.in | 4 +-- tests/ln/Makefile.in | 4 +-- tests/ls-2/Makefile.in | 4 +-- tests/ls/Makefile.in | 4 +-- tests/mkdir/Makefile.in | 4 +-- tests/mv/Makefile.in | 4 +-- tests/rm/Makefile.in | 4 +-- tests/touch/Makefile.in | 4 +-- 13 files changed, 59 insertions(+), 73 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 896ec01..3b336bf 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -115,7 +115,7 @@ version.texi DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -132,7 +132,7 @@ $(srcdir)/version.texi: stamp-vti @: $(srcdir)/stamp-vti: fileutils.texi $(top_srcdir)/configure.in - @echo "@set UPDATED `$(SHELL) $(srcdir)//mdate-sh fileutils.texi`" > vti.tmp + @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/fileutils.texi`" > vti.tmp @echo "@set EDITION $(VERSION)" >> vti.tmp @echo "@set VERSION $(VERSION)" >> vti.tmp @cmp -s vti.tmp $(srcdir)/version.texi \ diff --git a/lib/Makefile.in b/lib/Makefile.in index 7700458..7f6650a 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -134,38 +134,36 @@ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ HEADERS = $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in TODO alloca.c chown.c error.c \ -error.h euidaccess.c fdatasync.c fileblocks.c fnmatch.c fsusage.c \ -ftruncate.c getdate.c getgroups.c getline.c group-member.c lchown.c \ -lstat.c malloc.c memcmp.c memcpy.c memset.c mkdir.c mktime.c \ -mountlist.c obstack.c obstack.h realloc.c regex.c rename.c rmdir.c \ -rpmatch.c stat.c stpcpy.c strcasecmp.c strdup.c strftime.c \ -strncasecmp.c strndup.c strstr.c strtol.c strtoul.c strverscmp.c \ -utime.c +error.h euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c \ +getdate.c getgroups.c getline.c group-member.c lchown.c lstat.c \ +malloc.c memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c \ +obstack.c obstack.h realloc.c regex.c rename.c rmdir.c rpmatch.c stat.c \ +stpcpy.c strcasecmp.c strdup.c strftime.c strncasecmp.c strndup.c \ +strstr.c strtol.c strtoul.c strverscmp.c utime.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/addext.P .deps/alloca.P .deps/argmatch.P \ .deps/backupfile.P .deps/basename.P .deps/chown.P .deps/closeout.P \ .deps/dirname.P .deps/error.P .deps/euidaccess.P .deps/exclude.P \ -.deps/fdatasync.P .deps/fileblocks.P .deps/filemode.P .deps/fnmatch.P \ -.deps/fsusage.P .deps/ftruncate.P .deps/full-write.P .deps/getdate.P \ -.deps/getgroups.P .deps/getline.P .deps/getopt.P .deps/getopt1.P \ -.deps/group-member.P .deps/hash.P .deps/human.P .deps/idcache.P \ -.deps/isdir.P .deps/lchown.P .deps/long-options.P .deps/lstat.P \ -.deps/makepath.P .deps/malloc.P .deps/memcmp.P .deps/memcpy.P \ -.deps/memset.P .deps/mkdir.P .deps/mktime.P .deps/modechange.P \ -.deps/mountlist.P .deps/obstack.P .deps/path-concat.P .deps/posixtm.P \ -.deps/quotearg.P .deps/realloc.P .deps/regex.P .deps/rename.P \ -.deps/rmdir.P .deps/rpmatch.P .deps/safe-read.P .deps/save-cwd.P \ -.deps/savedir.P .deps/stat.P .deps/stpcpy.P .deps/strcasecmp.P \ -.deps/strdup.P .deps/strftime.P .deps/stripslash.P .deps/strncasecmp.P \ -.deps/strndup.P .deps/strstr.P .deps/strtol.P .deps/strtoul.P \ -.deps/strverscmp.P .deps/userspec.P .deps/utime.P .deps/xgetcwd.P \ -.deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P \ -.deps/yesno.P +.deps/fileblocks.P .deps/filemode.P .deps/fnmatch.P .deps/fsusage.P \ +.deps/ftruncate.P .deps/full-write.P .deps/getdate.P .deps/getgroups.P \ +.deps/getline.P .deps/getopt.P .deps/getopt1.P .deps/group-member.P \ +.deps/hash.P .deps/human.P .deps/idcache.P .deps/isdir.P .deps/lchown.P \ +.deps/long-options.P .deps/lstat.P .deps/makepath.P .deps/malloc.P \ +.deps/memcmp.P .deps/memcpy.P .deps/memset.P .deps/mkdir.P \ +.deps/mktime.P .deps/modechange.P .deps/mountlist.P .deps/obstack.P \ +.deps/path-concat.P .deps/posixtm.P .deps/quotearg.P .deps/realloc.P \ +.deps/regex.P .deps/rename.P .deps/rmdir.P .deps/rpmatch.P \ +.deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stat.P \ +.deps/stpcpy.P .deps/strcasecmp.P .deps/strdup.P .deps/strftime.P \ +.deps/stripslash.P .deps/strncasecmp.P .deps/strndup.P .deps/strstr.P \ +.deps/strtol.P .deps/strtoul.P .deps/strverscmp.P .deps/userspec.P \ +.deps/utime.P .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P \ +.deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P SOURCES = $(libfu_a_SOURCES) OBJECTS = $(libfu_a_OBJECTS) @@ -246,8 +244,6 @@ euidaccess_.c: euidaccess.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/euidaccess.c; then echo $(srcdir)/euidaccess.c; else echo euidaccess.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > euidaccess_.c exclude_.c: exclude.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > exclude_.c -fdatasync_.c: fdatasync.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fdatasync.c; then echo $(srcdir)/fdatasync.c; else echo fdatasync.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fdatasync_.c fileblocks_.c: fileblocks.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fileblocks.c; then echo $(srcdir)/fileblocks.c; else echo fileblocks.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fileblocks_.c filemode_.c: filemode.c $(ANSI2KNR) @@ -369,18 +365,17 @@ xstrtoul_.c: xstrtoul.c $(ANSI2KNR) yesno_.c: yesno.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > yesno_.c addext_.o alloca_.o argmatch_.o backupfile_.o basename_.o chown_.o \ -closeout_.o dirname_.o error_.o euidaccess_.o exclude_.o fdatasync_.o \ -fileblocks_.o filemode_.o fnmatch_.o fsusage_.o ftruncate_.o \ -full-write_.o getdate_.o getgroups_.o getline_.o getopt_.o getopt1_.o \ -group-member_.o hash_.o human_.o idcache_.o isdir_.o lchown_.o \ -long-options_.o lstat_.o makepath_.o malloc_.o memcmp_.o memcpy_.o \ -memset_.o mkdir_.o mktime_.o modechange_.o mountlist_.o obstack_.o \ -path-concat_.o posixtm_.o quotearg_.o realloc_.o regex_.o rename_.o \ -rmdir_.o rpmatch_.o safe-read_.o save-cwd_.o savedir_.o stat_.o \ -stpcpy_.o strcasecmp_.o strdup_.o strftime_.o stripslash_.o \ -strncasecmp_.o strndup_.o strstr_.o strtol_.o strtoul_.o strverscmp_.o \ -userspec_.o utime_.o xgetcwd_.o xmalloc_.o xstrdup_.o xstrtol_.o \ -xstrtoul_.o yesno_.o : $(ANSI2KNR) +closeout_.o dirname_.o error_.o euidaccess_.o exclude_.o fileblocks_.o \ +filemode_.o fnmatch_.o fsusage_.o ftruncate_.o full-write_.o getdate_.o \ +getgroups_.o getline_.o getopt_.o getopt1_.o group-member_.o hash_.o \ +human_.o idcache_.o isdir_.o lchown_.o long-options_.o lstat_.o \ +makepath_.o malloc_.o memcmp_.o memcpy_.o memset_.o mkdir_.o mktime_.o \ +modechange_.o mountlist_.o obstack_.o path-concat_.o posixtm_.o \ +quotearg_.o realloc_.o regex_.o rename_.o rmdir_.o rpmatch_.o \ +safe-read_.o save-cwd_.o savedir_.o stat_.o stpcpy_.o strcasecmp_.o \ +strdup_.o strftime_.o stripslash_.o strncasecmp_.o strndup_.o strstr_.o \ +strtol_.o strtoul_.o strverscmp_.o userspec_.o utime_.o xgetcwd_.o \ +xmalloc_.o xstrdup_.o xstrtol_.o xstrtoul_.o yesno_.o : $(ANSI2KNR) .y.c: $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c if test -f y.tab.h; then \ diff --git a/m4/Makefile.in b/m4/Makefile.in index 903a3d6..1b0fb01 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -62,11 +62,10 @@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ +DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ -GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ -GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ @@ -74,24 +73,16 @@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ -KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ -LIB_CRYPT = @LIB_CRYPT@ 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@ diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index c010cc8..9dc82c1 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -105,7 +105,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index ed71c87..484be0b 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index fca7acf..50beccf 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 7bc0f12..c3f654d 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 0d5ad83..4385615 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 5dc4af9..334bfed 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -103,7 +103,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index ccde73d..8998716 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -103,7 +103,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 8fed7d2..7130b21 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -106,7 +106,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index fe4a61b..65c4628 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index f216461..5f0088c 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: -- 2.7.4