www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1997/06/02/09:15:42

Sender: wgalazka AT chem DOT uw DOT edu DOT pl
Message-ID: <3392C5BD.58FF@chem.uw.edu.pl>
Date: Mon, 02 Jun 1997 15:08:13 +0200
From: Wojciech Galazka <wgalazka AT chem DOT uw DOT edu DOT pl>
Organization: University of Warsaw
MIME-Version: 1.0
To: djgpp-workers AT delorie DOT com
Subject: txtutil-1.22 patch (2/3) diffs.nls

This is a multi-part message in MIME format.

--------------46DF6C7F742E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

-- 
Wojciech Galazka
Computer Security Advisor

--------------46DF6C7F742E
Content-Type: text/plain; charset=iso-8859-1; name="diffs.nls"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; filename="diffs.nls"

diff -r -c -N ../../gnu/TXTUTIL1.22/Makefile TXTUTIL1.22/Makefile
*** ../../gnu/TXTUTIL1.22/Makefile	Sat Feb  1 18:38:30 1997
--- TXTUTIL1.22/Makefile	Tue May 27 23:49:48 1997
***************
*** 32,46 ****
  =

  top_builddir =3D .
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  AUTOMAKE_OPTIONS =3D gnits 1.1k
--- 32,46 ----
  =

  top_builddir =3D .
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  AUTOMAKE_OPTIONS =3D gnits 1.1k
diff -r -c -N ../../gnu/TXTUTIL1.22/README.dos TXTUTIL1.22/README.dos
*** ../../gnu/TXTUTIL1.22/README.dos	Fri Feb 14 18:37:04 1997
--- TXTUTIL1.22/README.dos	Fri May 30 13:42:24 1997
***************
*** 33,40 ****
  The file DIFFS in the source distribution describes the changes
  against the original package.
  =

! The GNU Gettext package is not supported yet in the ported version, so
! don't expect the programs to talk to you in any language but English.
  =

  =

  Required tools
--- 33,43 ----
  The file DIFFS in the source distribution describes the changes
  against the original package.
  =

! The GNU Gettext package is now supported in the ported version, so you
! can expect the programs to talk to you in any language not just English=
=2E
! =

! The file DIFFS.NLS in the source distribution describes the changes
! against the previous non NLS-awared package.
  =

  =

  Required tools
***************
*** 112,114 ****
--- 115,120 ----
  =

  		Enjoy,
  				Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
+ =

+ Enjoy the NLS port too,
+ 		 		Wojciech Galazka <wgalazka AT chem DOT uw DOT edu DOT pl>
diff -r -c -N ../../gnu/TXTUTIL1.22/config.h TXTUTIL1.22/config.h
*** ../../gnu/TXTUTIL1.22/config.h	Sat Feb  1 18:39:30 1997
--- TXTUTIL1.22/config.h	Tue May 27 23:52:36 1997
***************
*** 81,87 ****
  /* #undef WORDS_BIGENDIAN */
  =

  /* Define to 1 if NLS is requested.  */
! /* #undef ENABLE_NLS */
  =

  /* The concatenation of the strings "GNU ", and PACKAGE.  */
  #define GNU_PACKAGE "GNU textutils"
--- 81,87 ----
  /* #undef WORDS_BIGENDIAN */
  =

  /* Define to 1 if NLS is requested.  */
! #define ENABLE_NLS 1
  =

  /* The concatenation of the strings "GNU ", and PACKAGE.  */
  #define GNU_PACKAGE "GNU textutils"
diff -r -c -N ../../gnu/TXTUTIL1.22/config.status TXTUTIL1.22/config.stat=
us
*** ../../gnu/TXTUTIL1.22/config.status	Sat Feb  1 18:38:24 1997
--- TXTUTIL1.22/config.status	Tue May 27 23:49:34 1997
***************
*** 2,10 ****
  # Generated automatically by configure.
  # Run this file to recreate the current configuration.
  # This directory was configured as follows,
! # on host EliZ's PC (i486DX2/66, MS-DOS 5.0, DJGPP 2.01):
  #
! # ./configure  '--prefix=3D$(DJDIR)' --disable-nls
  #
  # Compiler output produced by configure, useful for debugging
  # configure, is in ./config.log if it exists.
--- 2,10 ----
  # Generated automatically by configure.
  # Run this file to recreate the current configuration.
  # This directory was configured as follows,
! # on host CRAMBIN        :
  #
! # ./configure  '--prefix=3D$(DJDIR)' --with-included-gettext
  #
  # Compiler output produced by configure, useful for debugging
  # configure, is in ./config.log if it exists.
***************
*** 14,21 ****
  do
    case "$ac_option" in
    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | -=
-r)
!     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  '--prefix=3D$(DJ=
DIR)' --disable-nls --no-create --no-recursion"
!     exec ${CONFIG_SHELL-/bin/sh} ./configure  '--prefix=3D$(DJDIR)' --d=
isable-nls --no-create --no-recursion ;;
    -version | --version | --versio | --versi | --vers | --ver | --ve | -=
-v)
      echo "./config.status generated by autoconf version 2.12"
      exit 0 ;;
--- 14,21 ----
  do
    case "$ac_option" in
    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | -=
-r)
!     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  '--prefix=3D$(DJ=
DIR)' --with-included-gettext --no-create --no-recursion"
!     exec ${CONFIG_SHELL-/bin/sh} ./configure  '--prefix=3D$(DJDIR)' --w=
ith-included-gettext --no-create --no-recursion ;;
    -version | --version | --versio | --versi | --vers | --ver | --ve | -=
-v)
      echo "./config.status generated by autoconf version 2.12"
      exit 0 ;;
***************
*** 26,32 ****
  done
  =

  ac_given_srcdir=3D.
! ac_given_INSTALL=3D"/bin/gcc/bin/ginstall -c"
  =

  trap 'rm -fr Makefile doc/Makefile intl/Makefile lib/Makefile man/Makef=
ile m4/Makefile po/Makefile.in src/Makefile tests/Makefile tests/cut-test=
/Makefile
  tests/join-test/Makefile
--- 26,32 ----
  done
  =

  ac_given_srcdir=3D.
! ac_given_INSTALL=3D"/DJGPP/BIN/ginstall -c"
  =

  trap 'rm -fr Makefile doc/Makefile intl/Makefile lib/Makefile man/Makef=
ile m4/Makefile po/Makefile.in src/Makefile tests/Makefile tests/cut-test=
/Makefile
  tests/join-test/Makefile
***************
*** 69,75 ****
  s%@VERSION@%1.22%g
  s%@SET_MAKE@%%g
  s%@MAINT@%#M#%g
! s%@PERL@%%g
  s%@CC@%gcc%g
  s%@CPP@%gcc -E%g
  s%@RANLIB@%ranlib%g
--- 69,75 ----
  s%@VERSION@%1.22%g
  s%@SET_MAKE@%%g
  s%@MAINT@%#M#%g
! s%@PERL@%/PERL/BIN/perl%g
  s%@CC@%gcc%g
  s%@CPP@%gcc -E%g
  s%@RANLIB@%ranlib%g
***************
*** 78,99 ****
  s%@ANSI2KNR@%%g
  s%@ALLOCA@%%g
  s%@POW_LIBM@%%g
! s%@USE_NLS@%no%g
! s%@MSGFMT@%%g
! s%@GMSGFMT@%%g
! s%@XGETTEXT@%%g
  s%@GENCAT@%%g
! s%@USE_INCLUDED_LIBINTL@%no%g
! s%@CATALOGS@%%g
! s%@CATOBJEXT@%%g
  s%@DATADIRNAME@%share%g
  s%@GMOFILES@% de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo%g
! s%@INSTOBJEXT@%%g
! s%@INTLDEPS@%%g
! s%@INTLLIBS@%%g
! s%@INTLOBJS@%%g
  s%@POFILES@% de.po es.po fr.po ko.po nl.po pl.po%g
! s%@POSUB@%%g
  s%@GT_NO@%%g
  s%@GT_YES@%#YES#%g
  s%@MKINSTALLDIRS@%./mkinstalldirs%g
--- 78,99 ----
  s%@ANSI2KNR@%%g
  s%@ALLOCA@%%g
  s%@POW_LIBM@%%g
! s%@USE_NLS@%yes%g
! s%@MSGFMT@%/DJGPP/BIN/msgfmt%g
! s%@GMSGFMT@%/DJGPP/BIN/msgfmt%g
! s%@XGETTEXT@%/DJGPP/BIN/xgettext%g
  s%@GENCAT@%%g
! s%@USE_INCLUDED_LIBINTL@%yes%g
! s%@CATALOGS@% de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo%g
! s%@CATOBJEXT@%.gmo%g
  s%@DATADIRNAME@%share%g
  s%@GMOFILES@% de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo%g
! s%@INSTOBJEXT@%.mo%g
! s%@INTLDEPS@%../intl/libintl.a%g
! s%@INTLLIBS@%../intl/libintl.a%g
! s%@INTLOBJS@%$(GETTOBJS)%g
  s%@POFILES@% de.po es.po fr.po ko.po nl.po pl.po%g
! s%@POSUB@%po%g
  s%@GT_NO@%%g
  s%@GT_YES@%#YES#%g
  s%@MKINSTALLDIRS@%./mkinstalldirs%g
***************
*** 142,147 ****
--- 142,148 ----
  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" !=3D x..; then
    # Support "outfile[:infile[:infile...]]", defaulting infile=3D"outfil=
e.in".
    case "$ac_file" in
+   po/Makefile.in) ac_file_in=3D${ac_file}-in ;;
    *.in) ac_file_in=3D${ac_file}-in ;;
    *:*) ac_file_in=3D`echo "$ac_file"|sed 's%[^:]*:%%'`
         ac_file=3D`echo "$ac_file"|sed 's%:.*%%'` ;;
***************
*** 435,440 ****
--- 436,444 ----
  ${ac_dA}HAVE_STPCPY${ac_dB}HAVE_STPCPY${ac_dC}1${ac_dD}
  ${ac_uA}HAVE_STPCPY${ac_uB}HAVE_STPCPY${ac_uC}1${ac_uD}
  ${ac_eA}HAVE_STPCPY${ac_eB}HAVE_STPCPY${ac_eC}1${ac_eD}
+ ${ac_dA}ENABLE_NLS${ac_dB}ENABLE_NLS${ac_dC}1${ac_dD}
+ ${ac_uA}ENABLE_NLS${ac_uB}ENABLE_NLS${ac_uC}1${ac_uD}
+ ${ac_eA}ENABLE_NLS${ac_eB}ENABLE_NLS${ac_eC}1${ac_eD}
  s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  CEOF
    sed -f conftest.frag conftest.in > conftest.out
diff -r -c -N ../../gnu/TXTUTIL1.22/configure TXTUTIL1.22/configure
*** ../../gnu/TXTUTIL1.22/configure	Sun Jan 26 19:03:52 1997
--- TXTUTIL1.22/configure	Tue May 27 23:16:28 1997
***************
*** 535,545 ****
  =

  ac_aux_dir=3D
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
!   if test -f $ac_dir/install-sh; then
      ac_aux_dir=3D$ac_dir
      ac_install_sh=3D"$ac_aux_dir/install-sh -c"
      break
!   elif test -f $ac_dir/install.sh; then
      ac_aux_dir=3D$ac_dir
      ac_install_sh=3D"$ac_aux_dir/install.sh -c"
      break
--- 535,545 ----
  =

  ac_aux_dir=3D
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
!   if test -x $ac_dir/install-sh; then
      ac_aux_dir=3D$ac_dir
      ac_install_sh=3D"$ac_aux_dir/install-sh -c"
      break
!   elif test -x $ac_dir/install.sh; then
      ac_aux_dir=3D$ac_dir
      ac_install_sh=3D"$ac_aux_dir/install.sh -c"
      break
***************
*** 576,582 ****
      *)
        # OSF1 and SCO ODT 3.0 have their own names for install.
        for ac_prog in ginstall installbsd scoinst install; do
!         if test -f $ac_dir/$ac_prog; then
  	  if test $ac_prog =3D install &&
              grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  	    # AIX install.  It has an incompatible calling convention.
--- 576,582 ----
      *)
        # OSF1 and SCO ODT 3.0 have their own names for install.
        for ac_prog in ginstall installbsd scoinst install; do
!         if test -x $ac_dir/$ac_prog; then
  	  if test $ac_prog =3D install &&
              grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  	    # AIX install.  It has an incompatible calling convention.
***************
*** 731,737 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_path_PERL=3D"$ac_dir/$ac_word"
        break
      fi
--- 731,737 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_path_PERL=3D"$ac_dir/$ac_word"
        break
      fi
***************
*** 760,766 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_prog_CC=3D"gcc"
        break
      fi
