bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flite configuration in cygwin problem.


From: Ralf Wildenhues
Subject: Re: flite configuration in cygwin problem.
Date: Tue, 12 Feb 2008 13:37:36 +0100
User-agent: Mutt/1.5.17 (2008-01-17)

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], address@hidden)
>      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

[Prev in Thread] Current Thread [Next in Thread]