mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
this version actually autogens properly and passes make distcheck
Original commit message from CVS: this version actually autogens properly and passes make distcheck
This commit is contained in:
parent
3c798cc8a0
commit
64e3f0a928
2 changed files with 8 additions and 0 deletions
|
@ -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
|
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_PROGRAMS = test-pth test-pth-pthreads test-pthreads test-pth-pthreads2
|
||||||
|
noinst_HEADERS = linuxthreads-internals.h
|
||||||
|
|
||||||
test_pth_LDADD = libpth-mctx.la
|
test_pth_LDADD = libpth-mctx.la
|
||||||
test_pth_pthreads_LDADD = libpth-mctx.la -lpthread
|
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
|
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
|
HSRCS = $(srcdir)/pth_debug.c $(srcdir)/pth_errno.c $(srcdir)/pth_mctx.c
|
||||||
|
|
||||||
pth_p.h: $(srcdir)/pth_p.h.in $(HSRCS)
|
pth_p.h: $(srcdir)/pth_p.h.in $(HSRCS)
|
||||||
|
|
|
@ -175,6 +175,11 @@ automake -a -c || {
|
||||||
|
|
||||||
CONFIGURE_OPT='--enable-maintainer-mode'
|
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" && {
|
test -n "$NOCONFIGURE" && {
|
||||||
echo "skipping configure stage for package $package, as requested."
|
echo "skipping configure stage for package $package, as requested."
|
||||||
echo "autogen.sh done."
|
echo "autogen.sh done."
|
||||||
|
|
Loading…
Reference in a new issue