--- 760,766 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_prog_CC=3D"gcc"
        break
      fi
***************
*** 790,796 ****
    ac_prog_rejected=3Dno
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test "$ac_dir/$ac_word" =3D "/usr/ucb/cc"; then
          ac_prog_rejected=3Dyes
  	continue
--- 790,796 ----
    ac_prog_rejected=3Dno
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test "$ac_dir/$ac_word" =3D "/usr/ucb/cc"; then
          ac_prog_rejected=3Dyes
  	continue
***************
*** 1038,1044 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_prog_RANLIB=3D"ranlib"
        break
      fi
--- 1038,1044 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_prog_RANLIB=3D"ranlib"
        break
      fi
***************
*** 3643,3649 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  	ac_cv_path_MSGFMT=3D"$ac_dir/$ac_word"
  	break
--- 3643,3649 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  	ac_cv_path_MSGFMT=3D"$ac_dir/$ac_word"
  	break
***************
*** 3732,3738 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
        break
      fi
--- 3732,3738 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
        break
      fi
***************
*** 3764,3770 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  	ac_cv_path_XGETTEXT=3D"$ac_dir/$ac_word"
  	break
--- 3764,3770 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  	ac_cv_path_XGETTEXT=3D"$ac_dir/$ac_word"
  	break
***************
*** 3933,3939 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_path_GENCAT=3D"$ac_dir/$ac_word"
        break
      fi
--- 3933,3939 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_path_GENCAT=3D"$ac_dir/$ac_word"
        break
      fi
***************
*** 3965,3971 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
        break
      fi
--- 3965,3971 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
        break
      fi
***************
*** 3998,4004 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  	ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
  	break
--- 3998,4004 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  	ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
  	break
***************
*** 4033,4039 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  	ac_cv_path_XGETTEXT=3D"$ac_dir/$ac_word"
  	break
--- 4033,4039 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  	ac_cv_path_XGETTEXT=3D"$ac_dir/$ac_word"
  	break
***************
*** 4091,4097 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  	ac_cv_path_MSGFMT=3D"$ac_dir/$ac_word"
  	break
--- 4091,4097 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  	ac_cv_path_MSGFMT=3D"$ac_dir/$ac_word"
  	break
***************
*** 4125,4131 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
        break
      fi
--- 4125,4131 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        ac_cv_path_GMSGFMT=3D"$ac_dir/$ac_word"
        break
      fi
***************
*** 4157,4163 ****
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -f $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  	ac_cv_path_XGETTEXT=3D"$ac_dir/$ac_word"
  	break
--- 4157,4163 ----
    IFS=3D"${IFS=3D 	}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=3D.
!     if test -x $ac_dir/$ac_word; then
        if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  	ac_cv_path_XGETTEXT=3D"$ac_dir/$ac_word"
  	break
***************
*** 4291,4297 ****
                 sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po=
2msg.sed
     fi
        sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
!      $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
  =

              if test "$PACKAGE" =3D "gettext"; then
       GT_NO=3D"#NO#"
--- 4291,4297 ----
                 sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po=
2msg.sed
     fi
        sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
!      $srcdir/intl/po2tblin.sed > intl/po2tbl.sed
  =

              if test "$PACKAGE" =3D "gettext"; then
       GT_NO=3D"#NO#"
***************
*** 4556,4561 ****
--- 4556,4563 ----
  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" !=3D x..; then
    # Support "outfile[:infile[:infile...]]", defaulting infile=3D"outfil=
e.in".
    case "$ac_file" in
+   po/Makefile.in) ac_file_in=3D${ac_file}-in ;;
+   *.in) ac_file_in=3D${ac_file}-in ;;
    *:*) ac_file_in=3D`echo "$ac_file"|sed 's%[^:]*:%%'`
         ac_file=3D`echo "$ac_file"|sed 's%:.*%%'` ;;
    *) ac_file_in=3D"${ac_file}.in" ;;
***************
*** 4638,4643 ****
--- 4640,4646 ----
  for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" !=3D x..; the=
n
    # Support "outfile[:infile[:infile...]]", defaulting infile=3D"outfil=
e.in".
    case "$ac_file" in
+   *.h) ac_file_in=3D${ac_file}-in ;;
    *:*) ac_file_in=3D`echo "$ac_file"|sed 's%[^:]*:%%'`
         ac_file=3D`echo "$ac_file"|sed 's%:.*%%'` ;;
    *) ac_file_in=3D"${ac_file}.in" ;;
diff -r -c -N ../../gnu/TXTUTIL1.22/djgpp/config.bat TXTUTIL1.22/djgpp/co=
nfig.bat
*** ../../gnu/TXTUTIL1.22/djgpp/config.bat	Fri Feb 14 17:33:24 1997
--- TXTUTIL1.22/djgpp/config.bat	Tue May 27 22:27:30 1997
***************
*** 24,30 ****
  set CONFIG_SHELL=3Dbash.exe
  if not exist configure.orig mv -f configure configure.orig
  update djgpp/configure ./configure
! bash ./configure --prefix=3D'$(DJDIR)' --disable-nls
  echo updating config.h and Makefiles for DJGPP...
  mv -f config.h config.tmp
  sed -f djgpp/config.sed config.tmp > config.h
--- 24,30 ----
  set CONFIG_SHELL=3Dbash.exe
  if not exist configure.orig mv -f configure configure.orig
  update djgpp/configure ./configure
! bash ./configure --prefix=3D'$(DJDIR)' --with-included-gettext
  echo updating config.h and Makefiles for DJGPP...
  mv -f config.h config.tmp
  sed -f djgpp/config.sed config.tmp > config.h
diff -r -c -N ../../gnu/TXTUTIL1.22/djgpp/configure TXTUTIL1.22/djgpp/con=
figure
*** ../../gnu/TXTUTIL1.22/djgpp/configure	Fri Jan 31 18:09:02 1997
--- TXTUTIL1.22/djgpp/configure	Tue May 27 23:15:54 1997
***************
*** 4556,4561 ****
--- 4556,4562 ----
  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" !=3D x..; then
    # Support "outfile[:infile[:infile...]]", defaulting infile=3D"outfil=
e.in".
    case "$ac_file" in
+   po/Makefile.in) ac_file_in=3D${ac_file}-in ;;
    *.in) ac_file_in=3D${ac_file}-in ;;
    *:*) ac_file_in=3D`echo "$ac_file"|sed 's%[^:]*:%%'`
         ac_file=3D`echo "$ac_file"|sed 's%:.*%%'` ;;
diff -r -c -N ../../gnu/TXTUTIL1.22/doc/Makefile TXTUTIL1.22/doc/Makefile=

*** ../../gnu/TXTUTIL1.22/doc/Makefile	Sat Feb  1 18:38:32 1997
--- TXTUTIL1.22/doc/Makefile	Tue May 27 23:49:56 1997
***************
*** 32,46 ****
  =

  top_builddir =3D ..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  info_TEXINFOS =3D textutils.texi
--- 32,46 ----
  =

  top_builddir =3D ..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  info_TEXINFOS =3D textutils.texi
diff -r -c -N ../../gnu/TXTUTIL1.22/intl/Makefile TXTUTIL1.22/intl/Makefi=
le
*** ../../gnu/TXTUTIL1.22/intl/Makefile	Sat Feb  1 18:38:36 1997
--- TXTUTIL1.22/intl/Makefile	Tue May 27 23:50:04 1997
***************
*** 36,42 ****
  aliaspath =3D $(localedir):.
  subdir =3D intl
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_DATA =3D ${INSTALL} -m 644
  MKINSTALLDIRS =3D ./mkinstalldirs
  =

--- 36,42 ----
  aliaspath =3D $(localedir):.
  subdir =3D intl
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_DATA =3D ${INSTALL} -m 644
  MKINSTALLDIRS =3D ./mkinstalldirs
  =

***************
*** 56,62 ****
  COMSRCS =3D bindtextdom.c dcgettext.c dgettext.c gettext.c \
  finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \
  explodename.c
! OBJECTS =3D  bindtextdom.o dcgettext.o dgettext.o gettext.o \
  finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o \
  explodename.o
  CATOBJS =3D cat-compat.o ../po/cat-id-tbl.o
--- 56,62 ----
  COMSRCS =3D bindtextdom.c dcgettext.c dgettext.c gettext.c \
  finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \
  explodename.c
! OBJECTS =3D $(GETTOBJS) bindtextdom.o dcgettext.o dgettext.o gettext.o =
\
  finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o \
  explodename.o
  CATOBJS =3D cat-compat.o ../po/cat-id-tbl.o
***************
*** 73,79 ****
  =

  INCLUDES =3D -I.. -I. -I$(top_srcdir)/intl -I$(top_srcdir)/lib
  =

! all: all-no
  =

  all-yes: libintl.a intlh.inst
  all-no:
--- 73,79 ----
  =

  INCLUDES =3D -I.. -I. -I$(top_srcdir)/intl -I$(top_srcdir)/lib
  =

! all: all-yes
  =

  all-yes: libintl.a intlh.inst
  all-no:
***************
*** 100,106 ****
  install: install-exec install-data
  install-exec: all
  	if test "$(PACKAGE)" =3D "gettext" \
! 	   && test '' =3D '$(GETTOBJS)'; then \
  	  if test -r $(MKINSTALLDIRS); then \
  	    $(MKINSTALLDIRS) $(libdir) $(includedir); \
  	  else \
--- 100,106 ----
  install: install-exec install-data
  install-exec: all
  	if test "$(PACKAGE)" =3D "gettext" \
! 	   && test '$(GETTOBJS)' =3D '$(GETTOBJS)'; then \
  	  if test -r $(MKINSTALLDIRS); then \
  	    $(MKINSTALLDIRS) $(libdir) $(includedir); \
  	  else \
diff -r -c -N ../../gnu/TXTUTIL1.22/intl/dcgettext.c TXTUTIL1.22/intl/dcg=
ettext.c
*** ../../gnu/TXTUTIL1.22/intl/dcgettext.c	Wed Nov 27 05:08:44 1996
--- TXTUTIL1.22/intl/dcgettext.c	Tue May 27 22:41:02 1997
***************
*** 258,264 ****
  =

    if (binding =3D=3D NULL)
      dirname =3D (char *) _nl_default_dirname;
