libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 353-gary-argz-ac-check-funcs.patch


From: Gary V. Vaughan
Subject: FYI: 353-gary-argz-ac-check-funcs.patch
Date: Fri, 29 Feb 2008 16:36:17 -0500 (EST)
User-agent: mailnotify/0.9

Applied to HEAD.

  Index: ChangeLog
  from  Gary V. Vaughan  <address@hidden>
  
        * libltdl/m4/argz.m4 (AC_CHECK_FUNCS): Also use our replacement
        argz if the system argz_add or argz_count are missing.
        Report by Juan Manuel Guerrero <address@hidden>.
  
  Index: libltdl/m4/argz.m4
  ===================================================================
  RCS file: /sources/libtool/libtool/libltdl/m4/argz.m4,v
  retrieving revision 1.6
  diff -u -u -r1.6 argz.m4
  --- libltdl/m4/argz.m4 26 Apr 2007 22:24:16 -0000 1.6
  +++ libltdl/m4/argz.m4 29 Feb 2008 21:03:38 -0000
  @@ -25,8 +25,8 @@
   #endif])
   
   ARGZ_H=
  -AC_CHECK_FUNCS([argz_append argz_create_sep argz_insert argz_next \
  -     argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
  +AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
  +     argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
   
   dnl if have system argz functions, allow forced use of 
   dnl libltdl-supplied implementation (and default to do so
-- 
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ 
_________________________________________________________
This patch notification generated by vcsapply version 1.0
http://savannah.gnu.org/projects/cvs-utils

Attachment: pgpJVkfKHU34z.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]