[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure: WARNING: `missing' script is too old or missing
From: |
YuGiOhJCJ Mailing-List |
Subject: |
Re: configure: WARNING: `missing' script is too old or missing |
Date: |
Sat, 28 Aug 2010 14:41:50 +0200 |
On Sat, 28 Aug 2010 12:29:28 +0200
Ralf Wildenhues <address@hidden> wrote:
>
> Hello,
>
> * YuGiOhJCJ Mailing-List wrote on Sat, Aug 28, 2010 at 12:13:51PM CEST:
> > When I run the configure script I get this warning :
> > ---
> > [...]
> > checking whether build environment is sane... yes
> > /bin/sh: /home/yugiohjcj/missing: No such file or directory
> > configure: WARNING: `missing' script is too old or missing
> > checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
> > [...]
> > ---
> >
> > It is right /home/yugiohjcj/missing doesn't exists but I don't know
> > why the configure script try to get this file in my home directory
> > instead of my working directory.
>
> Which directory are you building in, and how exactly are you calling
> configure? Copy and paste, please, thanks.
>
> Do you have a line like
> AC_CONFIG_AUX_DIR([.])
>
> in your configure.ac? Do you call AC_CONFIG_SRCDIR with a suitable file
> name as argument?
>
> The issue is probably that configure is confused as to finding the
> correct value of $srcdir, or that your tree is missing some helper
> scripts which you can probably get installed by calling
> automake --add-missing
>
> Hope that helps.
>
> Cheers,
> Ralf
>
The working directory is
/home/yugiohjcj/Documents/Projets/t4e/t4e_client-current:
$ pwd
/home/yugiohjcj/Documents/Projets/t4e/t4e_client-current
The calling is without parameter:
$ ./configure
In my configure.ac file, I don't use AC_CONFIG_AUX_DIR or AC_CONFIG_SRCDIR
because these macros are not used in the sample HelloWorld (
http://www.gnu.org/software/automake/manual/automake.html#Hello-World ) :
$ cat configure.ac | grep AC_CONFIG_AUX_DIR
$ cat configure.ac | grep AC_CONFIG_SRCDIR
The missing file is here :
$ find . -name missing
./missing
But the configure script don't found it.
I type :
$ automake --add-missing
But the problem is not resolved :
$ ./configure
[...]
/bin/sh: /home/yugiohjcj/missing: No such file or directory
configure: WARNING: `missing' script is too old or missing
[...]
I attached the configure.ac and the config.log files.
Why the configure script doesn't found my missing script?
configure.ac
Description: Binary data
config.log
Description: Binary data