RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: popt/ configure.ac

From: Pinto Elia <devzero2000@rpm5.org>
Date: Thu 12 Aug 2010 - 14:06:54 CEST
Message-Id: <20100812120654.1D373CE11C@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Pinto Elia
  Root:   /v/rpm/cvs                       Email:  devzero2000@rpm5.org
  Module: popt                             Date:   12-Aug-2010 14:06:54
  Branch: HEAD                             Handle: 2010081212065300

  Modified files:
    popt                    configure.ac

  Log:
    dropped useless AM_COND_IF

  Summary:
    Revision    Changes     Path
    1.73        +0  -5      popt/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: popt/configure.ac
  ============================================================================
  $ cvs diff -u -r1.72 -r1.73 configure.ac
  --- popt/configure.ac	26 Jul 2010 17:17:18 -0000	1.72
  +++ popt/configure.ac	12 Aug 2010 12:06:53 -0000	1.73
  @@ -148,7 +148,6 @@
       fi],
       [DOXYGEN_ENABLE=yes])
   AM_CONDITIONAL([DOXYGEN_ENABLE], [test x$DOXYGEN != xNO_DOXYGEN])
  -AM_COND_IF([DOXYGEN_ENABLE],[AC_SUBST([DOXYGEN],"$DOXYGEN")])
   
   # Define for popt_sysconfig 
   popt_sysconfdir="${sysconfdir}"
  @@ -174,20 +173,16 @@
           fi 
          ])
   AM_CONDITIONAL([HAVE_LCOV], [test x$LCOV != xNO_LCOV])
  -AM_COND_IF([HAVE_LCOV],[AC_SUBST([LCOV],"$LCOV")])
   
   # Check for api-sanity-autotest.pl Makefile conditional support for check-local
   AC_PATH_PROG(API_SANITY_AUTOTEST,api-sanity-autotest.pl,NO_API_SANITY_AUTOTEST)
   AM_CONDITIONAL([HAVE_API_SANITY_AUTOTEST], [test "x$API_SANITY_AUTOTEST" != xNO_API_SANITY_AUTOTEST])
  -AM_COND_IF([HAVE_API_SANITY_AUTOTEST],[AC_SUBST([API_SANITY_AUTOTEST],"$API_SANITY_AUTOTEST")])
   # Check for splint Makefile conditional support 
   AC_PATH_PROG(SPLINT,splint,NO_SPLINT)
   AM_CONDITIONAL([HAVE_SPLINT],[test "x$SPLINT" != xNO_SPLINT])
  -AM_COND_IF([HAVE_SPLINT],[AC_SUBST([SPLINT],"$SPLINT")])
   # Check for mccabe makefile conditional support
   AC_PATH_PROG(MCCABE,pmccabe,NO_MCCABE)
   AM_CONDITIONAL([HAVE_MCCABE],[test "x$MCCABE" != xNO_MCCABE])
  -AM_COND_IF([HAVE_MCCABE],[AC_SUBST([MCCABE],"$MCCABE")])
   # Checks for libraries.
   
   # Checks for header files.
  @@ .
Received on Thu Aug 12 14:06:54 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.