CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/08/11 15:50:59
Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.49 retrieving revision 1.50 diff -u -b -r1.49 -r1.50 --- bootstrap 7 Aug 2007 03:15:24 -0000 1.49 +++ bootstrap 11 Aug 2007 15:50:58 -0000 1.50 @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2007-07-24 +# bootstrap (GNU M4) version 2007-08-11 # Written by Gary V. Vaughan <[EMAIL PROTECTED]> # Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @@ -70,7 +70,7 @@ # List dependencies here too; we don't extract them, otherwise dependent # modules could end up being imported to src/ *and* gnu/! -src_modules='getopt version-etc-fsf version-etc' +src_modules='version-etc-fsf version-etc' dirname="s,/[^/]*$,," basename="s,^.*/,,g"