!   else if (binding->dirname[0] =3D=3D '/')
      dirname =3D binding->dirname;
    else
      {
--- 258,268 ----
  =

    if (binding =3D=3D NULL)
      dirname =3D (char *) _nl_default_dirname;
!   else if (binding->dirname[0] =3D=3D '/'
! #if defined (__DJGPP__)
!            || (binding->dirname[0] && binding->dirname[1] =3D=3D ':')
! #endif
!   )
      dirname =3D binding->dirname;
    else
      {
diff -r -c -N ../../gnu/TXTUTIL1.22/intl/libintl.h TXTUTIL1.22/intl/libin=
tl.h
*** ../../gnu/TXTUTIL1.22/intl/libintl.h	Thu Jan  1 00:00:00 1970
--- TXTUTIL1.22/intl/libintl.h	Wed Nov 27 05:08:44 1996
***************
*** 0 ****
--- 1,182 ----
+ /* libgettext.h -- Message catalogs for internationalization.
+    Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ =

+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+ =

+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ =

+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, U=
SA.  */
+ =

+ /* Because on some systems (e.g. Solaris) we sometimes have to include
+    the systems libintl.h as well as this file we have more complex
+    include protection above.  But the systems header might perhaps also=

+    define _LIBINTL_H and therefore we have to protect the definition he=
re.  */
+ =

+ #if !defined (_LIBINTL_H) || !defined (_LIBGETTEXT_H)
+ #if !defined (_LIBINTL_H)
+ # define _LIBINTL_H	1
+ #endif
+ #define _LIBGETTEXT_H	1
+ =

+ /* We define an additional symbol to signal that we use the GNU
+    implementation of gettext.  */
+ #define __USE_GNU_GETTEXT 1
+ =

+ #include <sys/types.h>
+ =

+ #if HAVE_LOCALE_H
+ # include <locale.h>
+ #endif
+ =

+ =

+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+ =

+ /* @@ end of prolog @@ */
+ =

+ #ifndef PARAMS
+ # if __STDC__
+ #  define PARAMS(args) args
+ # else
+ #  define PARAMS(args) ()
+ # endif
+ #endif
+ =

+ #ifndef NULL
+ # if !defined __cplusplus || defined __GNUC__
+ #  define NULL ((void *) 0)
+ # else
+ #  define NULL (0)
+ # endif
+ #endif
+ =

+ #if !HAVE_LC_MESSAGES
+ /* This value determines the behaviour of the gettext() and dgettext()
+    function.  But some system does not have this defined.  Define it
+    to a default value.  */
+ # define LC_MESSAGES (-1)
+ #endif
+ =

+ =

+ /* Declarations for gettext-using-catgets interface.  Derived from
+    Jim Meyering's libintl.h.  */
+ struct _msg_ent
+ {
+   const char *_msg;
+   int _msg_number;
+ };
+ =

+ =

+ #if HAVE_CATGETS
+ /* These two variables are defined in the automatically by po-to-tbl.se=
d
+    generated file `cat-id-tbl.c'.  */
+ extern const struct _msg_ent _msg_tbl[];
+ extern int _msg_tbl_length;
+ #endif
+ =

+ =

+ /* For automatical extraction of messages sometimes no real
+    translation is needed.  Instead the string itself is the result.  */=

+ #define gettext_noop(Str) (Str)
+ =

+ /* Look up MSGID in the current default message catalog for the current=

+    LC_MESSAGES locale.  If not found, returns MSGID itself (the default=

+    text).  */
+ extern char *gettext PARAMS ((const char *__msgid));
+ extern char *gettext__ PARAMS ((const char *__msgid));
+ =

+ /* Look up MSGID in the DOMAINNAME message catalog for the current
+    LC_MESSAGES locale.  */
+ extern char *dgettext PARAMS ((const char *__domainname, const char *__=
msgid));
+ extern char *dgettext__ PARAMS ((const char *__domainname,
+ 				 const char *__msgid));
+ =

+ /* Look up MSGID in the DOMAINNAME message catalog for the current CATE=
GORY
+    locale.  */
+ extern char *dcgettext PARAMS ((const char *__domainname, const char *_=
_msgid,
+ 				int __category));
+ extern char *dcgettext__ PARAMS ((const char *__domainname,
+ 				  const char *__msgid, int __category));
+ =

+ =

+ /* Set the current default message catalog to DOMAINNAME.
+    If DOMAINNAME is null, return the current default.
+    If DOMAINNAME is "", reset to the default of "messages".  */
+ extern char *textdomain PARAMS ((const char *__domainname));
+ extern char *textdomain__ PARAMS ((const char *__domainname));
+ =

+ /* Specify that the DOMAINNAME message catalog will be found
+    in DIRNAME rather than in the system locale data base.  */
+ extern char *bindtextdomain PARAMS ((const char *__domainname,
+ 				  const char *__dirname));
+ extern char *bindtextdomain__ PARAMS ((const char *__domainname,
+ 				    const char *__dirname));
+ =

+ #if ENABLE_NLS
+ =

+ /* Solaris 2.3 has the gettext function but dcgettext is missing.
+    So we omit this optimization for Solaris 2.3.  BTW, Solaris 2.4
+    has dcgettext.  */
+ # if !HAVE_CATGETS && (!HAVE_GETTEXT || HAVE_DCGETTEXT)
+ =

+ #  define gettext(Msgid)						      \
+      dgettext (NULL, Msgid)
+ =

+ #  define dgettext(Domainname, Msgid)					      \
+      dcgettext (Domainname, Msgid, LC_MESSAGES)
+ =

+ #  if defined __GNUC__ && __GNUC__ =3D=3D 2 && __GNUC_MINOR__ >=3D 7
+ /* This global variable is defined in loadmsgcat.c.  We need a sign,
+    whether a new catalog was loaded, which can be associated with all
+    translations.  */
+ extern int _nl_msg_cat_cntr;
+ =

+ #   define dcgettext(Domainname, Msgid, Category)			      \
+   (__extension__							      \
+    ({									      \
+      char *__result;							      \
+      if (__builtin_constant_p (Msgid))					      \
+        {								      \
+ 	 static char *__translation__;					      \
+ 	 static int __catalog_counter__;				      \
+ 	 if (! __translation__ || __catalog_counter__ !=3D _nl_msg_cat_cntr)  =
  \
+ 	   {								      \
+ 	     __translation__ =3D						      \
+ 	       dcgettext__ ((Domainname), (Msgid), (Category));		      \
+ 	     __catalog_counter__ =3D _nl_msg_cat_cntr;			      \
+ 	   }								      \
+ 	 __result =3D __translation__;					      \
+        }								      \
+      else								      \
+        __result =3D dcgettext__ ((Domainname), (Msgid), (Category));	  =
    \
+      __result;								      \
+     }))
+ #  endif
+ # endif
+ =

+ #else
+ =

+ # define gettext(Msgid) (Msgid)
+ # define dgettext(Domainname, Msgid) (Msgid)
+ # define dcgettext(Domainname, Msgid, Category) (Msgid)
+ # define textdomain(Domainname) while (0) /* nothing */
+ # define bindtextdomain(Domainname, Dirname) while (0) /* nothing */
+ =

+ #endif
+ =

+ /* @@ begin of epilog @@ */
+ =

+ #ifdef __cplusplus
+ }
+ #endif
+ =

+ #endif
diff -r -c -N ../../gnu/TXTUTIL1.22/intl/loadmsgcat.c TXTUTIL1.22/intl/lo=
admsgcat.c
*** ../../gnu/TXTUTIL1.22/intl/loadmsgcat.c	Wed Nov 27 05:08:44 1996
--- TXTUTIL1.22/intl/loadmsgcat.c	Tue May 27 22:41:44 1997
***************
*** 84,90 ****
      return;
  =

    /* Try to open the addressed file.  */
!   fd =3D open (domain_file->filename, O_RDONLY);
    if (fd =3D=3D -1)
      return;
  =

--- 84,90 ----
      return;
  =

    /* Try to open the addressed file.  */
!   fd =3D open (domain_file->filename, O_RDONLY|O_BINARY);
    if (fd =3D=3D -1)
      return;
  =

diff -r -c -N ../../gnu/TXTUTIL1.22/intl/po2tbl.sed TXTUTIL1.22/intl/po2t=
bl.sed
*** ../../gnu/TXTUTIL1.22/intl/po2tbl.sed	Thu Jan  1 00:00:00 1970
--- TXTUTIL1.22/intl/po2tbl.sed	Tue May 27 23:47:12 1997
***************
*** 0 ****
--- 1,60 ----
+ 1 {
+   i\
+ /* Automatically generated by po2tbl.sed from @PACKAGE NAME AT  DOT pot.  */\
+ \
+ #if HAVE_CONFIG_H\
+ # include <config.h>\
+ #endif\
+ \
+ #include "libgettext.h"\
+ \
+ const struct _msg_ent _msg_tbl[] =3D {
+   h
+   s/.*/0/
+   x
+ }
+ /^msgid/ {
+   s/msgid[ 	]*\(".*"\)/  {\1/
+   tb
+   :b
+   N
+   s/\(.*\)"\(\n\)"\(.*"\)/\1\2\3/
+   ta
+   s/\(.*\)\n.*/\1/
+   bc
+   :a
+   s/\(.*\)\(\n.*\)/\1\\\2/
+   P
+   s/.*\n\(.*\)/\1/
+   tb
+   :c
+   x
+   td
+   :d
+   s/9\(_*\)$/_\1/
+   td
+   s/^\(_*\)$/0\1/
+   s/8\(_*\)$/9\1/
+   s/7\(_*\)$/8\1/
+   s/6\(_*\)$/7\1/
+   s/5\(_*\)$/6\1/
+   s/4\(_*\)$/5\1/
+   s/3\(_*\)$/4\1/
+   s/2\(_*\)$/3\1/
+   s/1\(_*\)$/2\1/
+   s/0\(_*\)$/1\1/
+   s/_/0/g
+   x
+   G
+   s/\(.*\)\n\([0-9]*\)/\1, \2},/
+   s/\(.*\)"$/\1/
+   p
+ }
+ $ {
+   i\
+ };\
+ =

+   g
+   s/0*\(.*\)/int _msg_tbl_length =3D \1;/p
+ }
+ d
diff -r -c -N ../../gnu/TXTUTIL1.22/lib/Makefile TXTUTIL1.22/lib/Makefile=

*** ../../gnu/TXTUTIL1.22/lib/Makefile	Sat Feb  1 18:38:38 1997
--- TXTUTIL1.22/lib/Makefile	Tue May 27 23:50:14 1997
***************
*** 32,46 ****
  =

  top_builddir =3D ..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  noinst_LIBRARIES =3D libtu.a
--- 32,46 ----
  =

  top_builddir =3D ..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  noinst_LIBRARIES =3D libtu.a
diff -r -c -N ../../gnu/TXTUTIL1.22/m4/Makefile TXTUTIL1.22/m4/Makefile
*** ../../gnu/TXTUTIL1.22/m4/Makefile	Sat Feb  1 18:38:42 1997
--- TXTUTIL1.22/m4/Makefile	Tue May 27 23:50:30 1997
***************
*** 36,50 ****
  =

  top_builddir =3D ..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  EXTRA_DIST =3D README \
--- 36,50 ----
  =

  top_builddir =3D ..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  EXTRA_DIST =3D README \
diff -r -c -N ../../gnu/TXTUTIL1.22/man/Makefile TXTUTIL1.22/man/Makefile=

*** ../../gnu/TXTUTIL1.22/man/Makefile	Sat Feb  1 18:38:40 1997
--- TXTUTIL1.22/man/Makefile	Tue May 27 23:50:24 1997
***************
*** 32,46 ****
  =

  top_builddir =3D ..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  man_MANS =3D cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 =
head.1 \
--- 32,46 ----
  =

  top_builddir =3D ..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  man_MANS =3D cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 =
head.1 \
diff -r -c -N ../../gnu/TXTUTIL1.22/po/Makefile TXTUTIL1.22/po/Makefile
*** ../../gnu/TXTUTIL1.22/po/Makefile	Sat Feb  1 18:39:32 1997
--- TXTUTIL1.22/po/Makefile	Tue May 27 23:52:46 1997
***************
*** 33,47 ****
  gettextsrcdir =3D $(prefix)/share/gettext/po
  subdir =3D po
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_DATA =3D ${INSTALL} -m 644
  MKINSTALLDIRS =3D ./mkinstalldirs
  =

  CC =3D gcc
  GENCAT =3D =

! GMSGFMT =3D PATH=3D../src:$$PATH =

! MSGFMT =3D =

! XGETTEXT =3D PATH=3D../src:$$PATH =

  MSGMERGE =3D PATH=3D../src:$$PATH msgmerge
  =

  DEFS =3D -DHAVE_CONFIG_H
--- 33,47 ----
  gettextsrcdir =3D $(prefix)/share/gettext/po
  subdir =3D po
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_DATA =3D ${INSTALL} -m 644
  MKINSTALLDIRS =3D ./mkinstalldirs
  =

  CC =3D gcc
  GENCAT =3D =

! GMSGFMT =3D PATH=3D../src:$$PATH /DJGPP/BIN/msgfmt
! MSGFMT =3D /DJGPP/BIN/msgfmt
! XGETTEXT =3D PATH=3D../src:$$PATH /DJGPP/BIN/xgettext
  MSGMERGE =3D PATH=3D../src:$$PATH msgmerge
  =

  DEFS =3D -DHAVE_CONFIG_H
***************
*** 55,61 ****
  SOURCES =3D cat-id-tbl.c
  POFILES =3D  de.po es.po fr.po ko.po nl.po pl.po
  GMOFILES =3D  de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo
! DISTFILES =3D ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
  stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
  =

  POTFILES =3D \
--- 55,61 ----
  SOURCES =3D cat-id-tbl.c
  POFILES =3D  de.po es.po fr.po ko.po nl.po pl.po
  GMOFILES =3D  de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo
! DISTFILES =3D ChangeLog Makefile.in-in POTFILES.in $(PACKAGE).pot \
  stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
  =

  POTFILES =3D \
***************
*** 85,93 ****
  	../src/uniq.c \
  	../src/wc.c
  =

! CATALOGS =3D =

! CATOBJEXT =3D =

! INSTOBJEXT =3D =

  =

  .SUFFIXES:
  .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
--- 85,93 ----
  	../src/uniq.c \
  	../src/wc.c
  =

! CATALOGS =3D  de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo
! CATOBJEXT =3D .gmo
! INSTOBJEXT =3D .mo
  =

  .SUFFIXES:
  .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
***************
*** 111,117 ****
  	  && rm -f $@ && $(GENCAT) $@ $*.msg
  =

  =

! all: all-no
  =

  all-yes: cat-id-tbl.c $(CATALOGS)
  all-no:
--- 111,117 ----
  	  && rm -f $@ && $(GENCAT) $@ $*.msg
  =

  =

! all: all-yes
  =

  all-yes: cat-id-tbl.c $(CATALOGS)
  all-no:
***************
*** 145,151 ****
  =

  install: install-exec install-data
  install-exec:
! install-data: install-data-no
  install-data-no: all
  install-data-yes: all
  	if test -r $(MKINSTALLDIRS); then \
--- 145,151 ----
  =

  install: install-exec install-data
  install-exec:
! install-data: install-data-yes
  install-data-no: all
  install-data-yes: all
  	if test -r $(MKINSTALLDIRS); then \
***************
*** 195,201 ****
  	    $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
  	  fi; \
  	  cd $(srcdir) && \
! 	    $(INSTALL_DATA) Makefile.in.in $(gettextsrcdir)/Makefile.in.in; \
  	else \
  	  : ; \
  	fi
--- 195,201 ----
  	    $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
  	  fi; \
  	  cd $(srcdir) && \
! 	    $(INSTALL_DATA) Makefile.in-in $(gettextsrcdir)/Makefile.in-in; \
  	else \
  	  : ; \
  	fi
***************
*** 212,218 ****
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; =
\
  	done
! 	rm -f $(gettextsrcdir)/po-Makefile.in.in
  =

  check: all
  =

--- 212,218 ----
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; =
\
  	done
! 	rm -f $(gettextsrcdir)/po-Makefile.in-in
  =

  check: all
  =

***************
*** 269,275 ****
  	      -e "s@.*@	$$posrcprefix& \\\\@" \
  	      -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
  =

! Makefile: Makefile.in.in ../config.status POTFILES
  	cd .. \
  	  && CONFIG_FILES=3D$(subdir)/$@.in CONFIG_HEADERS=3D \
  	       $(SHELL) ./config.status
--- 269,275 ----
  	      -e "s@.*@	$$posrcprefix& \\\\@" \
  	      -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
  =

! Makefile: Makefile.in-in ../config.status POTFILES
  	cd .. \
  	  && CONFIG_FILES=3D$(subdir)/$@.in CONFIG_HEADERS=3D \
  	       $(SHELL) ./config.status
diff -r -c -N ../../gnu/TXTUTIL1.22/po/Makefile.in TXTUTIL1.22/po/Makefil=
e.in
*** ../../gnu/TXTUTIL1.22/po/Makefile.in	Sat Feb  1 18:38:46 1997
--- TXTUTIL1.22/po/Makefile.in	Tue May 27 23:50:38 1997
***************
*** 33,47 ****
  gettextsrcdir =3D $(prefix)/share/gettext/po
  subdir =3D po
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_DATA =3D ${INSTALL} -m 644
  MKINSTALLDIRS =3D ./mkinstalldirs
  =

  CC =3D gcc
  GENCAT =3D =

! GMSGFMT =3D PATH=3D../src:$$PATH =

! MSGFMT =3D =

! XGETTEXT =3D PATH=3D../src:$$PATH =

  MSGMERGE =3D PATH=3D../src:$$PATH msgmerge
  =

  DEFS =3D -DHAVE_CONFIG_H
--- 33,47 ----
  gettextsrcdir =3D $(prefix)/share/gettext/po
  subdir =3D po
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_DATA =3D ${INSTALL} -m 644
  MKINSTALLDIRS =3D ./mkinstalldirs
  =

  CC =3D gcc
  GENCAT =3D =

! GMSGFMT =3D PATH=3D../src:$$PATH /DJGPP/BIN/msgfmt
! MSGFMT =3D /DJGPP/BIN/msgfmt
! XGETTEXT =3D PATH=3D../src:$$PATH /DJGPP/BIN/xgettext
  MSGMERGE =3D PATH=3D../src:$$PATH msgmerge
  =

  DEFS =3D -DHAVE_CONFIG_H
***************
*** 55,68 ****
  SOURCES =3D cat-id-tbl.c
  POFILES =3D  de.po es.po fr.po ko.po nl.po pl.po
  GMOFILES =3D  de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo
! DISTFILES =3D ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
  stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
  =

  POTFILES =3D \
  =

! CATALOGS =3D =

! CATOBJEXT =3D =

! INSTOBJEXT =3D =

  =

  .SUFFIXES:
  .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
--- 55,68 ----
  SOURCES =3D cat-id-tbl.c
  POFILES =3D  de.po es.po fr.po ko.po nl.po pl.po
  GMOFILES =3D  de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo
! DISTFILES =3D ChangeLog Makefile.in-in POTFILES.in $(PACKAGE).pot \
  stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
  =

  POTFILES =3D \
  =

! CATALOGS =3D  de.gmo es.gmo fr.gmo ko.gmo nl.gmo pl.gmo
! CATOBJEXT =3D .gmo
! INSTOBJEXT =3D .mo
  =

  .SUFFIXES:
  .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
***************
*** 86,92 ****
  	  && rm -f $@ && $(GENCAT) $@ $*.msg
  =

  =

! all: all-no
  =

  all-yes: cat-id-tbl.c $(CATALOGS)
  all-no:
--- 86,92 ----
  	  && rm -f $@ && $(GENCAT) $@ $*.msg
  =

  =

! all: all-yes
  =

  all-yes: cat-id-tbl.c $(CATALOGS)
  all-no:
***************
*** 120,126 ****
  =

  install: install-exec install-data
  install-exec:
! install-data: install-data-no
  install-data-no: all
  install-data-yes: all
  	if test -r $(MKINSTALLDIRS); then \
--- 120,126 ----
  =

  install: install-exec install-data
  install-exec:
! install-data: install-data-yes
  install-data-no: all
  install-data-yes: all
  	if test -r $(MKINSTALLDIRS); then \
***************
*** 170,176 ****
  	    $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
  	  fi; \
  	  cd $(srcdir) && \
! 	    $(INSTALL_DATA) Makefile.in.in $(gettextsrcdir)/Makefile.in.in; \
  	else \
  	  : ; \
  	fi
--- 170,176 ----
  	    $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
  	  fi; \
  	  cd $(srcdir) && \
! 	    $(INSTALL_DATA) Makefile.in-in $(gettextsrcdir)/Makefile.in-in; \
  	else \
  	  : ; \
  	fi
***************
*** 187,193 ****
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; =
\
  	done
! 	rm -f $(gettextsrcdir)/po-Makefile.in.in
  =

  check: all
  =

--- 187,193 ----
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; =
\
  	done
! 	rm -f $(gettextsrcdir)/po-Makefile.in-in
  =

  check: all
  =

***************
*** 244,250 ****
  	      -e "s@.*@	$$posrcprefix& \\\\@" \
  	      -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
  =

! Makefile: Makefile.in.in ../config.status POTFILES
  	cd .. \
  	  && CONFIG_FILES=3D$(subdir)/$@.in CONFIG_HEADERS=3D \
  	       $(SHELL) ./config.status
--- 244,250 ----
  	      -e "s@.*@	$$posrcprefix& \\\\@" \
  	      -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
  =

! Makefile: Makefile.in-in ../config.status POTFILES
  	cd .. \
  	  && CONFIG_FILES=3D$(subdir)/$@.in CONFIG_HEADERS=3D \
  	       $(SHELL) ./config.status
diff -r -c -N ../../gnu/TXTUTIL1.22/po/Makefile.in-in TXTUTIL1.22/po/Make=
file.in-in
*** ../../gnu/TXTUTIL1.22/po/Makefile.in-in	Wed Nov 27 05:10:24 1996
--- TXTUTIL1.22/po/Makefile.in-in	Tue May 27 23:42:38 1997
***************
*** 55,61 ****
  SOURCES =3D cat-id-tbl.c
  POFILES =3D @POFILES@
  GMOFILES =3D @GMOFILES@
! DISTFILES =3D ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
  stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
  =

  POTFILES =3D \
--- 55,61 ----
  SOURCES =3D cat-id-tbl.c
  POFILES =3D @POFILES@
  GMOFILES =3D @GMOFILES@
! DISTFILES =3D ChangeLog Makefile.in-in POTFILES.in $(PACKAGE).pot \
  stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
  =

  POTFILES =3D \
***************
*** 170,176 ****
  	    $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
  	  fi; \
  	  cd $(srcdir) && \
! 	    $(INSTALL_DATA) Makefile.in.in $(gettextsrcdir)/Makefile.in.in; \
  	else \
  	  : ; \
  	fi
--- 170,176 ----
  	    $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
  	  fi; \
  	  cd $(srcdir) && \
! 	    $(INSTALL_DATA) Makefile.in-in $(gettextsrcdir)/Makefile.in-in; \
  	else \
  	  : ; \
  	fi
***************
*** 187,193 ****
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; =
\
  	done
! 	rm -f $(gettextsrcdir)/po-Makefile.in.in
  =

  check: all
  =

--- 187,193 ----
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
  	  rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; =
\
  	done
! 	rm -f $(gettextsrcdir)/po-Makefile.in-in
  =

  check: all
  =

***************
*** 244,250 ****
  	      -e "s@.*@	$$posrcprefix& \\\\@" \
  	      -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
  =

! Makefile: Makefile.in.in ../config.status POTFILES
  	cd .. \
  	  && CONFIG_FILES=3D$(subdir)/$@.in CONFIG_HEADERS=3D \
  	       $(SHELL) ./config.status
--- 244,250 ----
  	      -e "s@.*@	$$posrcprefix& \\\\@" \
  	      -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
  =

! Makefile: Makefile.in-in ../config.status POTFILES
  	cd .. \
  	  && CONFIG_FILES=3D$(subdir)/$@.in CONFIG_HEADERS=3D \
  	       $(SHELL) ./config.status
Binary files ../../gnu/TXTUTIL1.22/po/pl.gmo and TXTUTIL1.22/po/pl.gmo di=
ffer
diff -r -c -N ../../gnu/TXTUTIL1.22/po/pl.po TXTUTIL1.22/po/pl.po
*** ../../gnu/TXTUTIL1.22/po/pl.po	Mon Jan 27 02:33:06 1997
--- TXTUTIL1.22/po/pl.po	Thu Mar 13 18:37:46 1997
***************
*** 1,12 ****
  # Polish translations for GNU textutils
  # Copyright (C) 1996 Free Software Foundation, Inc.
! # Rafa=B3 Maszkowski <rzm AT pdi DOT net>, 1996.
  #
  msgid ""
  msgstr ""
! "Project-Id-Version: textutils 1.19a\n"
! "POT-Creation-Date: 1997-01-26 20:32-0600\n"
! "PO-Revision-Date: 1996-09-02 17:12+0200\n"
  "Last-Translator: Rafa=B3 Maszkowski <rzm AT pdi DOT net>\n"
  "Language-Team: Polish <pl AT li DOT org>\n"
  "MIME-Version: 1.0\n"
--- 1,12 ----
  # Polish translations for GNU textutils
  # Copyright (C) 1996 Free Software Foundation, Inc.
! # Rafa=B3 Maszkowski <rzm AT pdi DOT net>, 1996-1997.
  #
  msgid ""
  msgstr ""
! "Project-Id-Version: textutils 1.21a\n"
! "POT-Creation-Date: 1997-01-25 22:47-0600\n"
! "PO-Revision-Date: 1997-02-13 02:33+0200\n"
  "Last-Translator: Rafa=B3 Maszkowski <rzm AT pdi DOT net>\n"
  "Language-Team: Polish <pl AT li DOT org>\n"
  "MIME-Version: 1.0\n"
***************
*** 28,34 ****
  msgstr "U=BFycie: %s [OPCJA] [PLIK]...\n"
  =

  #: src/cat.c:89
- #, fuzzy
  msgid ""
  "Concatenate FILE(s), or standard input, to standard output.\n"
  "\n"
--- 28,33 ----
***************
*** 49,64 ****
  msgstr ""
  "Po=B3=B1cz PLIK(i) albo przekazuj ze standardowego wej=B6cia na wyj=B6=
cie.\n"
  "\n"
  "  -b, --number-nonblank    numeruj niepuste linie na wyj=B6ciu\n"
  "  -e                       r=F3wnowa=BFne -vE\n"
  "  -n, --number             numeruj wszystkie linie na wyj=B6ciu\n"
  "  -s, --squeeze-blank      nigdy wi=EAcej ni=BF jedna pusta linia\n"
  "  -t                       r=F3wnowa=BFne -vT\n"
  "  -u                       (ignorowane)\n"
  "  -v, --show-nonprinting   u=BFyj zapisu ^ i M-, bezpieczne dla LFD i =
TAB\n"
- "  -A, --show-all           r=F3wnowa=BFne -vET\n"
- "  -E, --show-ends          wypisz $ na ko=F1cu ka=BFdej linii\n"
- "  -T, --show-tabs          wypisuj znaki TAB jako ^I\n"
  "      --help               wy=B6wietl ten opis i zako=F1cz\n"
  "      --version            wy=B6wietl informacj=EA o wersji i zako=F1c=
z\n"
  "\n"
--- 48,63 ----
  msgstr ""
  "Po=B3=B1cz PLIK(i) albo przekazuj ze standardowego wej=B6cia na wyj=B6=
cie.\n"
  "\n"
+ "  -A, --show-all           r=F3wnowa=BFne -vET\n"
  "  -b, --number-nonblank    numeruj niepuste linie na wyj=B6ciu\n"
  "  -e                       r=F3wnowa=BFne -vE\n"
+ "  -E, --show-ends          wypisz $ na ko=F1cu ka=BFdej linii\n"
  "  -n, --number             numeruj wszystkie linie na wyj=B6ciu\n"
  "  -s, --squeeze-blank      nigdy wi=EAcej ni=BF jedna pusta linia\n"
  "  -t                       r=F3wnowa=BFne -vT\n"
+ "  -T, --show-tabs          wypisuj znaki TAB jako ^I\n"
  "  -u                       (ignorowane)\n"
  "  -v, --show-nonprinting   u=BFyj zapisu ^ i M-, bezpieczne dla LFD i =
TAB\n"
  "      --help               wy=B6wietl ten opis i zako=F1cz\n"
  "      --version            wy=B6wietl informacj=EA o wersji i zako=F1c=
z\n"
  "\n"
***************
*** 73,78 ****
--- 72,79 ----
  "\n"
  "Report bugs to textutils-bugs AT gnu DOT ai DOT mit DOT edu"
  msgstr ""
+ "\n"
+ "Raporty o b=B3=EAdach wysy=B3aj do fileutils-bugs AT gnu DOT ai DOT mit DOT edu"
  =

  #: src/cat.c:167 src/cat.c:248 src/cat.c:301 src/cat.c:723 src/comm.c:2=
09
  #: src/cut.c:772 src/expand.c:399 src/fold.c:242 src/fold.c:329 src/hea=
d.c:179
***************
*** 439,445 ****
  msgstr "U=BFycie: %s [-CYFRY] [OPCJA]... [PLIK]...\n"
  =

  #: src/fmt.c:286
- #, fuzzy
  msgid ""
  "Reformat each paragraph in the FILE(s), writing to standard output.\n"=

  "If no FILE or if FILE is `-', read standard input.\n"
--- 440,445 ----
***************
*** 461,473 ****
  "\n"
  "Argumenty obowi=B1zkowe dla opcji d=B3ugich obowi=B1zuj=B1 r=F3wnie=BF=
 dla kr=F3tkich.\n"
  "  -c, --crown-margin        zachowaj wci=EAcia w pierwszych dw=F3ch li=
niach\n"
  "  -s, --split-only          podziel d=B3ugie linie, ale nie wyr=F3wnuj=
\n"
  "  -t, --tagged-paragraph    wci=EAcie pierwszej linii inne ni=BF drugi=
ej\n"
  "  -u, --uniform-spacing     jedna spacja mi=EAdzy s=B3owami, dwie mi=EA=
dzy "
  "zdaniami\n"
  "  -w, --width=3DILE           maksymalna szeroko=B6c linii (domy=B6lni=
e 75 "
  "kolumn)\n"
- "  -p, --prefix=3DZNAKI        =B3=B1cz tylko linie maj=B1ce przedroste=
k ZNAKI\n"
  "      --help                wy=B6wietl ten opis i zako=F1cz\n"
  "      --version             wy=B6wietl informacj=EA o wersji i zako=F1=
cz\n"
  "\n"
--- 461,473 ----
  "\n"
  "Argumenty obowi=B1zkowe dla opcji d=B3ugich obowi=B1zuj=B1 r=F3wnie=BF=
 dla kr=F3tkich.\n"
  "  -c, --crown-margin        zachowaj wci=EAcia w pierwszych dw=F3ch li=
niach\n"
+ "  -p, --prefix=3DZNAKI        =B3=B1cz tylko linie maj=B1ce przedroste=
k ZNAKI\n"
  "  -s, --split-only          podziel d=B3ugie linie, ale nie wyr=F3wnuj=
\n"
  "  -t, --tagged-paragraph    wci=EAcie pierwszej linii inne ni=BF drugi=
ej\n"
  "  -u, --uniform-spacing     jedna spacja mi=EAdzy s=B3owami, dwie mi=EA=
dzy "
  "zdaniami\n"
  "  -w, --width=3DILE           maksymalna szeroko=B6c linii (domy=B6lni=
e 75 "
  "kolumn)\n"
  "      --help                wy=B6wietl ten opis i zako=F1cz\n"
  "      --version             wy=B6wietl informacj=EA o wersji i zako=F1=
cz\n"
  "\n"
***************
*** 553,559 ****
  msgstr "U=BFycie: %s [OPCJA]... PLIK1 PLIK2\n"
  =

  #: src/join.c:175
- #, fuzzy
  msgid ""
  "For each pair of input lines with identical join fields, write a line =
to\n"
  "standard output.  The default join field is the first, delimited\n"
--- 553,558 ----
***************
*** 591,601 ****
  "  -j POLE          (przestarza=B3e) r=F3wnowa=BFne `-1 POLE -2 POLE'\n=
"
  "  -j1 POLE         (przestarza=B3e) r=F3wnowa=BFne `-1 POLE'\n"
  "  -j2 POLE         (przestarza=B3e) r=F3wnowa=BFne `-2 POLE'\n"
- "  -1 POLE          po=B3acz przez to POLE pliku 1\n"
- "  -2 POLE          po=B3acz przez to POLE pliku 2\n"
  "  -o FORMAT        zachowaj FORMAT tworz=B1c lini=EA wyj=B6ciow=B1\n"
  "  -t ZNAK          u=BFyj ZNAK jako separatora p=F3l linii wej. i wyj.=
\n"
  "  -v STRONA        jak -a STRONA, ale bez wypisania po=B3=B1czonych li=
nii wyj.\n"
  "  --help           wy=B6wietl ten opis i zako=F1cz\n"
  "  --version        wy=B6wietl informacj=EA o wersji i zako=F1cz\n"
  "\n"
--- 590,600 ----
  "  -j POLE          (przestarza=B3e) r=F3wnowa=BFne `-1 POLE -2 POLE'\n=
"
  "  -j1 POLE         (przestarza=B3e) r=F3wnowa=BFne `-1 POLE'\n"
  "  -j2 POLE         (przestarza=B3e) r=F3wnowa=BFne `-2 POLE'\n"
  "  -o FORMAT        zachowaj FORMAT tworz=B1c lini=EA wyj=B6ciow=B1\n"
  "  -t ZNAK          u=BFyj ZNAK jako separatora p=F3l linii wej. i wyj.=
\n"
  "  -v STRONA        jak -a STRONA, ale bez wypisania po=B3=B1czonych li=
nii wyj.\n"
+ "  -1 POLE          po=B3acz przez to POLE pliku 1\n"
+ "  -2 POLE          po=B3acz przez to POLE pliku 2\n"
  "  --help           wy=B6wietl ten opis i zako=F1cz\n"
  "  --version        wy=B6wietl informacj=EA o wersji i zako=F1cz\n"
  "\n"
***************
*** 645,651 ****
  msgstr "oba pliki nie mog=B1 by=E6 standardowym wej=B6ciem"
  =

  #: src/md5sum.c:104
! #, fuzzy, c-format
  msgid ""
  "Usage: %s [OPTION] [FILE]...\n"
  "  or:  %s [OPTION] --check [FILE]\n"
--- 644,650 ----
  msgstr "oba pliki nie mog=B1 by=E6 standardowym wej=B6ciem"
  =

  #: src/md5sum.c:104
! #, c-format
  msgid ""
  "Usage: %s [OPTION] [FILE]...\n"
  "  or:  %s [OPTION] --check [FILE]\n"
***************
*** 670,689 ****
  msgstr ""
  "U=BFycie: %s [OPCJA] [PLIK]...\n"
  "  lub:  %s [OPCJA] --check [PLIK]\n"
- "  lub:  %s [OPCJA] --string=3D=A3A=D1CUCH_ZN ...\n"
  "Wypisz albo sprawd=BC sumy kontrolne MD5.\n"
  "Je=BFeli PLIK nie jest podany lub PLIK to -, czytaj standardowe wej=B6=
cie.\n"
  "\n"
  "  -b, --binary            czytaj pliki w trybie binarnym\n"
- "  -t, --text              czytaj pliki w trybie tekstowym (domy=B6lnie=
)\n"
  "  -c, --check             sprawd=BC sumy MD5 dla plik=F3w podanych na =
li=B6cie\n"
  "\n"
  "Nast=EApuj=B1ce opcje s=B1 potrzebne tylko do sprawdzania sum kontroln=
ych:\n"
  "      --status            nie wypisuj nieczego, kod stanu przekazuje w=
ynik\n"
  "  -w, --warn              ostrzegaj o nieopoprawnie sformatowanych lin=
iach "
  "sum\n"
  "\n"
- "      --string=3D=A3A=D1CUCH_ZN wylicz sume dla =A3A=D1CUCHA_ZNAK=D3W\=
n"
  "      --help              wy=B6wietl ten opis i zako=F1cz\n"
  "      --version           wy=B6wietl informacj=EA o wersji i zako=F1cz=
\n"
  "\n"
--- 669,686 ----
  msgstr ""
  "U=BFycie: %s [OPCJA] [PLIK]...\n"
  "  lub:  %s [OPCJA] --check [PLIK]\n"
  "Wypisz albo sprawd=BC sumy kontrolne MD5.\n"
  "Je=BFeli PLIK nie jest podany lub PLIK to -, czytaj standardowe wej=B6=
cie.\n"
  "\n"
  "  -b, --binary            czytaj pliki w trybie binarnym\n"
  "  -c, --check             sprawd=BC sumy MD5 dla plik=F3w podanych na =
li=B6cie\n"
+ "  -t, --text              czytaj pliki w trybie tekstowym (domy=B6lnie=
)\n"
  "\n"
  "Nast=EApuj=B1ce opcje s=B1 potrzebne tylko do sprawdzania sum kontroln=
