libtool-patches
[Top][All Lists]
Advanced

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

FYI: 353-gary-fix-nonrecursive-libobj-dist


From: Gary V. Vaughan
Subject: FYI: 353-gary-fix-nonrecursive-libobj-dist
Date: Sat, 2 Feb 2008 03:04:51 +0800 (PHT)
User-agent: mailnotify/0.9

Applied to HEAD as an obvious bugfix.

  Index: ChangeLog
  from  Gary V. Vaughan  <address@hidden>
  
        * libltdl/Makefile.inc (EXTRA_DIST): Now that we're not using
        Autoconf's AC_SOURCES macro, Automake can't trace our extra
        source files argz, lt__dirent.c and lt__strl.c.  List them
        manually here to make sure they are distributed.
        * NEWS: Updated.
        Reported by Bob Friesenhahn  <address@hidden>
  
  Index: NEWS
  ===================================================================
  RCS file: /sources/libtool/libtool/NEWS,v
  retrieving revision 1.216
  diff -u -u -r1.216 NEWS
  --- NEWS 31 Jan 2008 16:21:18 -0000 1.216
  +++ NEWS 1 Feb 2008 19:03:08 -0000
  @@ -1,5 +1,12 @@
   NEWS - list of user-visible changes between releases of GNU Libtool
   
  +New in 2.1c: 2012-??-??; CVS version 2.1c, Libtool team:
  +
  +* Bug fixes:
  +
  +  - argz.c, lt__dirent.c and lt__strl.c are correctly distributed with
  +    parent projects using nonrecursive libltdl.
  +
   New in 2.1b: 2008-02-01; CVS version 2.1a, Libtool team:
   
   * Important incompatible changes and obsoleted features:
  Index: libltdl/Makefile.inc
  ===================================================================
  RCS file: /sources/libtool/libtool/libltdl/Makefile.inc,v
  retrieving revision 1.9
  diff -u -u -r1.9 Makefile.inc
  --- libltdl/Makefile.inc 31 Jan 2008 16:21:19 -0000 1.9
  +++ libltdl/Makefile.inc 1 Feb 2008 19:03:08 -0000
  @@ -70,6 +70,9 @@
                          libltdl/ltdl.h \
                          libltdl/slist.c
   
  +EXTRA_DIST          += libltdl/lt__dirent.c \
  +                       libltdl/lt__strl.c
  +
   libltdl_libltdl_la_CPPFLAGS  = -DLTDLOPEN=$(LTDLOPEN) $(AM_CPPFLAGS)
   libltdl_libltdl_la_LDFLAGS   = $(AM_LDFLAGS) $(LTDL_VERSION_INFO) 
$(LT_DLPREOPEN)
   libltdl_libltdl_la_LIBADD    = $(LTLIBOBJS)
  @@ -136,7 +139,8 @@
   ## --------------------------- ##
   
   BUILT_SOURCES        += libltdl/$(ARGZ_H)
  -EXTRA_DIST   += libltdl/argz_.h
  +EXTRA_DIST   += libltdl/argz_.h \
  +                libltdl/argz.c
   
   # We need the following in order to create an <argz.h> when the system
   # doesn't have one that works with the given compiler.
-- 
  ())_.              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: pgpkqn82fuywf.pgp
Description: PGP signature


reply via email to

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