|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 1998: [Freeciv-Dev] CVS: dwp: Relatively simple and self-contained configure.. |
|
[Freeciv-Dev] CVS: dwp: Relatively simple and self-contained configure..[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
This is an automated notification of a change to freeciv cvs, on Sat Nov 14 17:45:46 PST 1998 = Sun Nov 15 01:45:46 1998 (GMT) by David Pfitzner <dwp@xxxxxxxxxxxxxx> ---- Files affected: freeciv configure.in ---- Log message: Relatively simple and self-contained configure.in changes, based on a patch submitted by Markus Linnala <maage@xxxxxxxxx>. Setup all version defines fully in configure.in Added AM_MAINTAINER_MODE; use configure option --enable-maintainer-mode to enable make rules and dependencies not useful (and sometimes confusing) to the casual installer. (Note this doesn't do what I thought; it determines whether aclocal etc are rerun by make -- it doesn't affect source compilation dependencies. -- dwp) Configure debugging options: --enable-debug=[no/minimum/yes] --enable-debug=no defines NDEBUG, so asserts aren't included at binary. --enable-debug=yes defines DEBUG. It does not have any effect now, but maybe it is needed. --enable-debug=minimum does not define anything (this is the default). (Removed old debug example.) Added program checks for AWK, LN_S (from autoscan); commented out AC_PROG_MAKE_SET already done by AM_INIT_AUTOMAKE. Moved checks for library functions down (per autoconf docs). Combined AC_CHECK_HEADERS lines, and added sys/ioctl.h (from autoscan). Added AC_STRUCT_TM (from autoscan). Added strstr to AC_CHECK_FUNCS, and comment re gettimeofday (from autoscan).
|