freopen-safer: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtol
index d90c28e7f405d48a242f8b5c243af313123affd2..65b6946390c091e6880bbca76f814924f31f7920 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 strtol() function: convert string to 'long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strtol.c
 m4/strtol.m4
@@ -9,9 +15,11 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_STRTOL
+if test $ac_cv_func_strtol = no; then
+  AC_LIBOBJ([strtol])
+fi
 
 Makefile.am:
-EXTRA_DIST += strtol.c
 
 Include:
 <stdlib.h>
@@ -21,4 +29,3 @@ LGPL
 
 Maintainer:
 glibc
-