fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / strpbrk
index 003486f777b637253129159a7b794653b3a4a03f..3433e57cbd7543df7d25a395da4673b0ccb4c2f5 100644 (file)
@@ -1,25 +1,34 @@
 Description:
 strpbrk() function: search a string for any of a set of characters.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
-lib/strpbrk.h
 lib/strpbrk.c
 m4/strpbrk.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STRPBRK
+if test $HAVE_STRPBRK = 0; then
+  AC_LIBOBJ([strpbrk])
+  gl_PREREQ_STRPBRK
+fi
+gl_STRING_MODULE_INDICATOR([strpbrk])
 
 Makefile.am:
-lib_SOURCES += strpbrk.h
 
 Include:
-"strpbrk.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
-