Add lib/stdbool.h.in.
[gnulib.git] / modules / stdbool
1 Description:
2
3 Files:
4 lib/stdbool.h.in
5 m4/stdbool.m4
6
7 Depends-on:
8
9 configure.ac:
10 AM_STDBOOL_H
11
12 Makefile.am:
13 EXTRA_DIST += stdbool.h.in
14
15 # The following is needed in order to create an <stdbool.h> when the system
16 # doesn't have one that works.
17 all-local: @STDBOOL_H@
18 stdbool.h: stdbool.h.in
19         sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h
20 MOSTLYCLEANFILES += stdbool.h
21
22 Include:
23 #include <stdbool.h>
24