autoconf-patches
[Top][All Lists]
Advanced

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

Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.66-


From: Eric Blake
Subject: Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.66-5-gdfda440
Date: Sat, 10 Jul 2010 09:06:14 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5

On 07/10/2010 12:18 AM, Ralf Wildenhues wrote:
>     Fix regression of AC_CHECK_SIZEOF on pointer types.
>     
> +++ b/doc/autoconf.texi
> @@ -6957,6 +6957,7 @@ argument was used when cross-compiling.
>  For example, the call
>  
>  @example
> address@hidden If you change this example, adjust 
> tests/semantics.at:AC_F77_DUMMY_MAIN usage.
>  AC_CHECK_SIZEOF([int *])

Is that a typo in the comment?

> @@ -379,13 +379,17 @@ AT_CHECK_MACRO_CROSS([AC_CHECK_SIZEOF struct],
>  AC_CHECK_SIZEOF([struct x], [], [struct x { char c; int x; };])
>  AC_CHECK_SIZEOF([const struct x], [], [struct x { const char *p; int x; };])
>  AC_CHECK_SIZEOF([struct nosuchstruct])
> +# Taken from autoconf.texi:Generic Compiler Characteristics.
> +AC_CHECK_SIZEOF([int *])

since this test doesn't really seem to be the AC_F77_DUMMY_MAIN test?

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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