break iconv.m4 sync
[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
16 # We need the following in order to create <sysexits.h> when the system
17 # doesn't have one that works with the given compiler.
18 sysexits.h: sysexit_.h
19         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
20           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
21               -e 's|@''ABSOLUTE_SYSEXITS_H''@|$(ABSOLUTE_SYSEXITS_H)|g' \
22               < $(srcdir)/sysexit_.h; \
23         } > $@-t
24         mv -f $@-t $@
25 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
26
27 Include:
28 #include <sysexits.h>
29
30 License:
31 LGPL
32
33 Maintainer:
34 Simon Josefsson