# HG changeset patch # User Ralf Wildenhues # Date 1158894642 0 # Node ID d86464f614f70ba25e1dec510ffcc60624629a2c # Parent 448ec4963f0413c8e3c816153cb9ca53c49ba434 * gnulib-tool (func_version): Create output all at once. This may help avoid triggering unnecessary SIGPIPEs, and at any rate it doesn't hurt. diff -r 448ec4963f04 -r d86464f614f7 ChangeLog --- a/ChangeLog Thu Sep 21 21:39:23 2006 +0000 +++ b/ChangeLog Fri Sep 22 03:10:42 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-22 Ralf Wildenhues + + * gnulib-tool (func_version): Create output all at once. This + may help avoid triggering unnecessary SIGPIPEs, and at any + rate it doesn't hurt. + 2006-09-20 Paul Eggert * modules/mkstemp (Depends-on): Add extensions, so that diff -r 448ec4963f04 -r d86464f614f7 gnulib-tool --- a/gnulib-tool Thu Sep 21 21:39:23 2006 +0000 +++ b/gnulib-tool Fri Sep 22 03:10:42 2006 +0000 @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-09-19 14:07:28 $' +cvsdatestamp='$Date: 2006-09-22 03:10:42 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -157,11 +157,12 @@ func_version () { year=`echo "$last_checkin_date" | sed -e 's,/.*$,,'` - echo "$progname (GNU $package) $version" - echo "Copyright (C) $year Free Software Foundation, Inc. + echo "\ +$progname (GNU $package) $version +Copyright (C) $year Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - echo "Written by" "Bruno Haible" "and" "Simon Josefsson" +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +Written by" "Bruno Haible" "and" "Simon Josefsson" } # func_emit_copyright_notice