diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-20 19:05:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-20 19:05:38 +0000 |
commit | 4ebc314f189d7de91e94ed378ae57e57e8497abd (patch) | |
tree | 1c6f585d076a761ede1c18e6d658aeec6b7f5a7e | |
parent | 4efd012fe0c6ce8723e9c84d0a00e2ff6829b20e (diff) | |
download | coreutils-4ebc314f189d7de91e94ed378ae57e57e8497abd.tar.xz |
.
51 files changed, 69 insertions, 67 deletions
diff --git a/Makefile.in b/Makefile.in index 17dd04833..86559e815 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -441,7 +441,7 @@ distcheck: dist mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd` \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ && cd $(distdir)/_build \ diff --git a/aclocal.m4 b/aclocal.m4 index 9cef1a41f..37a06816b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.7.2b -*- Autoconf -*- +# generated automatically by aclocal 1.7.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -170,7 +170,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.7.2b])]) + [AM_AUTOMAKE_VERSION([1.7.3])]) # Helper functions for option handling. -*- Autoconf -*- diff --git a/doc/Makefile.in b/doc/Makefile.in index 51955da08..9ebfffced 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -183,7 +183,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) .texi.info: - @rm -f $@ $@-[0-9] $@-[0-9][0-9] + @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9] $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $@ `test -f '$<' || echo '$(srcdir)/'`$< @@ -240,9 +240,10 @@ uninstall-info-am: @list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ + relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if cd $(DESTDIR)$(infodir); then \ - echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9])"; \ - rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9]; \ + echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \ + rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done @@ -264,11 +265,10 @@ mostlyclean-aminfo: coreutils.vr coreutils.dvi coreutils.pdf coreutils.ps maintainer-clean-aminfo: - list='$(INFO_DEPS)'; for i in $$list; do \ - rm -f $$i; \ - if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ - rm -f $$i-[0-9]*; \ - fi; \ + @list='$(INFO_DEPS)'; for i in $$list; do \ + i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ + echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ + rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done tags: TAGS TAGS: @@ -370,7 +370,9 @@ install-info-am: $(INFO_DEPS) @list='$(INFO_DEPS)'; \ for file in $$list; do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ - for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \ + file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ + for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ + $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ if test -f $$ifile; then \ relfile=`echo "$$ifile" | sed 's|^.*/||'`; \ echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \ diff --git a/lib/Makefile.in b/lib/Makefile.in index fc023a9a7..79a6e2272 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/m4/Makefile.in b/m4/Makefile.in index bfda8cfa1..67e08cab4 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/man/Makefile.in b/man/Makefile.in index 030e149a1..4a28d37d2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/src/Makefile.in b/src/Makefile.in index a1aa9210b..a1234e8f6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/Makefile.in b/tests/Makefile.in index e652a2a0f..29f1666f2 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -523,11 +523,11 @@ check-root: cd touch && $(MAKE) check TESTS=fifo cd mv && $(MAKE) check TESTS=mv-special-1 -check-recursive: envvar-check root-hint +check-recursive: envvar-check evar-check root-hint # Warn when `make check' is run with POSIXLY_CORRECT or CDPATH set. -.PHONY: envvar-check -envvar-check: +.PHONY: evar-check +evar-check: test "$${POSIXLY_CORRECT+set}" = set \ && sed s/%%/POSIXLY_CORRECT/ $(srcdir)/.env-warn || : test "$${CDPATH+set}" = set \ diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 414b1f559..b6c9020ef 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 9213caf6d..fd12aca96 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 550ead9eb..abd022ab7 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index c9e89f062..f4e6da7fc 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 55955c5b6..440b66d07 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 7103bd725..7f65d2dd3 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 3545400d4..53c760b16 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 30293fde7..788b52a3b 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index a573211ef..a754d239e 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 32a4e3c12..0749f468f 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -150,7 +150,7 @@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ - restore-wd \ + basic restore-wd \ exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index 405e1169d..76293f00c 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index b1055f4a8..d8718d08a 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index 581c3ec77..f3903c96e 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index ea6d5f52a..90591060b 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index e8ade41ec..72c71607c 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index f3bb9d87a..45edbe93a 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 6776d02e7..ad7275ac3 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 94fd13dd9..0dc0d66d2 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index cf08882bb..3240578fe 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index 87b985330..676b8896f 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 3da82224c..4bcfc720b 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -159,7 +159,7 @@ TESTS_ENVIRONMENT = \ TESTS = \ - cat-tty-eof \ + tty-eof \ printf-hex \ nl split-l printf split-a head-pos sort head-c csplit nice pathchk1 diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index bb0a50283..665bffbcd 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 0f2b0bf13..391cf9b47 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index 40c6cbf64..5354e7c07 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index afc57a856..1b39f4f2a 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 273ab95c8..e87d618f8 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index 712c3f40f..87ce59c2b 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 2a5412b77..ec3e7073c 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 859b0d181..5d60ddea6 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 707fa009e..1986058d1 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 8a7095335..6e7ee18cd 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 0db374cb9..54dba2ca7 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index ba952f1c9..72d6a3c95 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 4e86d8e34..4c0fc2511 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index c97ce43c5..27267106d 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index 8c796252a..c8fa1d817 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 37753ecf6..e2c85b8ea 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 03c4d8b8f..7e5c12c77 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 54e32ad34..82d15f654 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index c67df88cb..6f346edb2 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 0b3dbfb42..19a5cd815 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index 72241fa55..725e65fb0 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index f8c47261f..6e42ddb00 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.2b from Makefile.am. +# Makefile.in generated by automake 1.7.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 |