install-reloc: Support multi-binary installation.
[gnulib.git] / modules / free
index 9ccaba3..ec91f88 100644 (file)
@@ -1,6 +1,9 @@
 Description:
 Work around incompatibility on older systems where free (NULL) fails.
 
+Notice:
+This module is obsolete.
+
 Files:
 lib/free.c
 m4/free.m4
@@ -9,12 +12,18 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_FREE
+if test $gl_cv_func_free = no; then
+  AC_LIBOBJ([free])
+  gl_PREREQ_FREE
+fi
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
-