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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   26-Oct-2010 05:14:06
  Branch: HEAD                             Handle: 2010102603140600

  Modified files:
    rpm                     acinclude.m4

  Log:
    - eliminate AutoFu nags.

  Summary:
    Revision    Changes     Path
    2.31        +1  -1      rpm/acinclude.m4
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/acinclude.m4
  ============================================================================
  $ cvs diff -u -r2.30 -r2.31 acinclude.m4
  --- rpm/acinclude.m4  15 Apr 2009 12:37:57 -0000      2.30
  +++ rpm/acinclude.m4  26 Oct 2010 03:14:06 -0000      2.31
  @@ -596,7 +596,7 @@
   [/* Predefined possible va_copy() implementation (id: $1) */
   #define __VA_COPY_USE_$1(d, s) $2])
       if test ".$ac_cv_va_copy" = .; then
  -        
AC_RUN_IFELSE(AC_LANG_SOURCE([[__va_copy_test($2)]]),[ac_cv_va_copy="$1"],[],[])
  +        
AC_RUN_IFELSE([AC_LANG_SOURCE(AC_LANG_SOURCE([[__va_copy_test($2)]]))],[ac_cv_va_copy="$1"],[],[])
       fi
   ])
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to