2872e36459f3896903bb7f0682b341246493fc49
[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 EXTRA_DIST += sysexit_.h
16
17 # We need the following in order to create <sysexits.h> when the system
18 # doesn't have one that works with the given compiler.
19 sysexits.h: sysexit_.h
20         cp -f $(srcdir)/sysexit_.h $@-t
21         mv -f $@-t $@
22 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
23
24 Include:
25 #include <sysexits.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Simon Josefsson