BTW, I had to revert the --enable-build-gcov code yesterday
(largely because I couldn't figure out what was wrong).

What I would suggest instead of specific enablers for
splint/doxygen/pmccabe/ispras/gcov is just collapse
all of the above under --enable-maintainer-mode.

Noone but me is likely to ever want/need splint/pmccabe/gcov

The ISPRAS tests (currently tied into "make check") should likely
be bundled directly into POPT like in RPM to be used effectively.
If "external" and with default of "no" the tests might as well not
exist because they won't be used (imho).

Otherwise I'm _REALLY_ happy not to have to edit out the config.rpath
again and again and again. That's been bugging me for years.

73 de Jeff
On Jun 18, 2010, at 8:34 AM, Pinto Elia wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>  ____________________________________________________________________________
> 
>  Server: rpm5.org                         Name:   Pinto Elia
>  Root:   /v/rpm/cvs                       Email:  devzero2...@rpm5.org
>  Module: popt                             Date:   18-Jun-2010 14:34:52
>  Branch: HEAD                             Handle: 2010061812345100
> 
>  Modified files:
>    popt                    configure.ac
> 
>  Log:
>    resurect build-aux in configure.ac
> 
>  Summary:
>    Revision    Changes     Path
>    1.60        +1  -1      popt/configure.ac
>  ____________________________________________________________________________
> 
>  patch -p0 <<'@@ .'
>  Index: popt/configure.ac
>  ============================================================================
>  $ cvs diff -u -r1.59 -r1.60 configure.ac
>  --- popt/configure.ac        18 Jun 2010 01:20:16 -0000      1.59
>  +++ popt/configure.ac        18 Jun 2010 12:34:51 -0000      1.60
>  @@ -8,7 +8,7 @@
>   AC_CANONICAL_TARGET
>   AM_MAINTAINER_MODE
>   # Must come before AM_INIT_AUTOMAKE.
>  -# AC_CONFIG_AUX_DIR([build-aux])
>  +AC_CONFIG_AUX_DIR([build-aux])
>   AC_CONFIG_MACRO_DIR([m4])
>   AM_INIT_AUTOMAKE([-Wall -Werror foreign])
>   AM_GNU_GETTEXT_VERSION([0.17])
>  @@ .
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-...@rpm5.org

______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org

Reply via email to