On Tue, May 29, 2007 at 04:54:52AM +0200, Stepan Kasal wrote:
> I'm going to answer only one of your minor comments now.

Thank you for the explanation of CHECK_FOO vs CHECK_FOOS! The documentation
consistency change seems fine, and my configure.ac snippet becomes

AC_INIT([autotype],[1.0])
AC_CONFIG_HEADERS([config.h])
AC_TYPE_UINT8_T
AC_TYPE_SIZE_T
AC_CHECK_TYPES([uint8_t, size_t])
AC_OUTPUT

we makes sense thanks to your answer.

Cheers,

Patrick


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to