]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.inc (EXTRA_DIST): Now that we're not using
authorGary V. Vaughan <gary@gnu.org>
Fri, 1 Feb 2008 19:03:56 +0000 (19:03 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 1 Feb 2008 19:03:56 +0000 (19:03 +0000)
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  <bfriesen@simple.dallas.tx.us>

ChangeLog
NEWS
libltdl/Makefile.inc

index 7a77a273dc16e1cec8a0bf8312ff8d6adc80e2ff..f068cf4162be2293f778de010e718655fcc980dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-02-02  Gary V. Vaughan  <gary@gnu.org>
+
+       * 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  <bfriesen@simple.dallas.tx.us>
+
 2008-02-01  Gary V. Vaughan  <gary@gnu.org>
 
        * configure.ac (AC_INIT): Bump version number to 2.1c.
diff --git a/NEWS b/NEWS
index 239cb7c86b9f701deda85fd4367dc3ae23fdecc3..5f83fd4448ab8d1d3701bbeb205ed0d0f26a0cd1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 4b4e7b167389eb2efd63adafb03b5fe92a543d53..e7dfd8c6969eba2b2840f6746d34c607caee0e0f 100644 (file)
@@ -70,6 +70,9 @@ libltdl_libltdl_la_SOURCES = libltdl/libltdl/lt__alloc.h \
                          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 @@ EXTRA_DIST         += libltdl/COPYING.LIB \
 ## --------------------------- ##
 
 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.