diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-17 13:33:39 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-17 13:33:39 +0000 |
commit | 0fbbb43ba6a9094252ba1405a02c2c94fc1058fa (patch) | |
tree | e158d1af0baa5b49af1bddbb9ee6c8864580d2e6 | |
parent | d55a686c1b54f6894685c17c648c3f1dbf2b5e78 (diff) | |
download | xine-lib-0fbbb43ba6a9094252ba1405a02c2c94fc1058fa.tar.gz xine-lib-0fbbb43ba6a9094252ba1405a02c2c94fc1058fa.tar.bz2 |
Prune config.cache.
CVS patchset: 291
CVS date: 2001/07/17 13:33:39
-rwxr-xr-x | cvscompile.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cvscompile.sh b/cvscompile.sh index 23e57daaa..2e08d69b2 100755 --- a/cvscompile.sh +++ b/cvscompile.sh @@ -1,8 +1,7 @@ #!/bin/sh # Run this to generate all the initial Makefiles, etc. -srcdir=`dirname $0` -test -z "$srcdir" && srcdir=. +rm -f config.cache #m4_files="_xine.m4 alsa.m4 arts.m4 esd.m4 aa.m4 irixal.m4" if test -d $srcdir/m4; then @@ -15,6 +14,9 @@ else exit 1 fi +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + (test -f $srcdir/configure.in) || { echo -n "*** Error ***: Directory "\`$srcdir\'" does not look like the" echo " top-level directory" |