Hello Lazaridis,

First, please don't cut the mailing list from the discussion, and
please don't top-post.  Thank you.

* Lazaridis Alexandros wrote on Tue, Feb 12, 2008 at 10:23:38AM CET:
> I am a bit confused. First of all there is no configure.ac file in the
> folder of flite-1.3-release. There is a configure file and a configure.in
> file.

That's weird.  There should be; well, at least it's good style to
distribute the files needed for generation of the configure script.

> Secondly I would like to ask if the code I should run is the following
> $ cat configure.ac
>      AC_INIT([Example], [1.0], [EMAIL PROTECTED])
>      AC_CHECK_HEADERS([number.h mmsystem.h], [], [],
>      [[#ifdef HAVE_NUMBER_H
>      # include <number.h>
>      #endif
>      ]])
> 
> I am right about the code?

Problably, I cannot say.  If a missing include of number.h is what
caused the error in mmsystem.h, then the above looks correct.

> And what file should I put instead of configure.ac?

I cannot tell you that.  You have to ask the flite maintainer this
question about the files used to generate configure, and how to
re-generate it.  Likely it was just forgotten in the tarball, and
running autoreconf after the change is sufficient.

Cheers,
Ralf


Reply via email to