* build-aux/config.guess: Update from config.
[gnulib.git] / modules / getopt
1 Description:
2 Process command line arguments.
3
4 Files:
5 lib/getopt_.h
6 lib/getopt.c
7 lib/getopt1.c
8 lib/getopt_int.h
9 m4/getopt.m4
10
11 Depends-on:
12 gettext-h
13 unistd
14
15 configure.ac:
16 gl_GETOPT
17
18 Makefile.am:
19 BUILT_SOURCES += $(GETOPT_H)
20
21 # We need the following in order to create <getopt.h> when the system
22 # doesn't have one that works with the given compiler.
23 getopt.h: getopt_.h
24         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
25           cat $(srcdir)/getopt_.h; \
26         } > $@-t
27         mv -f $@-t $@
28 MOSTLYCLEANFILES += getopt.h getopt.h-t
29
30 Include:
31 <getopt.h>
32
33 License:
34 LGPL
35
36 Maintainer:
37 all, glibc