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
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
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