autoconf-patches
[Top][All Lists]
Advanced

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

Re: AC_INIT seems to be setting CXXFLAGS


From: Eric Blake
Subject: Re: AC_INIT seems to be setting CXXFLAGS
Date: Thu, 25 Feb 2010 16:22:50 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

According to Eric Blake on 2/25/2010 2:57 PM:
> 2 weeks turned into 7 months.  Sorry for not replying to this thread
> sooner.  I like Paolo's suggestion of documenting that it is acceptable to
> change the default CXXFLAGS if the package author doesn't like autoconf's
> default, without penalizing the user's ability to specify better arguments
> than the package default.  How does this wording look?

Of course, this needs to be squashed in, to avoid texinfo errors.

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3bb2e42..191a397 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -7150,7 +7150,7 @@ C Compiler
 it to @option{-g -O2} for the @acronym{GNU} C compiler (@option{-O2} on
systems
 where @acronym{GCC} does not accept @option{-g}), or @option{-g} for
 other compilers.  If your package does not like this default, then it is
-acceptable to insert the line @samp{: ${CFLAGS=""}} after @code{AC_INIT}
+acceptable to insert the line @samp{: address@hidden""@}} after @code{AC_INIT}
 and before @code{AC_PROG_CC} to select an empty default instead.

 Many Autoconf macros use a compiler, and thus call
@@ -7553,7 +7553,7 @@ C++ Compiler
 it to @option{-g -O2} for the @acronym{GNU} C++ compiler (@option{-O2} on
 systems where G++ does not accept @option{-g}), or @option{-g} for other
 compilers.  If your package does not like this default, then it is
-acceptable to insert the line @samp{: ${CXXFLAGS=""}} after @code{AC_INIT}
+acceptable to insert the line @samp{: address@hidden""@}} after @code{AC_INIT}
 and before @code{AC_PROG_CXX} to select an empty default instead.

 @end defmac

-- 
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]