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

stupid stupid stupid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.