RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ autogen.sh

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Fri 20 Jul 2007 - 16:14:00 CEST
Message-Id: <20070720141400.402303484F4@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:   20-Jul-2007 16:14:00
  Branch: HEAD                             Handle: 2007072015140000

  Modified files:
    rpm                     autogen.sh

  Log:
    tell also autoheader and autoconf about the m4 subdir

  Summary:
    Revision    Changes     Path
    2.85        +2  -2      rpm/autogen.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/autogen.sh
  ============================================================================
  $ cvs diff -u -r2.84 -r2.85 autogen.sh
  --- rpm/autogen.sh	11 Jul 2007 15:51:13 -0000	2.84
  +++ rpm/autogen.sh	20 Jul 2007 14:14:00 -0000	2.85
  @@ -50,10 +50,10 @@
   autopoint --force
   echo "---> generate files via GNU autoconf (aclocal, autoheader)"
   aclocal -I m4
  -autoheader
  +autoheader -I m4
   echo "---> generate files via GNU automake (automake)"
   automake -Wall -Wno-override -a -c
   echo "---> generate files via GNU autoconf (autoconf)"
  -autoconf
  +autoconf -I m4
   echo "<=== rpm"
   
  @@ .
Received on Fri Jul 20 16:14:00 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.