ych:\n"
  "      --status            nie wypisuj nieczego, kod stanu przekazuje w=
ynik\n"
  "  -w, --warn              ostrzegaj o nieopoprawnie sformatowanych lin=
iach "
  "sum\n"
  "\n"
  "      --help              wy=B6wietl ten opis i zako=F1cz\n"
  "      --version           wy=B6wietl informacj=EA o wersji i zako=F1cz=
\n"
  "\n"
***************
*** 892,898 ****
  "  lub:  %s --traditional [PLIK] [[+]PRZESUNI=CACIE [[+]ETYKIETA]]\n"
  =

  #: src/od.c:336
- #, fuzzy
  msgid ""
  "Write an unambiguous representation, octal bytes by default, of FILE\n=
"
  "to standard output.  With no FILE, or when FILE is -, read standard in=
put.\n"
--- 889,894 ----
***************
*** 926,933 ****
  "standardowe wej=B6cie.\n"
  "\n"
  "  -A, --address-radix=3DBAZA    posta=E6 wypisywania pozycji\n"
- "  -N, --read-bytes=3DBAJTY      ograniczenie wielko=B6ci do BAJT=D3W d=
la pliku\n"
  "  -j, --skip-bytes=3DBAJTY      omi=F1 tyle pocz=B1tkowych BAJT=D3W ka=
