There are libraries under GPL, which can use xalloc, and libraries under
LGPL, which cannot. I'm creating a module description for each case. The
code is the same.
2007-03-03 Bruno Haible <[EMAIL PROTECTED]>
* modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
* modules/relocatable-lib: New file.
--- modules/relocatable-lib-lgpl 2007-03-01 03:04:48.000000000 +0100
+++ modules/relocatable-lib 2007-03-04 00:29:15.000000000 +0100
@@ -9,18 +9,18 @@
m4/relocatable-lib.m4
Depends-on:
+xalloc
configure.ac:
Makefile.am:
-DEFS += -DNO_XMALLOC
lib_SOURCES += relocatable.c
Include:
"relocatable.h"
License:
-LGPL
+GPL
Maintainer:
Bruno Haible, Ben Pfaff