Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2000:
[Freeciv-Dev] Re: spurious modifications of config.h (PR#222)
Home

[Freeciv-Dev] Re: spurious modifications of config.h (PR#222)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: spurious modifications of config.h (PR#222)
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Wed, 5 Jan 2000 23:32:59 +1100 (EST)

Jeff Mallatt wrote:
> 
> This is a patch to try to keep config.h from being changed on all 
> platforms except BeOS.

> Content-Type: application/octet-stream; name="beos-uio-kluge-0.diff.gz";

(See http://arch.freeciv.org/freeciv-dev-200001/msg00025.html)

Seems fine to me.  (Even on BeOS its not too bad, since it will only
fix config.h once, and then stop?  Rather than now where it just keeps
appending.)

A possible change would be to use `$UNAME -s` instead of `uname -s`
(in case no uname, wrt earlier uname stuff in configure.in to set
$UNAME), although I notice AC_PROG_CC uses plain uname, so I guess 
it is acceptable (even if using uname at all is against configure
"philosophy" as I understand it).

-- David

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