=BFdego pliku\n"
  "  -s, --strings[=3DBAJTY]       wypisuj przynajmniej tyle BAJT=D3W zn.=
 "
  "graficznych\n"
  "  -t, --format=3DTYP            wybierz format lub formaty danych wyj=B6=
ciowych\n"
--- 922,929 ----
  "standardowe wej=B6cie.\n"
  "\n"
  "  -A, --address-radix=3DBAZA    posta=E6 wypisywania pozycji\n"
  "  -j, --skip-bytes=3DBAJTY      omi=F1 tyle pocz=B1tkowych BAJT=D3W ka=
=BFdego pliku\n"
+ "  -N, --read-bytes=3DBAJTY      ograniczenie wielko=B6ci do BAJT=D3W d=
la pliku\n"
  "  -s, --strings[=3DBAJTY]       wypisuj przynajmniej tyle BAJT=D3W zn.=
 "
  "graficznych\n"
  "  -t, --format=3DTYP            wybierz format lub formaty danych wyj=B6=
ciowych\n"
***************
*** 1135,1178 ****
  "\n"
  =

  #: src/pr.c:627
! #, fuzzy, c-format
  msgid "invalid range of page numbers: `%s'"
! msgstr "b=B3edny numer pola: `%s'"
  =

  #: src/pr.c:639
! #, fuzzy, c-format
  msgid "invalid starting page number: `%s'"
! msgstr "b=B3=EAdny pocz=B1tkowy numer linii: `%s'"
  =

  #: src/pr.c:651
! #, fuzzy, c-format
  msgid "invalid ending page number: `%s'"
! msgstr "b=B3edny numer pola: `%s'"
  =

  #: src/pr.c:658
- #, fuzzy
  msgid "starting page number is larger than ending page number"
