Changeset 3447 for trunk/essentials/net-misc/wget/m4/wget.m4
- Timestamp:
- Jun 16, 2007, 1:58:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/net-misc/wget/m4/wget.m4
r3440 r3447 396 396 dnl I wonder what the following several lines do... 397 397 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 399 402 posrcprefix="$srcdir/" 400 403 else
Note:
See TracChangeset
for help on using the changeset viewer.