-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for [EMAIL PROTECTED]/m4--devo--1.0--patch-24 to compare with
  * comparing to [EMAIL PROTECTED]/m4--devo--1.0--patch-24
  M  bootstrap
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <[EMAIL PROTECTED]>
  
        * bootstrap (func_update_po): Synch with CVS GNU tar.  wget 1.9.x
        and 1.10.x support --cache=off, so $WGETFLAGS are not necessary.
        Reported by Eric Blake <[EMAIL PROTECTED]>
  
  --- orig/bootstrap
  +++ mod/bootstrap
  @@ -57,11 +57,6 @@
   
   TP_URL="http://www.iro.umontreal.ca/translation/maint/m4/";
   
  -WGETFLAGS="--no-cache"
  -case `wget $WGETFLAGS 2>&1` in
  -  *"unrecognized option \`--no-cache'"*) WGETFLAGS="--cache=off" ;;
  -esac
  -
   func_update_po ()
   {
       if test $# = 1; then
  @@ -70,12 +65,12 @@
        *)     POFILE=$1.po ;;
         esac
         func_echo "getting translation for $1..."
  -      $WGET -r $WGETFLAGS $TP_URL/$POFILE
  +      $WGET -r --cache=off $TP_URL/$POFILE
       else
         func_echo "getting translations into po..."
         (cd po &&
          rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
  -         $WGET -nv -nd -r -l 1 -A .po $WGETFLAGS $TP_URL &&
  +         $WGET -nv -nd -r -l 1 -A .po --cache=off $TP_URL &&
         rm -f index.html index.html.[0-9]*
          ls *.po | sed 's/\.po$//' > LINGUAS
         ) || exit
  
  
  
- -- 
Gary V. Vaughan      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 1.0
http://tkd.kicks-ass.net/arch/[EMAIL PROTECTED]/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDlFgXFRMICSmD1gYRAqwjAKC16oxpXH+gzH75biqPrPhDnyX6YACgtnHr
7WHJ8S1cJz9tSLxKyHSmaS4=
=XUXB
-----END PGP SIGNATURE-----


_______________________________________________
M4-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/m4-patches

Reply via email to