Re: exitfail

2010-03-06 Thread Bruno Haible
Simon Josefsson wrote: > Depends-on: > exit > > configure.ac: > -gl_EXITFAIL > +AC_LIBOBJ([exitfail]) > > Makefile.am: > Additionally, I'm applying this: Prefer lib_SOURCES over unconditional AC_LIBOBJ. It's a no-op for most projects that use gnulib, but gets rid of a .diff override in G

Re: exitfail

2010-03-04 Thread Simon Josefsson
Jim Meyering writes: > I suppose you intend "LGPLv2+" here, so it's like all of the others, > and not LGPLv2.1+. Likewise in the patch below. Yes, sorry. > I'll see if Paul agrees. Thanks! /Simon

Re: exitfail

2010-03-04 Thread Jim Meyering
Simon Josefsson wrote: > There is also this warning: > > gnulib-tool: warning: module obstack depends on a module with an incompatible > license: exitfail > > The exitfail.h is: > > extern int volatile exit_failure; > > and exitfail.c is: > > #include > #include "exitfail.h" > #include > int vol