! msgstr "numer linii `%s' jest mniejszy ni=BF numer linii poprzedzaj=B1c=
ej, %lu"
  =

  #: src/pr.c:782
! #, fuzzy, c-format
  msgid "`-l PAGE_LENGTH' invalid number of lines: `%s'"
! msgstr "b=B3=EAdna ilo=B6=E6 pustych linii: `%s'"
  =

  #: src/pr.c:806
! #, fuzzy, c-format
  msgid "`-N NUMBER' invalid starting line number: `%s'"
! msgstr "b=B3=EAdny pocz=B1tkowy numer linii: `%s'"
  =

  #: src/pr.c:818
  #, c-format
  msgid "`-o MARGIN' invalid line offset: `%s'"
! msgstr ""
  =

  #: src/pr.c:848
! #, fuzzy, c-format
  msgid "`-w PAGE_WIDTH' invalid column number: `%s'"
! msgstr "b=B3edny numer pola: `%s'"
  =

  #: src/pr.c:869
  msgid "Cannot specify number of columns when printing in parallel."
--- 1131,1173 ----
  "\n"
  =

  #: src/pr.c:627
! #, c-format
  msgid "invalid range of page numbers: `%s'"
! msgstr "b=B3edny zakres numer=F3w p=F3l: `%s'"
  =

  #: src/pr.c:639
! #, c-format
  msgid "invalid starting page number: `%s'"
! msgstr "b=B3=EAdny numer strony pocz=B1tkowej: `%s'"
  =

  #: src/pr.c:651
! #, c-format
  msgid "invalid ending page number: `%s'"
! msgstr "b=B3edny numer strony ko=F1cowej: `%s'"
  =

  #: src/pr.c:658
  msgid "starting page number is larger than ending page number"
! msgstr "numer strony pocz=B1tkowej jest wi=EAkszy ni=BF ko=F1cowej"
  =

  #: src/pr.c:782
! #, c-format
  msgid "`-l PAGE_LENGTH' invalid number of lines: `%s'"
! msgstr "`-l D=A3_STRONY' b=B3=EAdna ilo=B6=E6 linii: `%s'"
  =

  #: src/pr.c:806
! #, c-format
  msgid "`-N NUMBER' invalid starting line number: `%s'"
! msgstr "`-N LICZBA' b=B3=EAdny numer linii pocz=B1tkowej: `%s'"
  =

  #: src/pr.c:818
  #, c-format
  msgid "`-o MARGIN' invalid line offset: `%s'"
! msgstr "`-o MARGINES' b=B3=EAdne przesuni=EAcie linii: `%s'"
  =

  #: src/pr.c:848
! #, c-format
  msgid "`-w PAGE_WIDTH' invalid column number: `%s'"
! msgstr "`-w SZER_STRONY' b=B3=EAdny numer kolumny: `%s'"
  =

  #: src/pr.c:869
  msgid "Cannot specify number of columns when printing in parallel."
***************
*** 1183,1202 ****
  msgid "Cannot specify both printing across and printing in parallel."
  msgstr "Nie mog=EA wypisywac r=F3wnocze=B6nie wzd=B3u=BF i r=F3wnolegle=
=2E"
  =

  #: src/pr.c:926
! #, fuzzy, c-format
! msgid "`-%c' extra characters or invalid number in the argument: `%s'"
! msgstr "%s: nadmiarowe znaki w argumencie opcji `-s': `%s'\n"
  =

  #: src/pr.c:1014
  msgid "page width too narrow"
  msgstr "szeroko=B6=E6 strony za ma=B3a"
  =

  #: src/pr.c:1418
! #, fuzzy, c-format
  msgid "%s%*s%s%*sPage"
! msgstr "%s %s  %s strona"
  =

  #: src/pr.c:2420
  msgid ""
  "Paginate or columnate FILE(s) for printing.\n"
--- 1178,1199 ----
  msgid "Cannot specify both printing across and printing in parallel."
  msgstr "Nie mog=EA wypisywac r=F3wnocze=B6nie wzd=B3u=BF i r=F3wnolegle=
=2E"
  =

+ # ilo=B6=E6? numer? - rzm
  #: src/pr.c:926
! #, c-format
! msgid "`-%c' extra characters or invalid number in the argument: `%s'\n=
"
! msgstr "`-%c': nadmiarowe znaki lub b=B3=EAdna ilo=B6=E6 w argumencie: =
`%s'\n"
  =

  #: src/pr.c:1014
  msgid "page width too narrow"
  msgstr "szeroko=B6=E6 strony za ma=B3a"
  =

  #: src/pr.c:1418
! #, c-format
  msgid "%s%*s%s%*sPage"
! msgstr "%s%*s%s%*sstrona"
  =

+ # wzd=B3u=BF, w poprzek? trailer -> stopka? - rzm
  #: src/pr.c:2420
  msgid ""
  "Paginate or columnate FILE(s) for printing.\n"
***************
*** 1225,1230 ****
--- 1222,1249 ----
  "  -l PAGE_LENGTH    set the page length to PAGE_LENGTH (66) lines\n"
  "                    (default number of lines of text 56, with -f 63)\n=
"
  msgstr ""
+ "Stronicuj lub u=B3=F3=BF w kolumny PLIK(i) do drukowania.\n"
+ "\n"
+ "  +PIERWSZA_STRONA[:OSTATNIA_STRONA]\n"
+ "                    zacznij [zako=F1cz] od strony PIERWSZA_[OSTATNIA_]=
STRONA\n"
+ "  -KOLUMNY          wypisuj dane w tylu KOLUMNACH i drukuj kolumny pod=
 sob=B1,\n"
+ "                    chyba =BFe u=BFyte jest -a. Wyr=F3wnaj ilo=B6=E6 l=
inii w kolumnach\n"
+ "                    na ka=BFdej stronie.\n"
+ "  -a                wypisz kolumny w poprzek, nie w d=F3=B3\n"
+ "  -c                u=BFywaj zapisu jak np. ^G oraz numer=F3w zn. z ba=
ckslashem\n"
+ "  -d                podw=F3jny odst=EAp na wyj=B6ciu\n"
+ "  -e[ZNAK[SZER]]    rozwi=F1 ZNAKi wej=B6ciowe (TABy) do tej SZERoko=B6=
ci (8)\n"
+ "  -F, -f            do odzielania stron u=BFyj znaku nowej strony zami=
ast\n"
+ "                    znak=F3w nowej linii (przez 3-liniowy nag=B3=F3wek=
 strony z -f\n"
+ "                    lub 5-liniowy nag=B3=F3wek i stopk=EA bez -f)\n"
+ "  -h NAG=A3=D3WEK       u=BFyj wycentrowanego NAG=A3=D3WKA zamiast naz=
wy pliku w\n"
+ "                    nag=B3=F3wkach, dla d=B3ugich nag=B3=F3wk=F3w mo=BF=
e doj=B6=E6 do obci=EAcia\n"
+ "                    z lewej. -h \"\" drukuje pust=B1 linie, nie u=BFyw=
aj -h \"\"\n"
+ "  -i[ZNAK[SZER]]    zamie=F1 spacje na ZNAKi (TABy) do tej SZERoko=B6c=
i (8)\n"
+ "  -j                po=B3=B1cz pe=B3ne linie, wy=B3=B1cza obcinanie li=
nii przez -w, bez\n"
+ "                    kolumn\n"
+ "  -l D=A3_STRONY      ustaw tak=B1 D=A3ugo=B6=E6_STRONY w liniach (66)=
\n"
+ "                    (domy=B6lan ilo=B6=E6 linii tekstu - 56 dla -f 63)=
\n"
  =

  #: src/pr.c:2444
  msgid ""
***************
*** 1252,1261 ****
  "-T implied by -l nn when nn <=3D 10 or <=3D 3 with -f. With no FILE, o=
r when\n"
  "FILE is -, read standard input.\n"
  msgstr ""
  =

  # nie wiem jak =B3adnie t=B3umaczy=E6 `last resort comparison' - rzm
  #: src/sort.c:217
! #, fuzzy, c-format
  msgid ""
  "Write sorted concatenation of all FILE(s) to standard output.\n"
  "\n"
--- 1271,1304 ----
  "-T implied by -l nn when nn <=3D 10 or <=3D 3 with -f. With no FILE, o=
r when\n"
  "FILE is -, read standard input.\n"
  msgstr ""
+ "  -m                wypisuj wszystkie pliki r=F3wnolegle, ka=BFdy w je=
dnej\n"
+ "                    kolumnie, obcinaj linie, ale =B3=B1cz linie o pe=B3=
nej d=B3ugo=B6ci\n"
+ "                    przez -j\n"
+ "  -n[SEP[CYFRY]]    numeruj linie, u=BFyj tyle CYFR (5), potem SEParat=
or (TAB)\n"
+ "                    domy=B6lnie liczone od pierwszej linii pliku wej=B6=
ciowego\n"
+ "  -N LICZBA         zacznij liczenie od LICZBY przy pierwszej linii pi=
erwszej\n"
+ "                    drukowanej strony (zob. +PIERWSZA_STRONA)\n"
+ "  -o MARGINES       Przesu=F1 ka=BFd=B1 lini=EA o MARGINES spacji (nie=
 wp=B3ywa na -w)\n"
+ "  -r                nie ostrzegaj kiedy plik nie mo=BFe by=E6 otwarty\=
n"
+ "  -s[=A3A=D1CUCH]       oddzielaj kolumny =A3A=D1CUCHem znak=F3w\n"
+ "                    nie u=BFywaj -s \"=A3A=D1CUCH\" \n"
+ "                    bez -s: jest u=BFywany domy=B6lny separator 'spacj=
a', to samo\n"
+ "                    co -s\" \"; samo -s: brak separatora, to samo co -=
s\"\" \n"
+ "  -t                nie wypisuj nag=B3=F3wk=F3w i stopek stron\n"
+ "  -T                nie wypisuj nag=B3=F3wk=F3w i stopek stron, wy=B3=B1=
cz formatowanie\n"
+ "                    stron przez znaki nowej strony w plikach wej=B6cio=
wych\n"
+ "  -v                u=BFyj zapisu =F3semkowego z backslashem\n"
+ "  -w SZER_STRONY    ustaw SZERoko=B6=E6_STRONY w kolumnach (72), obcin=
aj linie\n"
+ "                    (patrz te=BF opcja -j)\n"
+ "      --help        wy=B6wietl ten opis i zako=F1cz\n"
+ "      --version     wy=B6wietl informacj=EA o wersji i zako=F1cz\n"
+ "\n"
+ "-T jest implikowane przez -l nn kiedy nn <=3D 10 lub <=3D 3 z -f.\n"
+ "Je=BFeli PLIK nie jest podany lub PLIK to -, czytaj standardowe wej=B6=
cie.\n"
  =

  # nie wiem jak =B3adnie t=B3umaczy=E6 `last resort comparison' - rzm
  #: src/sort.c:217
! #, c-format
  msgid ""
  "Write sorted concatenation of all FILE(s) to standard output.\n"
  "\n"
***************
*** 1290,1297 ****
  "Zapisz posortowane polaczenie wszystkich PLIK(=F3w) do standardowego w=
yj=B6cia\n"
  "\n"
  "  +POZ1 [-POZ2]    pocz=B1tek klucza przy POZ1, koniec przed POS2\n"
- "  -M               compare (unknown) < `JAN' < ... < `DEC', imply -b\n=
"
- "  -T KATALOG       u=BFyj KATALOGu na pliki tymczasowe, nie $TMPDIR an=
i %s\n"
  "  -b               ignoruj pocz=B1tkowe spacje w polach i kluczach\n"
  "  -c               sprad=BC czy podane pliki nie s=B1 ju=BF posortowan=
e i nie "
  "sortuj\n"
--- 1333,1338 ----
***************
*** 1301,1314 ****
  "  -i               bierz pod uwag=EA tylko znaki [\\040-\\0176] w kluc=
zach\n"
  "  -k POS1[,POS2]   to samo co +POZ1 [-POZ2], ale pozycje liczone od 1\=
n"
  "  -m               po=B3=B1cz ju=BF posortowane pliki, nie sortuj\n"
  "  -n               por=F3wnywanie warto=B6ci liczbowych =B3a=F1cuch=F3=
w, w=B3=B1cza -b\n"
  "  -o PLIK          pisz wyniki do PLIKu zamiast na standardowe wyj=B6c=
ie\n"
  "  -r               odwr=F3=E6 wyniki por=F3wna=F1\n"
  "  -s               stabilizuj sort wy=B3=B1czaj=B1c por=F3wnania dodat=
kowych p=F3l\n"
  "  -t SEP           u=BFyj SEParatora zamiast zamiast przej=B6cia "
  "odst=EAp/nie-odst=EAp\n"
  "  -u               z -c sprawd=BC =B6cis=B3e uporz=B1dkowanie\n"
