X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fcompile;h=ec64c6220266fb75d8c6b6e0e32492f5983f3472;hb=cb75dc5b80c196fd934fd852bd3d39f1df1684dd;hp=af472ac9a71f9cb3580a5f9063d0d032443a8fb5;hpb=2c9ffa2717e5fa3d4951b589d7a6d871326fa096;p=gnulib.git diff --git a/build-aux/compile b/build-aux/compile index af472ac9a..ec64c6220 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2009-03-03.21 +scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. @@ -9,7 +9,7 @@ scriptversion=2009-03-03.21 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) +# the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, @@ -138,5 +138,6 @@ exit $ret # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: