avoid some overlong lines from posix urls, etc.
[gnulib.git] / modules / strsep
index 9324289..10ca817 100644 (file)
@@ -2,24 +2,25 @@ Description:
 strsep() function: extract token from string.
 
 Files:
-lib/strsep.h
 lib/strsep.c
 m4/strsep.m4
 
 Depends-on:
+extensions
+string
 strpbrk
 
 configure.ac:
 gl_FUNC_STRSEP
+gl_STRING_MODULE_INDICATOR([strsep])
 
 Makefile.am:
-lib_SOURCES += strsep.h
 
 Include:
-"strsep.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Yoann Vandoorselaere