Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2002:
[Freeciv-Dev] Re: autoconf2.5x patch
Home

[Freeciv-Dev] Re: autoconf2.5x patch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: autoconf2.5x patch
From: Jason Short <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Apr 2002 14:42:58 -0400

Per I Mathisen wrote:
I've managed to decode, reindent and upgrade the beastial custom autoconf
X library detection hack used in freeciv. The result is an autoconf2.5x
version of configure.in which (barring the usual bugs) should work as fine
for Xaw as the old one.

The simple solution outlined ealier, using both configure.in and
configure.ac simultaneously, turned out to produce an avalanche of
warnings. So I hacked ./autogen.sh quite a bit and the result is an even
cleaner ./autogen.sh output than was before, in addition to it selecting
and using the right configure.in|ac file :-)

I hate reading m4 macros. My brain is near the bursting point... Please
test and give me feedback on this.

I applied the sound configure.in fix, and then this patch.  The output was:

[jdorje@users freeciv]$ ./autogen.sh && make
+ checking for autoconf >= 2.52 ... found 2.52, ok.
+ checking for automake >= 1.4 ... found 1.4-p5, ok.
+ checking for xgettext >= 0.10.38 ... found 0.10.38, ok.
+ checking for msgfmt >= 0.10.38 ... found 0.10.38, ok.
+ creating acinclude.m4
+ running aclocal ...
+ running autoheader ...
autoheader: No template for symbol `ESD'
autoheader: No template for symbol `SDL'

autoheader failed


which makes me think that configure.ac doesn't have sound support.

jason



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