summaryrefslogtreecommitdiff
path: root/modules/getsubopt
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-19 00:08:40 +0000
committerBruno Haible <bruno@clisp.org>2007-02-19 00:08:40 +0000
commit41dccf6a007ea2fdc0eebd71f5bb3b73be43669f (patch)
treedba3436732206fd40763099c9f5c77153a084503 /modules/getsubopt
parentc002371c8ca3c2e0cd689b84bc5e94721ba00255 (diff)
downloadgnulib-41dccf6a007ea2fdc0eebd71f5bb3b73be43669f.tar.gz
getsubopt.h is replaced with <stdlib.h>.
Diffstat (limited to 'modules/getsubopt')
-rw-r--r--modules/getsubopt7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/getsubopt b/modules/getsubopt
index 0ecc321bb1..52e5d9e87e 100644
--- a/modules/getsubopt
+++ b/modules/getsubopt
@@ -1,21 +1,22 @@
Description:
-getsubopt: Parse comma separate list into words.
+getsubopt: Parse comma separated list into words.
Files:
-lib/getsubopt.h
lib/getsubopt.c
m4/getsubopt.m4
Depends-on:
strchrnul
+stdlib
configure.ac:
gl_FUNC_GETSUBOPT
+gl_STDLIB_MODULE_INDICATOR([getsubopt])
Makefile.am:
Include:
-"getsubopt.h"
+<stdlib.h>
License:
LGPL