autoupdate
[gnulib.git] / modules / relocatable-lib
index 6cbd869..e86f8c5 100644 (file)
@@ -9,18 +9,22 @@ lib/relocatable.c
 m4/relocatable-lib.m4
 
 Depends-on:
+xalloc
+strdup
 
 configure.ac:
+gl_RELOCATABLE_LIBRARY
+if test $RELOCATABLE = yes; then
+  AC_LIBOBJ([relocatable])
+fi
 
 Makefile.am:
-DEFS += -DNO_XMALLOC
-lib_SOURCES += relocatable.c
 
 Include:
 "relocatable.h"
 
 License:
-LGPL
+GPL
 
 Maintainer:
 Bruno Haible, Ben Pfaff