summaryrefslogtreecommitdiff
path: root/cvscompile.sh
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-08-09 22:17:37 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-08-09 22:17:37 +0000
commit1beac006865b241c830803f1e643b9594ee204b6 (patch)
treec5dc0e3eaaa8499942e4de22b8914cbadc688ae2 /cvscompile.sh
parentfc7461768bd38509f42f8e603ce28dde76585f99 (diff)
downloadxine-lib-1beac006865b241c830803f1e643b9594ee204b6.tar.gz
xine-lib-1beac006865b241c830803f1e643b9594ee204b6.tar.bz2
make developers life easier: add possibility to use an existing shared
version of libdvdnav CVS patchset: 2416 CVS date: 2002/08/09 22:17:37
Diffstat (limited to 'cvscompile.sh')
-rwxr-xr-xcvscompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvscompile.sh b/cvscompile.sh
index eef2c960e..2740d531c 100755
--- a/cvscompile.sh
+++ b/cvscompile.sh
@@ -16,7 +16,7 @@ rm -f config.cache
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-m4_files="_xine.m4 arts.m4 esd.m4 iconv.m4 lcmessage.m4 vorbis.m4 aa.m4 gettext.m4 irixal.m4 ogg.m4 alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 progtest.m4 sdl.m4 xvid.m4 libfame.m4"
+m4_files="_xine.m4 arts.m4 esd.m4 iconv.m4 lcmessage.m4 vorbis.m4 aa.m4 gettext.m4 irixal.m4 ogg.m4 alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 progtest.m4 sdl.m4 xvid.m4 libfame.m4 dvdnav.m4"
if test -d $srcdir/m4; then
rm -f acinclude.m4
for m4f in $m4_files; do