From: Ben Pfaff Date: Fri, 11 Jun 2010 03:11:05 +0000 (-0700) Subject: Replacement header templates are now named with ".in", not "_". X-Git-Tag: v0.1~4084 X-Git-Url: https://erislabs.net/gitweb/?a=commitdiff_plain;h=e04f62a982976bfa16f6c7e4ec7ee5e6b46e8996;p=gnulib.git Replacement header templates are now named with ".in", not "_". * doc/gnulib-intro.texi: Correct. --- diff --git a/ChangeLog b/ChangeLog index 17a8ae926..cb3033600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-06-10 Ben Pfaff + + Replacement header templates are now named with ".in", not "_". + * doc/gnulib-intro.texi: Correct. + 2010-06-10 Jim Meyering inttostr-tests: depend on snprintf, not snprintf-posix diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi index 52191ec26..2a32c8164 100644 --- a/doc/gnulib-intro.texi +++ b/doc/gnulib-intro.texi @@ -174,7 +174,8 @@ itself). For header files, such as @code{stdbool.h} or @code{stdint.h}, we provide the substitute only if the system doesn't provide a correct one. The template of this replacement is distributed in a slightly different name, -with an added underscore, so that on systems which do provide a correct +with @samp{.in} inserted before the @samp{.h} extension, so that on +systems which do provide a correct header file the system's one is used. @subsection Enhancements of ISO C or POSIX functions