Fix global typo in last change: use chmod u-w, not chmod u-x.
[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 EXTRA_DIST += sysexit_.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: sysexit_.h
20         rm -f $@-t $@
21         cp $(srcdir)/sysexit_.h $@-t
22         chmod a-w $@-t
23         mv $@-t $@
24 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
25
26 Include:
27 #include <sysexits.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Simon Josefsson