PATCH: Add x32 support to strace

Dmitry V. Levin ldv at altlinux.org
Mon Apr 16 11:12:37 UTC 2012


On Sun, Apr 15, 2012 at 07:09:02PM -0700, H.J. Lu wrote:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -8,6 +8,11 @@ AM_INIT_AUTOMAKE([foreign check-news dist-xz no-dist-gzip silent-rules])
>  AM_MAINTAINER_MODE
>  AC_CANONICAL_HOST
>  
> +AC_PROG_CC
> +AC_GNU_SOURCE
> +
> +AC_USE_SYSTEM_EXTENSIONS
> +

The use of AC_GNU_SOURCE along with AC_USE_SYSTEM_EXTENSIONS is
a bit more redundant than necessary.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20120416/2b464358/attachment.bin>


More information about the Strace-devel mailing list