X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdbool;h=946905fcacd375965cc93bb2f1e7f177a4446cdb;hb=84bb6a3f27efcf47cf73d148ec57b966194f1dc3;hp=bda2d93692aefa32419f8f192ecea4758bc8e414;hpb=ea50ac89b5659810e187414696ec3e45b09c1129;p=gnulib.git diff --git a/modules/stdbool b/modules/stdbool index bda2d9369..946905fca 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -1,4 +1,6 @@ Description: +An that nearly conforms to C99. +(Nearly: casts to bool may not work.) Files: lib/stdbool.h.in @@ -14,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 @@ -22,3 +24,6 @@ MOSTLYCLEANFILES += stdbool.h Include: #include +Maintainer: +Bruno Haible +