RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES configure.ac devtool.conf

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Tue 26 Jun 2007 - 16:03:00 CEST
Message-Id: <20070626140300.528E03484E0@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   26-Jun-2007 16:03:00
  Branch: HEAD                             Handle: 2007062615025900

  Modified files:
    rpm                     CHANGES configure.ac devtool.conf

  Log:
    Use --enable-maintainer-mode to enable Automake rebuilds for maintainers
    only. This way the aclocal/automake/autoconf/whatever are not called
    automatically by the Makefiles. Instead we receive a clean separation
    between autogen.sh and the Makefiles.

  Summary:
    Revision    Changes     Path
    1.1398      +1  -0      rpm/CHANGES
    2.137       +1  -0      rpm/configure.ac
    2.17        +2  -1      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1397 -r1.1398 CHANGES
  --- rpm/CHANGES	26 Jun 2007 12:57:14 -0000	1.1397
  +++ rpm/CHANGES	26 Jun 2007 14:02:59 -0000	1.1398
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - rse: use --enable-maintainer-mode to enable Automake rebuilds for maintainers only
       - rse: cleanup Automake specifications replace old-style INCLUDES with AM_CPPFLAGS
       - rse: allow one to control/override the /usr/lib64 use via Autoconf option --enable-build-lib64
       - rse: rename Autoconf --enable-ld-version-script to --enable-build-versionscript for consistency reasons
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.136 -r2.137 configure.ac
  --- rpm/configure.ac	25 Jun 2007 11:27:34 -0000	2.136
  +++ rpm/configure.ac	26 Jun 2007 14:02:59 -0000	2.137
  @@ -12,6 +12,7 @@
   AC_CONFIG_HEADERS([config.h])
   AC_CANONICAL_TARGET
   AM_INIT_AUTOMAKE([foreign])
  +AM_MAINTAINER_MODE
   
   dnl # Library code modified:                              REVISION++
   dnl # Interfaces changed/added/removed:   CURRENT++       REVISION=0
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.16 -r2.17 devtool.conf
  --- rpm/devtool.conf	25 Jun 2007 06:52:41 -0000	2.16
  +++ rpm/devtool.conf	26 Jun 2007 14:02:59 -0000	2.17
  @@ -62,7 +62,8 @@
           --with-popt=external \
           --enable-build-warnings \
           --enable-build-pic \
  -        --enable-build-pie
  +        --enable-build-pie \
  +        --enable-maintainer-mode
   
   %tarball
       %checkout
  @@ .
Received on Tue Jun 26 16:03:00 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.