sys_uio: new module
[gnulib.git] / modules / sysexits
1 Description:
2 Exit status codes for some BSD system programs.
3
4 Files:
5 lib/sysexits.in.h
6 m4/sysexits.m4
7
8 Depends-on:
9 include_next
10
11 configure.ac:
12 gl_SYSEXITS
13
14 Makefile.am:
15 BUILT_SOURCES += $(SYSEXITS_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 if GL_GENERATE_SYSEXITS_H
20 sysexits.h: sysexits.in.h $(top_builddir)/config.status
21         $(AM_V_GEN)rm -f $@-t $@ && \
22         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
23           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
24               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
25               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
26               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
27               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
28               < $(srcdir)/sysexits.in.h; \
29         } > $@-t && \
30         mv -f $@-t $@
31 else
32 sysexits.h: $(top_builddir)/config.status
33         rm -f $@
34 endif
35 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
36
37 Include:
38 <sysexits.h>
39
40 License:
41 LGPLv2+
42
43 Maintainer:
44 Simon Josefsson