Simon Josefsson wrote:
...
> Thanks -- I've pushed the modified patch. Now the only license issue
> within gnulib is 'euidaccess'...
glibc-derived, so I've adjusted it:
>From 032088a1c918358d4832c9ea524a757ea2739f8d Mon Sep 17 00:00:00 2001
From: Jim Meyering
Date: Sat, 6 Mar 2010 11:46:04 +010
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
Jim Meyering writes:
> I wrote:
>> I'll see if Paul agrees.
>
> He does:
>
> > Yes, it's OK to relax the licenses for both exit and exitfail.
Thanks -- I've pushed the modified patch. Now the only license issue
within gnulib is 'euidaccess'...
/Simon
I wrote:
> I'll see if Paul agrees.
He does:
> Yes, it's OK to relax the licenses for both exit and exitfail.
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
>
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 volatile exit_failure = EXIT_FAILURE