X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdbool;h=946905fcacd375965cc93bb2f1e7f177a4446cdb;hb=84bb6a3f27efcf47cf73d148ec57b966194f1dc3;hp=bad1377a7f9d62a63e5c2e09252871e82af62f01;hpb=458e682cf2b4d55424fe6c1e630a5fdf76c72746;p=gnulib.git diff --git a/modules/stdbool b/modules/stdbool index bad1377a7..946905fca 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -1,6 +1,9 @@ Description: +An that nearly conforms to C99. +(Nearly: casts to bool may not work.) Files: +lib/stdbool.h.in m4/stdbool.m4 Depends-on: @@ -13,7 +16,7 @@ EXTRA_DIST += stdbool.h.in # The following is needed in order to create an when the system # doesn't have one that works. -all-local: @STDBOOL_H@ +all-local $(lib_OBJECTS): @STDBOOL_H@ stdbool.h: stdbool.h.in sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h MOSTLYCLEANFILES += stdbool.h @@ -21,3 +24,6 @@ MOSTLYCLEANFILES += stdbool.h Include: #include +Maintainer: +Bruno Haible +