From 317fa67e1ea126506f6089749b7fc5d706424713 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 21 Dec 2002 14:50:45 +0000 Subject: [PATCH] . --- Makefile.in | 3 +-- aclocal.m4 | 4 ++-- doc/Makefile.in | 21 ++++++++++++--------- lib/Makefile.in | 2 +- m4/Makefile.in | 2 +- man/Makefile.in | 6 +++++- src/Makefile.in | 2 +- tests/Makefile.in | 2 +- tests/basename/Makefile.in | 2 +- tests/chgrp/Makefile.in | 2 +- tests/chmod/Makefile.in | 2 +- tests/chown/Makefile.in | 2 +- tests/cp/Makefile.in | 2 +- tests/cut/Makefile.in | 2 +- tests/date/Makefile.in | 2 +- tests/dd/Makefile.in | 2 +- tests/dircolors/Makefile.in | 2 +- tests/du/Makefile.in | 2 +- tests/expr/Makefile.in | 2 +- tests/factor/Makefile.in | 2 +- tests/fmt/Makefile.in | 2 +- tests/head/Makefile.in | 2 +- tests/install/Makefile.in | 2 +- tests/join/Makefile.in | 2 +- tests/ln/Makefile.in | 2 +- tests/ls-2/Makefile.in | 2 +- tests/ls/Makefile.in | 2 +- tests/md5sum/Makefile.in | 2 +- tests/misc/Makefile.in | 2 +- tests/mkdir/Makefile.in | 2 +- tests/mv/Makefile.in | 2 +- tests/od/Makefile.in | 2 +- tests/pr/Makefile.in | 2 +- tests/rm/Makefile.in | 2 +- tests/rmdir/Makefile.in | 2 +- tests/seq/Makefile.in | 2 +- tests/sha1sum/Makefile.in | 2 +- tests/shred/Makefile.in | 2 +- tests/sort/Makefile.in | 2 +- tests/stty/Makefile.in | 2 +- tests/sum/Makefile.in | 2 +- tests/tac/Makefile.in | 2 +- tests/tail-2/Makefile.in | 2 +- tests/tail/Makefile.in | 2 +- tests/test/Makefile.in | 2 +- tests/touch/Makefile.in | 2 +- tests/tr/Makefile.in | 2 +- tests/tsort/Makefile.in | 2 +- tests/unexpand/Makefile.in | 2 +- tests/uniq/Makefile.in | 2 +- tests/wc/Makefile.in | 2 +- 51 files changed, 67 insertions(+), 61 deletions(-) diff --git a/Makefile.in b/Makefile.in index 31287b3..05eb26b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -445,7 +445,6 @@ distcheck: dist && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ && cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - --with-included-gettext \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ diff --git a/aclocal.m4 b/aclocal.m4 index af8c7ea..2f6c316 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.7.1b -*- Autoconf -*- +# generated automatically by aclocal 1.7.2 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -160,7 +160,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.1b])]) + [AM_AUTOMAKE_VERSION([1.7.2])]) # Helper functions for option handling. -*- Autoconf -*- diff --git a/doc/Makefile.in b/doc/Makefile.in index d21dfd9..350ead0 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -230,16 +230,18 @@ uninstall-info-am: install-info --version | grep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ - echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \ - install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \ + relfile=`echo "$$file" | sed 's|^.*/||'`; \ + echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile"; \ + install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile; \ done; \ else :; fi @$(NORMAL_UNINSTALL) @list='$(INFO_DEPS)'; \ for file in $$list; do \ + relfile=`echo "$$file" | sed 's|^.*/||'`; \ (if cd $(DESTDIR)$(infodir); then \ - echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \ - rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \ + echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9])"; \ + rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9]; \ else :; fi); \ done @@ -367,9 +369,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 echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \ + for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \ if test -f $$ifile; then \ - relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \ + relfile=`echo "$$ifile" | sed 's|^.*/||'`; \ echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \ $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \ else : ; fi; \ @@ -380,8 +382,9 @@ install-info-am: $(INFO_DEPS) install-info --version | grep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ - echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ - install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ + relfile=`echo "$$file" | sed 's|^.*/||'`; \ + echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile";\ + install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile || :;\ done; \ else : ; fi install-man: diff --git a/lib/Makefile.in b/lib/Makefile.in index c800d30..d4947d1 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/m4/Makefile.in b/m4/Makefile.in index fe4e39d..e4c771d 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/man/Makefile.in b/man/Makefile.in index 39170b9..197364f 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -229,6 +229,10 @@ uninstall-man1: done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + case "$$ext" in \ + 1*) ;; \ + *) ext='1' ;; \ + esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ diff --git a/src/Makefile.in b/src/Makefile.in index 4d3401c..3148ef4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/Makefile.in b/tests/Makefile.in index d4b2730..916c8dc 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 7a4b5a5..5d81075 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index b245e79..0120a90 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 6c2917b..e9b4949 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index 888de0f..843d2cc 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index e18a7ba..62112d1 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index ba67100..c13196d 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index fb32fc9..5b3963b 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 004d139..c7bf4c3 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 70bbb40..d5c495c 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 7c4cf34..4bf748f 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index e9d5e31..bba4067 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index d0e2402..ef92982 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index 2ee4306..e18ac58 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index 2ae5c7d..4e8d799 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index a6a7bca..395f02f 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 8cd1804..f512974 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 2a3fb16..0e6e0b4 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 9387d72..e1105d1 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index e633682..5dabf34 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index e2b0994..bf2bbfd 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 9f30ab9..748d803 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 7ecab2b..67f7e46 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index e0ab06a..2183bbf 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index 8a868fa..59c183b 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index 907c97e..f66714f 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index f9a54c7..5533013 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index eedc4b5..026929a 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 6229f6e..9a6417d 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index f6912c4..99c939c 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 19cf55f..69a3a88 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 7bf17a9..32576dc 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index a1f749e..29f8c8a 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index e9efa6e..5bba8e5 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index bf97f3a..422a84c 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index cfdfd5d..32553ce 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index ab7a959..32c02f2 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index c55f47f..f4aa8c6 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 78f1944..3e8f661 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index d9f973e..d4c5775 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index 2ee4bb3..3adbba0 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 722ac47..74bfef7 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index d60a545..8209917 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index 8d3b491..539231f 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.1b from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 -- 2.7.4