diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-04-20 18:42:35 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-04-20 18:42:35 +0000 |
commit | 157cc496c6378df5899b9e9ade8a37a1ee9706a7 (patch) | |
tree | 2cf32df0332fc4bbe4532ece780574ae40498997 /cvscompile.sh | |
parent | 2d46a96efe82d911a106c316d6d11ac9a64cd9e0 (diff) | |
download | xine-lib-157cc496c6378df5899b9e9ade8a37a1ee9706a7.tar.gz xine-lib-157cc496c6378df5899b9e9ade8a37a1ee9706a7.tar.bz2 |
clean up use of global CFLAGS, add xvid patch contributed by Tomas Kovar
CVS patchset: 1749
CVS date: 2002/04/20 18:42:35
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 e6c4c3428..5c4ffb45f 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" +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" if test -d $srcdir/m4; then rm -f acinclude.m4 for m4f in $m4_files; do |