CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/08/30 00:51:33
Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.50 retrieving revision 1.51 diff -u -b -r1.50 -r1.51 --- bootstrap 11 Aug 2007 15:50:58 -0000 1.50 +++ bootstrap 30 Aug 2007 00:51:32 -0000 1.51 @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2007-08-11 +# bootstrap (GNU M4) version 2007-08-29 # 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='version-etc-fsf version-etc' +src_modules='getopt version-etc-fsf version-etc xstrtol' dirname="s,/[^/]*$,," basename="s,^.*/,,g" @@ -340,7 +340,6 @@ .cvsignore argz.m4 codeset.m4 -getopt.m4 gettext.m4 glibc2.m4 glibc21.m4
