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:   15-Jul-2007 23:37:41
  Branch: HEAD                             Handle: 2007071522374100

  Modified files:
    rpm                     configure.ac

  Log:
    fix building now that the lua/ subdir is no longer shipped

  Summary:
    Revision    Changes     Path
    2.177       +2  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.176 -r2.177 configure.ac
  --- rpm/configure.ac  15 Jul 2007 18:27:22 -0000      2.176
  +++ rpm/configure.ac  15 Jul 2007 21:37:41 -0000      2.177
  @@ -835,6 +835,7 @@
             AC_CHECK_LIB(dl, dlopen, [ LIBS="-ldl $LIBS"; 
WITH_LUA_SUBDIR_LIB="-ldl" ])
             AC_CHECK_FUNC(dlopen, [ WITH_LUA_SUBDIR_DEF="-DLUA_USE_DLOPEN" ])
             AC_DEFINE(WITH_LUA_INTERNAL, 1, [Define if building with internal 
Lua])
  +          AC_CONFIG_FILES([lua/Makefile])
         else
             AC_CHECK_LIB(dl, dlopen)
             AC_CHECK_FUNC(dlopen)
  @@ -1118,7 +1119,7 @@
       scripts/macros.python tools/Makefile misc/Makefile doc/Makefile
       doc/manual/Makefile doc/fr/Makefile doc/ja/Makefile doc/ko/Makefile
       doc/pl/Makefile doc/ru/Makefile doc/sk/Makefile python/Makefile
  -    python/rpm/Makefile lua/Makefile scripts/rpm.pc
  +    python/rpm/Makefile scripts/rpm.pc
   ])
   
   dnl # explicit list of commands to execute
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to