RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Mon 16 Jul 2007 - 10:39:55 CEST
Message-Id: <20070716083955.215293484F3@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:   16-Jul-2007 10:39:55
  Branch: HEAD                             Handle: 2007071609395400

  Modified files:
    rpm                     configure.ac

  Log:
    make sure the NLS po files are installed into the same directory RPM
    later tried to pick them up from

  Summary:
    Revision    Changes     Path
    2.182       +1  -0      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.181 -r2.182 configure.ac
  --- rpm/configure.ac	16 Jul 2007 08:33:25 -0000	2.181
  +++ rpm/configure.ac	16 Jul 2007 08:39:54 -0000	2.182
  @@ -1051,6 +1051,7 @@
   )
   AC_SUBST(LOCALEDIR)
   AC_MSG_RESULT([$LOCALEDIR])
  +localedir="$LOCALEDIR" # (pass-through to foreign generated po/Makefile, too)
   
   dnl # determine RPM system library directory path
   AC_MSG_CHECKING([for RPM system library directory])
  @@ .
Received on Mon Jul 16 10:39:55 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.