From: Karl Berry Date: Wed, 1 Jan 2003 14:49:10 +0000 (+0000) Subject: (last_checkin_date): don't expand the $Date here. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b416b57a6c902c1906ce001c406be3c381c78bac;p=pspp (last_checkin_date): don't expand the $Date here. --- diff --git a/gnulib-tool b/gnulib-tool index e7ecbeb4ec..645b3afe83 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003 Free Software Foundation, Inc. # # 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 @@ -22,8 +22,8 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2002-12-31 13:47:17 $' -last_checkin_date=`echo "$cvsdatestamp" | sed -e 's/^\$Date: 2002-12-31 13:47:17 $$//'` +cvsdatestamp='$Date: 2003-01-01 14:49:10 $' +last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH.