diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-01 17:21:28 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-01 17:21:28 +0000 |
commit | 7e30cebff74b657ea60657f3a7eb2ef18718147e (patch) | |
tree | eb464b5341af12d246a386cbf9c8a720ad893899 /cvscompile.sh | |
parent | 468708c456f73c8f03dc930b344feb67d8fc7c2b (diff) | |
download | xine-lib-7e30cebff74b657ea60657f3a7eb2ef18718147e.tar.gz xine-lib-7e30cebff74b657ea60657f3a7eb2ef18718147e.tar.bz2 |
support for libfame 0.8.10 and above
CVS patchset: 1981
CVS date: 2002/06/01 17:21:28
Diffstat (limited to 'cvscompile.sh')
-rwxr-xr-x | cvscompile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cvscompile.sh b/cvscompile.sh index 5c4ffb45f..eef2c960e 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" +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" if test -d $srcdir/m4; then rm -f acinclude.m4 for m4f in $m4_files; do |