autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_TYPE_UINT8_T and co


From: Patrick Welche
Subject: Re: AC_TYPE_UINT8_T and co
Date: Tue, 29 May 2007 13:31:04 +0100
User-agent: Mutt/1.5.14 (2007-03-22)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]