this version actually autogens properly and passes make distcheck
authorAndy Wingo <wingo@pobox.com>
Wed, 23 Jan 2002 20:00:09 +0000 (20:00 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 23 Jan 2002 20:00:09 +0000 (20:00 +0000)
Original commit message from CVS:
this version actually autogens properly and passes make distcheck

gst/cothreads/Makefile.am
gst/cothreads/autogen.sh

index c57c72c..b508b83 100644 (file)
@@ -9,6 +9,7 @@ noinst_LTLIBRARIES = libpth-mctx.la
 libpth_mctx_la_SOURCES = pth_mctx.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
 
 noinst_PROGRAMS = test-pth test-pth-pthreads test-pthreads test-pth-pthreads2
+noinst_HEADERS = linuxthreads-internals.h
 
 test_pth_LDADD = libpth-mctx.la
 test_pth_pthreads_LDADD = libpth-mctx.la -lpthread
@@ -17,6 +18,8 @@ test_pth_pthreads2_LDADD = -lpthread libpth-mctx.la
 
 BUILT_SOURCES = pth_p.h
 
+EXTRA_DIST = ltmain.sh mkinstalldirs config.guess config.sub install-sh missing
+
 HSRCS = $(srcdir)/pth_debug.c $(srcdir)/pth_errno.c $(srcdir)/pth_mctx.c
 
 pth_p.h: $(srcdir)/pth_p.h.in $(HSRCS)
index d068813..c40a42c 100755 (executable)
@@ -175,6 +175,11 @@ automake -a -c || {
 
 CONFIGURE_OPT='--enable-maintainer-mode'
 
+# work around some wierd sort of autotools buglet
+for i in config.sub config.guess missing ltmain.sh; do
+  ln -s ../../$i $i
+done
+
 test -n "$NOCONFIGURE" && {
     echo "skipping configure stage for package $package, as requested."
     echo "autogen.sh done."