! "  -u               z -m wypisz tylko pierwsz=B1 z r=F3wnych sekwencji\=
n"
  "  -z               zako=F1cz linie bajtem 0, dla find -print0\n"
  "      --help       wy=B6wietl ten opis i zako=F1cz\n"
  "      --version    wy=B6wietl informacj=EA o wersji i zako=F1cz\n"
--- 1342,1357 ----
  "  -i               bierz pod uwag=EA tylko znaki [\\040-\\0176] w kluc=
zach\n"
  "  -k POS1[,POS2]   to samo co +POZ1 [-POZ2], ale pozycje liczone od 1\=
n"
  "  -m               po=B3=B1cz ju=BF posortowane pliki, nie sortuj\n"
+ "  -M               compare (unknown) < `JAN' < ... < `DEC', imply -b\n=
"
  "  -n               por=F3wnywanie warto=B6ci liczbowych =B3a=F1cuch=F3=
w, w=B3=B1cza -b\n"
  "  -o PLIK          pisz wyniki do PLIKu zamiast na standardowe wyj=B6c=
ie\n"
  "  -r               odwr=F3=E6 wyniki por=F3wna=F1\n"
  "  -s               stabilizuj sort wy=B3=B1czaj=B1c por=F3wnania dodat=
kowych p=F3l\n"
  "  -t SEP           u=BFyj SEParatora zamiast zamiast przej=B6cia "
+ "  -T KATALOG       u=BFyj KATALOGu na pliki tymczasowe, nie $TMPDIR an=
i %s\n"
  "odst=EAp/nie-odst=EAp\n"
  "  -u               z -c sprawd=BC =B6cis=B3e uporz=B1dkowanie\n"
! "                   z -m wypisz tylko pierwsz=B1 z r=F3wnych sekwencji\=
n"
  "  -z               zako=F1cz linie bajtem 0, dla find -print0\n"
  "      --help       wy=B6wietl ten opis i zako=F1cz\n"
  "      --version    wy=B6wietl informacj=EA o wersji i zako=F1cz\n"
***************
*** 1410,1416 ****
  msgstr "U=BFycie: %s [OPCJA] [PLIK [PRZEDROSTEK]]\n"
  =

  #: src/split.c:105
- #, fuzzy
  msgid ""
  "Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default\=
n"
  "PREFIX is `x'.  With no INPUT, or when INPUT is -, read standard input=
=2E\n"
--- 1453,1458 ----
***************
*** 1429,1436 ****
  "Zapisz r=F3wne kawa=B3ki PLIKu do PRZEDROTEKaa, PRZEDROSTEKab, ...; do=
my=B6lny\n"
  "PRZEDROSTEK to `x'.  PLIK nie podany lub -, czytaj standardowe wej=B6c=
ie\n"
  "\n"
- "  -C, --line-bytes=3DROZMIAR  zapisz najwy=BFej tyle bajt=F3w pe=B3nyc=
h linii\n"
  "  -b, --bytes=3DROZMIAR     zapisz po tyle bajt=F3w do plik=F3w wyj=B6=
ciowych\n"
  "  -l, --lines=3DILE         zapisz ILE linii do ka=BFdego pliku wyj=B6=
ciowego\n"
  "      --verbose           przed otwarciem ka=BFdego pliku wypisz komun=
ikaty\n"
  "\t\t\t    diagnostyczne do standardowego b=B3=EAdu\n"
--- 1471,1478 ----
  "Zapisz r=F3wne kawa=B3ki PLIKu do PRZEDROTEKaa, PRZEDROSTEKab, ...; do=
my=B6lny\n"
  "PRZEDROSTEK to `x'.  PLIK nie podany lub -, czytaj standardowe wej=B6c=
ie\n"
  "\n"
  "  -b, --bytes=3DROZMIAR     zapisz po tyle bajt=F3w do plik=F3w wyj=B6=
ciowych\n"
+ "  -C, --line-bytes=3DROZMIAR  zapisz najwy=BFej tyle bajt=F3w pe=B3nyc=
h linii\n"
  "  -l, --lines=3DILE         zapisz ILE linii do ka=BFdego pliku wyj=B6=
ciowego\n"
  "      --verbose           przed otwarciem ka=BFdego pliku wypisz komun=
ikaty\n"
  "\t\t\t    diagnostyczne do standardowego b=B3=EAdu\n"
***************
*** 1438,1444 ****
  "      --help              wy=B6wietl ten opis i zako=F1cz\n"
  "      --version           wy=B6wietl informacj=EA o wersji i zako=F1cz=
\n"
  "\n"
! "ROZMIAR mo=BFe mie=E6 dodany mno=BFnik: b - 512, k - 1024, m - 1 Mega.=
\n"
  =

  #: src/split.c:181
  #, c-format
--- 1480,1486 ----
  "      --help              wy=B6wietl ten opis i zako=F1cz\n"
  "      --version           wy=B6wietl informacj=EA o wersji i zako=F1cz=
\n"
  "\n"
! "ROZMIAR mo=BFe mie=E6 dodany mno=BFnik: b - 512, k - 1K, m - 1 Mega.\n=
"
  =

  #: src/split.c:181
  #, c-format
***************
*** 1450,1463 ****
  msgstr "nie mog=EA podzielic na wi=EAcej ni=BF jeden spos=F3b"
  =

  #: src/split.c:404 src/split.c:437
! #, fuzzy, c-format
  msgid "%s: invalid number of bytes"
! msgstr "b=B3=EAdna ilo=B6=E6 bajt=F3w"
  =

  #: src/split.c:420
! #, fuzzy, c-format
  msgid "%s: invalid number of lines"
! msgstr "b=B3=EAdna ilo=B6=E6 linii"
  =

  #: src/split.c:492
  msgid "invalid number"
--- 1492,1505 ----
  msgstr "nie mog=EA podzielic na wi=EAcej ni=BF jeden spos=F3b"
  =

  #: src/split.c:404 src/split.c:437
! #, c-format
  msgid "%s: invalid number of bytes"
! msgstr "%s: b=B3=EAdna ilo=B6=E6 bajt=F3w"
  =

  #: src/split.c:420
! #, c-format
  msgid "%s: invalid number of lines"
! msgstr "%s: b=B3=EAdna ilo=B6=E6 linii"
  =

  #: src/split.c:492
  msgid "invalid number"
***************
*** 1570,1581 ****
  #: src/tail.c:938
  #, c-format
  msgid "%c: invalid suffix character in obsolescent option"
! msgstr ""
  =

! #: src/tail.c:968 src/tail.c:1026
  #, c-format
! msgid "%s: `%s' is so large that it is not representable"
! msgstr ""
  =

  #: src/tail.c:969 src/tail.c:1028
  msgid "number of lines"
--- 1612,1623 ----
  #: src/tail.c:938
  #, c-format
  msgid "%c: invalid suffix character in obsolescent option"
! msgstr "%c: b=B3=EAdny znak przyrostka w przestarza=B3ej opcji"
  =

! #: src/tail.c:968
  #, c-format
! msgid "%s, `%s' is so large that it is not representable"
! msgstr "%s, `%s' jest tak du=BFe, =BFe nie mo=BFe zosta=E6 wyra=BFony"
  =

  #: src/tail.c:969 src/tail.c:1028
  msgid "number of lines"
***************
*** 1586,1600 ****
  msgstr "ilo=B6=E6 bajt=F3w"
  =

  #: src/tail.c:1020
- #, fuzzy
  msgid "invalid number of lines"
  msgstr "b=B3=EAdna ilo=B6=E6 linii"
  =

  #: src/tail.c:1021
- #, fuzzy
  msgid "invalid number of bytes"
  msgstr "b=B3=EAdna ilo=B6=E6 bajt=F3w"
  =

  #: src/tr.c:358
  #, c-format
  msgid "Usage: %s [OPTION]... SET1 [SET2]\n"
--- 1628,1646 ----
  msgstr "ilo=B6=E6 bajt=F3w"
  =

  #: src/tail.c:1020
  msgid "invalid number of lines"
  msgstr "b=B3=EAdna ilo=B6=E6 linii"
  =

  #: src/tail.c:1021
  msgid "invalid number of bytes"
  msgstr "b=B3=EAdna ilo=B6=E6 bajt=F3w"
  =

+ # same as tail.c:968, only without `' - rzm
+ #: src/tail.c:1026
+ #, c-format
+ msgid "%s: %s is so large that it is not representable"
+ msgstr "%s, %s jest tak du=BFe, =BFe nie mo=BFe zosta=E6 wyra=BFony"
+ =

  #: src/tr.c:358
  #, c-format
  msgid "Usage: %s [OPTION]... SET1 [SET2]\n"
***************
*** 1785,1797 ****
  "ZBI=D3R2 musi mapowa=E6 wszystkie znaki z domeny do jednego"
  =

  #: src/tr.c:1610
- #, fuzzy
  msgid ""
  "when translating, the only character classes that may appear in\n"
  "string2 are `upper' and `lower'"
  msgstr ""
  "przy zamianie w ZBIORZe2 mog=B1 si=EA poajawi=E6 tylko klasy znak=F3w\=
n"
! "\t`lower' i `upper'"
  =

  #: src/tr.c:1619
  msgid "the [c*] construct may appear in string2 only when translating"
--- 1831,1842 ----
  "ZBI=D3R2 musi mapowa=E6 wszystkie znaki z domeny do jednego"
  =

  #: src/tr.c:1610
  msgid ""
  "when translating, the only character classes that may appear in\n"
  "string2 are `upper' and `lower'"
  msgstr ""
  "przy zamianie w ZBIORZe2 mog=B1 si=EA poajawi=E6 tylko klasy znak=F3w\=
n"
! "`upper' i `lower'"
  =

  #: src/tr.c:1619
  msgid "the [c*] construct may appear in string2 only when translating"
***************
*** 1815,1823 ****
  =

  # ? - rzm
  #: src/tr.c:2005
- #, fuzzy
  msgid "misaligned [:upper:] and/or [:lower:] construct"
! msgstr "=BCle ustawione lub niedopasowane klasy upper i/lub lower"
  =

  #: src/tr.c:2028
  msgid ""
--- 1860,1867 ----
  =

  # ? - rzm
  #: src/tr.c:2005
  msgid "misaligned [:upper:] and/or [:lower:] construct"
! msgstr "niedopasowane [:upper:] i/lub [:lower:]"
  =

  #: src/tr.c:2028
  msgid ""
***************
*** 1825,1830 ****
--- 1869,1877 ----
  "construct in string1 must be aligned with a corresponding construct\n"=

  "([:upper:] or [:lower:], respectively) in string2"
  msgstr ""
+ "b=B3=EAdne mapowanie identyczno=B6ci;  przy t=B3umaczeniu ka=BFde wyra=
=BFenie [:lower:]\n"
+ "lub [:upper:] w =A3A=D1CUCHu1 musi by=E6 dopasowane do odpowiedniego w=
yra=BFenia\n"
+ "(odpowiednie [:upper:] lub [:lower:]) w =A3A=D1CUCHu2"
  =

  #: src/unexpand.c:377
  msgid ""
***************
*** 1920,1926 ****
  msgstr "b=B3=EAdna liczba bajt=F3w do por=F3wnania: `%s'"
  =

  #: src/wc.c:78
- #, fuzzy
  msgid ""
  "Print line, word, and byte counts for each FILE, and a total line if\n=
"
  "more than one FILE is specified.  With no FILE, or when FILE is -,\n"
--- 1967,1972 ----
***************
*** 1934,2013 ****
  "Dla ka=BFdego PLIKu wypisz ilo=B6ci linii, s=B3=F3w i bajt=F3w oraz po=
sumowanie\n"
  "je=BFeli podany jest wi=EAcej ni=BF jeden PLIK.  Je=BFeli PLIK nie jes=
t podany\n"
  "lub PLIK to -, czytaj standardowe wej=B6cie.\n"
  "  -l, --lines            wypisz ilo=B6ci znak=F3w nowej linii\n"
  "  -w, --words            wypisz ilo=B6ci s=B3=F3w\n"
- "  -c, --bytes, --chars   wypisz ilo=B6ci bajt=F3w\n"
  "      --help             wy=B6wietl ten opis i zako=F1cz\n"
  "      --version          wy=B6wietl informacj=EA o wersji i zako=F1cz\=
n"
  =

  #: src/wc.c:319
  msgid "total"
  msgstr "razem"
- =

- #~ msgid "argument"
- #~ msgstr "argument"
- =

- #~ msgid "`+' requires a numeric argument"
- #~ msgstr "`+' wymga argumentu liczbowego"
- =

- #~ msgid "%s: extra characters in the argument to the `-%c' option: `%s=
'\n"
- #~ msgstr "%s: nadmiarowe znaki w argumencie opcji `-%c': `%s'\n"
- =

