summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2004-09-05 02:14:38 +0000
committerStephen Torri <storri@users.sourceforge.net>2004-09-05 02:14:38 +0000
commitb6194b818abadf3054c9a72df8a72e491507985a (patch)
treeb681af3319c07d4c13d346a460313b901ec74d92 /m4
parent00c9c88fda8396c1626095f313dc359d767f63b1 (diff)
downloadxine-lib-b6194b818abadf3054c9a72df8a72e491507985a.tar.gz
xine-lib-b6194b818abadf3054c9a72df8a72e491507985a.tar.bz2
autogen.sh:
Fix what I perceive to be a bug only on platforms that have a automake installed that contains multiple version. Gentoo releases a package of automake that contains all the latest stable version (1.4 to 1.8). In order to use a specific one besides the default you need to declare WANT_AUTOMAKE=1.6 in your environment varibles. ------------------------------------ doc/faq/Makefile.am doc/hackersguide/Makefile.am Applied Frantisek Dvorak changes for the documentation. CVS patchset: 6939 CVS date: 2004/09/05 02:14:38
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 2ed1fb453..a3d8c3000 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -38,4 +38,5 @@ EXTRA_DIST = \
theora.m4 \
xine.m4 \
_xine.m4 \
- xvid.m4
+ xvid.m4 \
+ vcd.m4