Re: [PATCH] bootstrap: allow a project name to have hyphen(s)

2013-05-13 Thread Sami Kerola
On 13 May 2013 13:18, Eric Blake wrote: > On 05/11/2013 01:42 PM, Sami Kerola wrote: >> * build-aux/bootstrap (error): a project using gnulib may have >> hyphen(s) in project name, which, if not converted to underscore(s), >> will break build. >> --- >> build-aux/bootstrap | 3 ++- >> 1 file chan

Re: [PATCH] bootstrap: allow a project name to have hyphen(s)

2013-05-13 Thread Eric Blake
On 05/11/2013 01:42 PM, Sami Kerola wrote: > * build-aux/bootstrap (error): a project using gnulib may have > hyphen(s) in project name, which, if not converted to underscore(s), > will break build. > --- > build-aux/bootstrap | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Can you show

[PATCH] bootstrap: allow a project name to have hyphen(s)

2013-05-11 Thread Sami Kerola
* build-aux/bootstrap (error): a project using gnulib may have hyphen(s) in project name, which, if not converted to underscore(s), will break build. --- build-aux/bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 0cbea6