- # wzd=B3u=BF? trailer -> stopka? - rzm
- #, fuzzy
- #~ msgid ""
- #~ "Paginate or columnate FILE(s) for printing.\n"
- #~ "\n"
- #~ "  +PAGE             begin printing with page PAGE\n"
- #~ "  -COLUMN           produce COLUMN-column output and print columns =
down\n"
- #~ "  -a                print columns across rather than down\n"
- #~ "  -b                balance columns on the last page\n"
- #~ "  -c                use hat notation (^G) and octal backslash notat=
ion\n"
- #~ "  -d                double space the output\n"
- #~ "  -e[CHAR[WIDTH]]   expand input CHARs (TABs) to tab WIDTH (8)\n"
- #~ "  -f, -F            simulate formfeed with newlines on output\n"
- #~ "  -h HEADER         use HEADER instead of filename in page headers\=
n"
- #~ "  -i[CHAR[WIDTH]]   replace spaces with CHARs (TABs) to tab WIDTH (=
8)\n"
- #~ "  -l PAGE_LENGTH    set the page length to PAGE_LENGTH (66) lines\n=
"
- #~ "  -m                print all files in parallel, one in each column=
\n"
- #~ "  -n[SEP[DIGITS]]   number lines, use DIGITS (5) digits, then SEP (=
TAB)\n"
- #~ "  -o MARGIN         offset each line with MARGIN spaces (do not aff=
ect -w)\n"
- #~ "  -r                inhibit warning when a file cannot be opened\n"=

- #~ "  -s[SEP]           separate columns by character SEP (TAB)\n"
- #~ "  -t                inhibit 5-line page headers and trailers\n"
- #~ "  -v                use octal backslash notation\n"
- #~ "  -w PAGE_WIDTH     set page width to PAGE_WIDTH (72) columns\n"
- #~ "      --help        display this help and exit\n"
- #~ "      --version     output version information and exit\n"
- #~ "\n"
- #~ "-t implied by -l N when N < 10.  Without -s, columns are separated =
by\n"
- #~ "spaces.  With no FILE, or when FILE is -, read standard input.\n"
- #~ msgstr ""
- #~ "Stronicuj lub u=B3=F3=BF w kolumny PLIK(i) do drukowania.\n"
- #~ "\n"
- #~ "  +STRONA           zacznij wypisywa=E6 od strony STRONA\n"
- #~ "  -KOLUMNY          wypisuj dane w tylu KOLUMNACH\n"
- #~ "  -F, -f            symuluj znak nowej strony znakami nowej linii\n=
"
- #~ "  -a                wypisz kolumny wzd=B3u=BF, nie w d=F3=B3\n"
- #~ "  -b                balance columns on the last page\n"
- #~ "  -c                u=BFywaj zapisu jak np. ^G oraz numer=F3w zn. z=
 backslashem\n"
- #~ "  -d                podw=F3jny odst=EAp na wyj=B6ciu\n"
- #~ "  -e[ZNAK[SZER]]    rozwi=F1 ZNAKi wej=B6ciowe (TABy) do tej SZERok=
o=B6ci (8)\n"
- #~ "  -h NAG=A3=D3WEK       u=BFyj NAG=A3=D3WKA zamiast nazwy pliku w n=
ag=B3=F3wkach\n"
- #~ "  -i[ZNAK[SZER]]    zamie=F1 spacje na ZNAKi (TABy) do tej SZERoko=B6=
ci (8)\n"
- #~ "  -l D=A3_STRONY      ustaw tak=B1 D=A3ugo=B6=E6_STRONY w liniach (=
66)\n"
- #~ "  -m                wypisuj wszystkie pliki r=F3wnolegle po 1 w kol=
umnie\n"
- #~ "  -n[SEP[CYFRY]]    numeruj linie, u=BFyj tyle CYFR (5), potem SEPa=
rator "
- #~ "(TAB)\n"
- #~ "  -o MARGINES       Przesu=F1 ka=BFd=B1 lini=EA o MARGINES spacji (=
nie wp=B3ywa na "
- #~ "-w)\n"
- #~ "  -r                nie ostrzegaj kiedy plik nie mo=BFe by=E6 otwar=
ty\n"
- #~ "  -s[SEP]           oddzielaj kolumny SEParatorem (TAB)\n"
- #~ "  -t                nie wypisuj 5-liniowych nag=B3=F3wk=F3w i stope=
k\n"
- #~ "  -v                u=BFyj zapisu =F3semkowego z backslashem\n"
- #~ "  -w SZER_STRONY    ustaw SZERoko=B6=E6_STRONY w kolumnach (72)\n"
- #~ "      --help        wy=B6wietl ten opis i zako=F1cz\n"
- #~ "      --version     wy=B6wietl informacj=EA o wersji i zako=F1cz\n"=

- #~ "\n"
- #~ "-l N dla N < 10 powoduje te=BF w=B3=B1czenie -t.  Bez -s kolumny s=B1=
 oddzielane\n"
- #~ "spacjami. Je=BFeli PLIK nie jest podany lub PLIK to -, czytaj stand=
=2E wej=B6cie.\n"
--- 1980,1991 ----
  "Dla ka=BFdego PLIKu wypisz ilo=B6ci linii, s=B3=F3w i bajt=F3w oraz po=
sumowanie\n"
  "je=BFeli podany jest wi=EAcej ni=BF jeden PLIK.  Je=BFeli PLIK nie jes=
t podany\n"
  "lub PLIK to -, czytaj standardowe wej=B6cie.\n"
+ "  -c, --bytes, --chars   wypisz ilo=B6ci bajt=F3w\n"
  "  -l, --lines            wypisz ilo=B6ci znak=F3w nowej linii\n"
  "  -w, --words            wypisz ilo=B6ci s=B3=F3w\n"
  "      --help             wy=B6wietl ten opis i zako=F1cz\n"
  "      --version          wy=B6wietl informacj=EA o wersji i zako=F1cz\=
n"
  =

  #: src/wc.c:319
  msgid "total"
  msgstr "razem"
diff -r -c -N ../../gnu/TXTUTIL1.22/po/potfiles TXTUTIL1.22/po/potfiles
*** ../../gnu/TXTUTIL1.22/po/potfiles	Thu Jan  1 00:00:00 1970
--- TXTUTIL1.22/po/potfiles	Tue May 27 23:47:12 1997
***************
*** 0 ****
--- 1,25 ----
+ 	../src/cat.c \
+ 	../src/cksum.c \
+ 	../src/comm.c \
+ 	../src/csplit.c \
+ 	../src/cut.c \
+ 	../src/expand.c \
+ 	../src/fmt.c \
+ 	../src/fold.c \
+ 	../src/head.c \
+ 	../src/join.c \
+ 	../src/md5sum.c \
+ 	../src/nl.c \
+ 	../src/od.c \
+ 	../src/paste.c \
+ 	../src/pr.c \
+ 	../src/sort.c \
+ 	../src/split.c \
+ 	../src/sum.c \
+ 	../src/system.h \
+ 	../src/tac.c \
+ 	../src/tail.c \
+ 	../src/tr.c \
+ 	../src/unexpand.c \
+ 	../src/uniq.c \
+ 	../src/wc.c
diff -r -c -N ../../gnu/TXTUTIL1.22/src/Makefile TXTUTIL1.22/src/Makefile=

*** ../../gnu/TXTUTIL1.22/src/Makefile	Sat Feb  1 18:38:48 1997
--- TXTUTIL1.22/src/Makefile	Tue May 27 23:50:48 1997
***************
*** 31,45 ****
  =

  top_builddir =3D ..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  AUTOMAKE_OPTIONS =3D ansi2knr
--- 31,45 ----
  =

  top_builddir =3D ..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  AUTOMAKE_OPTIONS =3D ansi2knr
***************
*** 55,61 ****
  =

  INCLUDES =3D -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../intl
  DEFS =3D -DLOCALEDIR=3D\"$(localedir)\" -DHAVE_CONFIG_H
! LDADD =3D  ../lib/libtu.a
  =

  sort_LDADD =3D $(LDADD) =

  sort_DEPENDENCIES =3D $(LDADD)
--- 55,61 ----
  =

  INCLUDES =3D -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../intl
  DEFS =3D -DLOCALEDIR=3D\"$(localedir)\" -DHAVE_CONFIG_H
! LDADD =3D ../intl/libintl.a ../lib/libtu.a
  =

  sort_LDADD =3D $(LDADD) =

  sort_DEPENDENCIES =3D $(LDADD)
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/Makefile TXTUTIL1.22/tests/Make=
file
*** ../../gnu/TXTUTIL1.22/tests/Makefile	Sat Feb  1 18:38:52 1997
--- TXTUTIL1.22/tests/Makefile	Tue May 27 23:50:56 1997
***************
*** 32,46 ****
  =

  top_builddir =3D ..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  EXTRA_DIST =3D README Makefile.am.in
--- 32,46 ----
  =

  top_builddir =3D ..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! PERL =3D /PERL/BIN/perl
! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  EXTRA_DIST =3D README Makefile.am.in
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/cut-test/Makefile TXTUTIL1.22/t=
ests/cut-test/Makefile
*** ../../gnu/TXTUTIL1.22/tests/cut-test/Makefile	Sat Feb  1 18:38:54 199=
7
--- TXTUTIL1.22/tests/cut-test/Makefile	Tue May 27 23:51:02 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D cut
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D cut
***************
*** 65,71 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 65,71 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/join-test/Makefile TXTUTIL1.22/=
tests/join-test/Makefile
*** ../../gnu/TXTUTIL1.22/tests/join-test/Makefile	Sat Feb  1 18:38:56 19=
97
--- TXTUTIL1.22/tests/join-test/Makefile	Tue May 27 23:51:10 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D join
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D join
***************
*** 68,74 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 68,74 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/md5sum-test/Makefile TXTUTIL1.2=
2/tests/md5sum-test/Makefile
*** ../../gnu/TXTUTIL1.22/tests/md5sum-test/Makefile	Sat Feb  1 18:38:58 =
1997
--- TXTUTIL1.22/tests/md5sum-test/Makefile	Tue May 27 23:51:16 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D md5sum
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D md5sum
***************
*** 52,58 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 52,58 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/pr-test/Makefile TXTUTIL1.22/te=
sts/pr-test/Makefile
*** ../../gnu/TXTUTIL1.22/tests/pr-test/Makefile	Sat Feb  1 18:39:02 1997=

--- TXTUTIL1.22/tests/pr-test/Makefile	Tue May 27 23:51:22 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D pr
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D pr
***************
*** 121,127 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 121,127 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/sort-test/Makefile TXTUTIL1.22/=
tests/sort-test/Makefile
*** ../../gnu/TXTUTIL1.22/tests/sort-test/Makefile	Sat Feb  1 18:39:04 19=
97
--- TXTUTIL1.22/tests/sort-test/Makefile	Tue May 27 23:51:30 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D sort
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D sort
***************
*** 86,92 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 86,92 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/tail/Makefile TXTUTIL1.22/tests=
/tail/Makefile
*** ../../gnu/TXTUTIL1.22/tests/tail/Makefile	Sat Feb  1 18:39:08 1997
--- TXTUTIL1.22/tests/tail/Makefile	Tue May 27 23:51:38 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D tail
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D tail
***************
*** 70,76 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 70,76 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
diff -r -c -N ../../gnu/TXTUTIL1.22/tests/tr-test/Makefile TXTUTIL1.22/te=
sts/tr-test/Makefile
*** ../../gnu/TXTUTIL1.22/tests/tr-test/Makefile	Sat Feb  1 18:39:10 1997=

--- TXTUTIL1.22/tests/tr-test/Makefile	Tue May 27 23:51:48 1997
***************
*** 32,45 ****
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /bin/gcc/bin/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D =

  CC =3D gcc
  =

  x =3D tr
--- 32,45 ----
  =

  top_builddir =3D ../..
  =

! INSTALL =3D /DJGPP/BIN/ginstall -c
  INSTALL_PROGRAM =3D ${INSTALL}
  INSTALL_DATA =3D ${INSTALL} -m 644
  INSTALL_SCRIPT =3D ${INSTALL_PROGRAM}
  transform =3D s,x,x,
  RANLIB =3D ranlib
  GENCAT =3D =

! GMSGFMT =3D /DJGPP/BIN/msgfmt
  CC =3D gcc
  =

  x =3D tr
***************
*** 73,79 ****
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D =

  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests
--- 73,79 ----
  EXTRA_DIST =3D mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen)
  noinst_SCRIPTS =3D $x-tests
  =

! PERL =3D /PERL/BIN/perl
  editpl =3D sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,.,g'
  =

  TESTS =3D $x-tests

--------------46DF6C7F742E--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019