diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-14 22:04:56 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-14 22:04:56 +0000 |
commit | 7fa94f42de26c1b07f33844502083bab291865c6 (patch) | |
tree | b39feb0eee965eaa1d23b7746ce4391c45b0dffc /automake.diff | |
parent | 64dfb3fccb2540f0d7fa2b4bb16c3b715c0402bb (diff) | |
download | xine-lib-7fa94f42de26c1b07f33844502083bab291865c6.tar.gz xine-lib-7fa94f42de26c1b07f33844502083bab291865c6.tar.bz2 |
Kill the recurrent libXv.so problem with MDK.
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for
automake, to use it with libtool 1.4.
CVS patchset: 183
CVS date: 2001/06/14 22:04:56
Diffstat (limited to 'automake.diff')
-rw-r--r-- | automake.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/automake.diff b/automake.diff new file mode 100644 index 000000000..ae16fcd40 --- /dev/null +++ b/automake.diff @@ -0,0 +1,11 @@ +--- /usr/bin/automake Sat Mar 11 09:25:33 2000 ++++ automake Thu Sep 7 22:08:33 2000 +@@ -187,7 +187,7 @@ $seen_libtool = 0; + $libtool_line = 0; + + # Files installed by libtoolize. +-@libtoolize_files = ('ltconfig', 'ltmain.sh', 'config.guess', 'config.sub'); ++@libtoolize_files = ('ltmain.sh', 'config.guess', 'config.sub'); + + # TRUE if we've seen AM_MAINTAINER_MODE. + $seen_maint_mode = 0; |