* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
[gnulib.git] / modules / sysexits
1 Description:
2 Exit status codes for some BSD system programs.
3
4 Files:
5 lib/sysexits_.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 sysexits.h: sysexits_.h
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
22               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
23               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
24               < $(srcdir)/sysexits_.h; \
25         } > $@-t
26         mv -f $@-t $@
27 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
28
29 Include:
30 #include <sysexits.h>
31
32 License:
33 LGPL
34
35 Maintainer:
36 Simon Josefsson