RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   21-Jun-2007 07:52:51
  Branch: HEAD                             Handle: 2007062106525000

  Modified files:
    rpm                     autogen.sh configure.ac

  Log:
    place po/Makefile.in to the begin of AC_CONFIG_FILES (this way
    gettextize seems to not double the entry?) and unconditionally run
    gettextize (similar to the approach in POPT)

  Summary:
    Revision    Changes     Path
    2.74        +1  -1      rpm/autogen.sh
    2.100       +2  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/autogen.sh
  ============================================================================
  $ cvs diff -u -r2.73 -r2.74 autogen.sh
  --- rpm/autogen.sh    20 Jun 2007 22:17:29 -0000      2.73
  +++ rpm/autogen.sh    21 Jun 2007 05:52:50 -0000      2.74
  @@ -70,7 +70,7 @@
   
   echo "--- rpm"
   $libtoolize --copy --force
  -[ -f po/Makefile.in.in ] || gettextize --copy --force --intl --no-changelog
  +gettextize --copy --force --intl --no-changelog
   aclocal -I m4
   autoheader
   automake -a -c
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.99 -r2.100 configure.ac
  --- rpm/configure.ac  20 Jun 2007 21:42:24 -0000      2.99
  +++ rpm/configure.ac  21 Jun 2007 05:52:50 -0000      2.100
  @@ -1295,7 +1295,8 @@
   
   AC_CONFIG_SUBDIRS()
   
  -AC_CONFIG_FILES([ Doxyfile Makefile rpmrc macros platform rpmpopt rpm.spec
  +AC_CONFIG_FILES([ po/Makefile.in
  +     Doxyfile Makefile rpmrc macros platform rpmpopt rpm.spec
        rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile
        scripts/Makefile
        scripts/macros.perl scripts/macros.php scripts/macros.python
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to