[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: |
Ralf Wildenhues |
Subject: |
Re: configure: WARNING: `missing' script is too old or missing |
Date: |
Sat, 28 Aug 2010 17:12:29 +0200 |
User-agent: |
Mutt/1.5.20 (2010-04-22) |
Hello,
* YuGiOhJCJ Mailing-List wrote on Sat, Aug 28, 2010 at 05:04:54PM CEST:
> On Sat, 28 Aug 2010 15:19:30 +0200 Ralf Wildenhues wrote:
> > * YuGiOhJCJ Mailing-List wrote on Sat, Aug 28, 2010 at 02:41:50PM CEST:
> > > 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
> Now, do you understand why the configure script doesn't found my
> missing script?
Yes, thank you. Please move the AM_INIT_AUTOMAKE call up before
AC_PROG_CC, then things will work.
Hmm, maybe we should warn about this ordering issue, lemme see ...
Thanks for reporting!
Ralf