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
pgpb8M8OusOtV.pgp
Description: PGP signature
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
