changeset 8317:bf03d98e35f7

New module relocatable-lib, under GPL.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2007 23:29:59 +0000
parents c21a7c5e10e9
children 8a2d270e8012
files ChangeLog modules/relocatable-lib
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-03  Bruno Haible  <bruno@clisp.org>
+
+	* modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
+	* modules/relocatable-lib: New file.
+
 2007-03-03  Bruno Haible  <bruno@clisp.org>
 
 	* modules/relocatable-prog: Renamed from modules/relocatable.
--- a/modules/relocatable-lib
+++ b/modules/relocatable-lib
@@ -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