Patrick Welche <[EMAIL PROTECTED]> writes:
> -- Macro: AC_TYPE_UINT8_T
> If `stdint.h' or `inttypes.h' defines the type `uint8_t', define
> `HAVE_UINT8_T'. Otherwise, define `uint8_t' to an unsigned
> integer type that is exactly 8 bits wide, if such a type exists.
>
> but for som
Hello Patrick,
I'm going to answer only one of your minor comments now.
(Please be patient as far as your main suggestion goes.)
On Mon, May 28, 2007 at 05:45:46PM +0100, Patrick Welche wrote:
> Also, AC_TYPE_SIZE_T does not claim to define HAVE_SIZE_T, (as it
> uses _AC_CHECK_TYPE_OLD) - would d
On Mon, May 28, 2007 at 10:55:45AM -0600, Eric Blake wrote:
> According to Patrick Welche on 5/28/2007 10:45 AM:
> > (Also removes what appear to be spurious #( )
> >
> > - case $ac_cv_c_int$1_t in #(
> > - no|yes) ;; #(
> > + case $ac_cv_c_int$1_t in
> > + no|yes) ;;
>
> Sorry, but that is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Patrick Welche on 5/28/2007 10:45 AM:
> (Also removes what appear to be spurious #( )
>
> - case $ac_cv_c_int$1_t in #(
> - no|yes) ;; #(
> + case $ac_cv_c_int$1_t in
> + no|yes) ;;
Sorry, but that is not spurious. It is a shell co
-- Macro: AC_TYPE_UINT8_T
If `stdint.h' or `inttypes.h' defines the type `uint8_t', define
`HAVE_UINT8_T'. Otherwise, define `uint8_t' to an unsigned
integer type that is exactly 8 bits wide, if such a type exists.
but for some reason HAVE_UINT8_T is not defined! (Today's CVS)
%
Hi,
Thanks for your valuable suggestions.
I want to run configure (and make) from the build directory itself
and it should take the makefile from either win32 or linux32 folder,
according to the platform, and compile it.
I am able to do that now (with the help of AM_CONDI