getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strcspn
index c7dcaf9fb6f94a15715a1132429dbe87ad435404..5d2be9241456448a1695ba98309b15427edaaa33 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 strcspn() function: search a string for any of a set of characters.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strcspn.c
 m4/strcspn.m4
@@ -11,7 +17,6 @@ configure.ac:
 gl_FUNC_STRCSPN
 
 Makefile.am:
-EXTRA_DIST += strcspn.c
 
 Include:
 <string.h>