Merge commit 'stable/20110609'
[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 stdlib
11
12 configure.ac:
13 gl_SYSEXITS
14
15 Makefile.am:
16 BUILT_SOURCES += $(SYSEXITS_H)
17
18 # We need the following in order to create <sysexits.h> when the system
19 # doesn't have one that works with the given compiler.
20 if GL_GENERATE_SYSEXITS_H
21 sysexits.h: sysexits.in.h $(top_builddir)/config.status
22         $(AM_V_GEN)rm -f $@-t $@ && \
23         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
24           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
25               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
26               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
27               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
28               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
29               < $(srcdir)/sysexits.in.h; \
30         } > $@-t && \
31         mv -f $@-t $@
32 else
33 sysexits.h: $(top_builddir)/config.status
34         rm -f $@
35 endif
36 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
37
38 Include:
39 <sysexits.h>
40
41 License:
42 LGPLv2+
43
44 Maintainer:
45 Simon Josefsson