Changeset 3447 for trunk


Ignore:
Timestamp:
Jun 16, 2007, 1:58:55 PM (18 years ago)
Author:
bird
Message:

stupid stupid stupid.

Location:
trunk/essentials/net-misc/wget
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/net-misc/wget/configure.in

    r3440 r3447  
    438438dnl new language was added.
    439439dnl
    440 ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')`
     440dnl bird: delete \r!
     441ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ' | tr -d '\015')`
    441442
    442443dnl internationalization macros
  • trunk/essentials/net-misc/wget/m4/wget.m4

    r3440 r3447  
    396396   dnl I wonder what the following several lines do...
    397397   if test "x$srcdir" != "x."; then
    398      if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     398     dnl Stupid, stupid, stupid! Why does everyone have to go make
     399     dnl their on 'ing macros for 'ing up the POTFILES?
     400     dnl if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     401     if test "x`echo $srcdir | sed -e 's@/.*@@' -e 's@.:.*@@`" = "x"; then
    399402       posrcprefix="$srcdir/"
    400403     else
Note: See TracChangeset for help on using the changeset viewer.