RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Tue 24 Jul 2007 - 12:19:26 CEST
Message-Id: <20070724101926.38C433484F4@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:   24-Jul-2007 12:19:26
  Branch: HEAD                             Handle: 2007072411192600

  Modified files:
    rpm                     devtool.conf

  Log:
    make sure that the correct GNU m4 is picked up (Autoconf prefers gm4
    and I had an older gm4 in the system under MacOS X)

  Summary:
    Revision    Changes     Path
    2.71        +3  -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.70 -r2.71 devtool.conf
  --- rpm/devtool.conf	24 Jul 2007 08:01:42 -0000	2.70
  +++ rpm/devtool.conf	24 Jul 2007 10:19:26 -0000	2.71
  @@ -338,6 +338,9 @@
                           --disable-nls
                       make
                       make install
  +                    rm -f $prefix_tools/bin/gm4
  +                    ln $prefix_tools/bin/m4 \
  +                       $prefix_tools/bin/gm4 
                   ) || exit $?
               ) || exit $?
           fi
  @@ .
Received on Tue Jul 24 12:19:26 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.