RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 18 Sep 2010 - 16:11:56 CEST
Message-Id: <20100918141156.187CFC1F76@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   18-Sep-2010 16:11:56
  Branch: HEAD                             Handle: 2010091814115500

  Modified files:
    rpm                     configure.ac

  Log:
    - mongo: expand Makefile.
    - autofu: no need for WITH_MONGO checks yet.

  Summary:
    Revision    Changes     Path
    2.452       +7  -7      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.451 -r2.452 configure.ac
  --- rpm/configure.ac	17 Sep 2010 18:15:35 -0000	2.451
  +++ rpm/configure.ac	18 Sep 2010 14:11:55 -0000	2.452
  @@ -1591,12 +1591,12 @@
       ], [])
   
   dnl # Mongo
  -dnl # XXX mostly bogus tests sufficiently to get WITH_MONGO defined
  -RPM_CHECK_LIB(
  -    [Mongo DB], [mongo],
  -    [mongoclient], [md5_init], [targetver.h],
  -    [no,external:none], [mongo],
  -    [], [])
  +dnl # XXX mostly bogus tests, but sufficient to get WITH_MONGO defined
  +dnl RPM_CHECK_LIB(
  +dnl     [Mongo DB], [mongo],
  +dnl     [mongoclient], [md5_init], [targetver.h],
  +dnl     [no,external:none], [mongo],
  +dnl     [], [])
   
   dnl # Rc
   RPM_CHECK_LIB(
  @@ -2253,7 +2253,7 @@
       doc/pl/Makefile doc/ru/Makefile doc/sk/Makefile
       js/Makefile js/src/Makefile python/Makefile
       ruby/Makefile scripts/rpm.pc lib/rpmversion.h rpmconstant/Makefile
  -    tests/Makefile tests/macros
  +    tests/Makefile tests/macros tests/mongo/Makefile
   ])
   
   dnl # final step: generate output
  @@ .
Received on Sat Sep 18 16:11:56 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.