- Timestamp:
- Jun 16, 2007, 1:58:55 PM (18 years ago)
- Location:
- trunk/essentials/net-misc/wget
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/net-misc/wget/configure.in
r3440 r3447 438 438 dnl new language was added. 439 439 dnl 440 ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')` 440 dnl bird: delete \r! 441 ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ' | tr -d '\015')` 441 442 442 443 dnl internationalization macros -
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.