crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / free
index 12e16fd8f079d82e8329099a1d74e3f223e491c8..ec91f8889df3a92e2db639fc8e8c7c78ea74873c 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,9 +12,12 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_FREE
+if test $gl_cv_func_free = no; then
+  AC_LIBOBJ([free])
+  gl_PREREQ_FREE
+fi
 
 Makefile.am:
-EXTRA_DIST += free.c
 
 Include:
 <stdlib.h>
@@ -21,4 +27,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-