libtool-patches
[Top][All Lists]
Advanced

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

{FYI} make make distcheck work.


From: Peter O'Gorman
Subject: {FYI} make make distcheck work.
Date: Sun, 18 Jul 2004 23:13:34 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)

Hi,
I had some trouble with distcheck and HEAD, this fixed it. It may not be the right way to do it, but...

Peter
--
Peter O'Gorman - http://www.pogma.com

Index: ChangeLog
2004-07-18  Peter O'Gorman  <address@hidden>

        * libltdl/Makefile.am: Ensure that lt__dirent.h is part of the dist,
        also make failed looking for configure.ac, look for 
        $(top_srcdir)/configure.ac instead.

from  Gary V. Vaughan  <address@hidden>
Index: libltdl/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/Makefile.am,v
retrieving revision 1.59
diff -u -3 -p -u -r1.59 Makefile.am
--- libltdl/Makefile.am 15 Jul 2004 12:33:18 -0000 1.59
+++ libltdl/Makefile.am 18 Jul 2004 14:11:00 -0000
@@ -38,6 +38,7 @@ libdlloader_la_SOURCES  = lt_error.h lt_
                          lt__private.h lt_system.h \
                          lt__alloc.h lt__alloc.c \
                          lt__glibc.h \
+                         lt__dirent.h \
                          slist.h slist.c
 libdlloader_la_LDFLAGS = $(VERSION_INFO)
 libdlloader_la_LIBADD  = $(LTLIBOBJS)
@@ -67,7 +68,7 @@ libltdlc_la_LIBADD    =  $(libdlloader_la_O
 ## These are installed as a subdirectory of pkgdatadir so that
 ## libtoolize --ltdl can find them later:
 ltdldatadir            = $(pkgdatadir)/libltdl
-nobase_ltdldata_DATA   = COPYING.LIB Makefile.am README configure.ac \
+nobase_ltdldata_DATA   = COPYING.LIB Makefile.am README 
$(top_srcdir)/configure.ac \
                          $(libltdl_la_SOURCES) $(libdlloader_la_SOURCES) \
                          lt__dirent.c lt__dirent.h argz_.h argz.c
 

reply via email to

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