gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / sysexits
1 Description:
2 Exit status codes for some BSD system programs.
3
4 Files:
5 lib/sysexit_.h
6 m4/sysexits.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_SYSEXITS
12
13 Makefile.am:
14 BUILT_SOURCES += $(SYSEXITS_H)
15
16 # We need the following in order to create <sysexits.h> when the system
17 # doesn't have one that works with the given compiler.
18 sysexits.h: sysexit_.h
19         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
20           cat $(srcdir)/sysexit_.h; \
21         } > $@-t
22         mv -f $@-t $@
23 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
24
25 Include:
26 #include <sysexits.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Simon Josefsson