Hi,

I got the latest CVS version today, and when running configure, I get
the following error:

---------------------------------------
creating include/config.h
include/config.h is unchanged
configuring in plugins/libmad/libmad
running /bin/sh ./configure  --cache-file=../../.././config.cache --srcdir=.
./configure: Can't open ./configure: No such file or directory
configure: error: ./configure failed for plugins/libmad/libmad
---------------------------------------

This is the line in the configure script which causes the 
problem:

---------------------------------------
eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args 
--cache-file=$ac_sub_cache_file
 --srcdir=$ac_sub_srcdir
      then :
      else
        { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; 
exit 1; }
---------------------------------------

ac_sub_configure evaluates to '.configure', and
I added an 'echo `pwd`' to see that the working dir at this point
is 'plugins/libmad/libmad'. There is no configure script in this 
directory (obviously). 

What I want to know is whether there is supposed to be a configure
script in the libmad dir (and if so, how is it generated?) or whether the
needed script is the executing configure itself? 

Thanks in advance.

-- 
Francois

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to