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