log configure @ 20601:54af4160e631 draft

age author description
Thu, 03 Mar 2011 21:08:20 +0000 alberth (svn r22174) -Add: Generate the settings as part of the unix build process without using it (Rubidium) draft
Sat, 14 Aug 2010 14:50:06 +0000 rubidium (svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier. draft
Wed, 10 Feb 2010 16:24:05 +0000 rubidium (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel draft
Mon, 21 Sep 2009 18:36:33 +0000 rubidium (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 13 Aug 2009 11:30:42 +0000 smatz (svn r17163) -Fix (r7961): don't return exit value of rm draft
Sat, 01 Aug 2009 16:57:30 +0000 rubidium (svn r17026) -Fix [FS#3076]: "[bd]ash"-ism in configure draft
Tue, 13 May 2008 21:32:59 +0200 Michael Lutz Added initial empty framework for the OpenAL sound driver. draft
Sun, 24 May 2009 17:34:39 +0000 rubidium (svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When calling external binaries it resolves paths which causes comparisons between a resolved and unresolved path. So always use the resolved path instead of the unresolved one. draft
Sat, 16 May 2009 12:36:33 +0000 rubidium (svn r16318) -Change: use !! instead of @@ in src/*.in too. draft
Thu, 14 May 2009 21:59:24 +0000 glx (svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend. draft
Tue, 12 May 2009 20:52:12 +0000 rubidium (svn r16285) -Change: give some warnings when unsupported characters are used in the path draft
Wed, 03 Dec 2008 00:19:06 +0000 rubidium (svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore. draft
Wed, 26 Nov 2008 13:12:45 +0000 rubidium (svn r14636) -Add: DOS port of OpenTTD, without network support though. draft
Tue, 25 Nov 2008 19:32:12 +0000 rubidium (svn r14630) -Add: support Allegro as video backend. draft
Sun, 16 Nov 2008 20:06:19 +0000 glx (svn r14584) -Fix: reconfigure when any *.in file is changed draft
Tue, 14 Oct 2008 19:47:28 +0000 smatz (svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell draft
Mon, 06 Oct 2008 17:05:44 +0000 skidd13 (svn r14443) -Change: Unify the delimiters used in config* and make* draft
Tue, 02 Sep 2008 15:59:21 +0000 truebrain (svn r14226) -Revert r13792: 'configure --help' failed when for example gcc wasn't detected .. not really what you expect. By the lack of imagination, a revert will have to do for now. draft
Thu, 21 Aug 2008 00:02:45 +0000 rubidium (svn r14117) -Fix: compile failing because the language files can't be copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not. draft
Thu, 31 Jul 2008 14:32:35 +0000 smatz (svn r13894) -Fix: bashisms in configure and Makefile.in draft
Tue, 22 Jul 2008 22:44:41 +0000 skidd13 (svn r13792) -Codechange: Display current values of the options in ./configre --help instead of static strings draft
Tue, 06 May 2008 22:42:10 +0000 rubidium (svn r12979) -Codechange: support using MORPHOS in sources.list. draft
Mon, 14 Apr 2008 19:54:33 +0000 rubidium (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable. draft
Mon, 14 Jan 2008 20:30:05 +0000 bjarni (svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir draft
Sat, 15 Dec 2007 22:42:12 +0000 rubidium (svn r11641) -Add: configure time parameter to enable some desync debugging functionality. draft
Fri, 20 Jul 2007 18:34:21 +0000 rubidium (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading. draft
Wed, 13 Jun 2007 18:52:06 +0000 truelight (svn r10148) -Fix r10143: make --without-png to compile again draft
Thu, 07 Jun 2007 00:15:00 +0000 rubidium (svn r10050) -Codechange: make it a little easier to force a version number (for releases). draft
Tue, 27 Mar 2007 13:56:18 +0000 truelight (svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx) draft
Mon, 19 Mar 2007 18:37:23 +0000 truelight (svn r9340) [Config] -Fix: on some systems $_ was set to /usr/bin/make; filter for this (tnx peter1138) draft
Tue, 06 Mar 2007 23:42:30 +0000 truelight (svn r9049) -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too. draft
Mon, 19 Feb 2007 19:59:19 +0000 truelight (svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install draft
Fri, 16 Feb 2007 10:08:38 +0000 truelight (svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not draft
Fri, 16 Feb 2007 09:50:28 +0000 truelight (svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi) draft
Thu, 08 Feb 2007 11:04:39 +0000 truelight (svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target draft
Mon, 05 Feb 2007 21:16:56 +0000 bjarni (svn r8605) -Codechange: [OSX] changed all objective C to objective C++ draft
Sun, 21 Jan 2007 14:14:27 +0000 truelight (svn r8304) [WinCE] -Add: added configure detection for WinCE. draft
Wed, 10 Jan 2007 19:13:33 +0000 truelight (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp draft
Sun, 07 Jan 2007 13:13:01 +0000 truelight (svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now. draft
Sun, 07 Jan 2007 09:48:10 +0000 tron (svn r7942) Trim another 192 lines from the configure monster draft
Sun, 07 Jan 2007 08:17:56 +0000 tron (svn r7939) Fix useless use of cat draft
Tue, 02 Jan 2007 21:31:39 +0000 truelight (svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost) draft
Tue, 02 Jan 2007 20:28:54 +0000 truelight (svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected draft
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: draft
Sun, 10 Dec 2006 00:20:26 +0000 Darkvater (svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley) draft
Fri, 17 Nov 2006 22:15:55 +0000 rubidium (svn r7196) -Feature: use fontconfig so one can set the font family name in openttd.cfg instead of the full path to the font. draft
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come. draft
Thu, 12 Oct 2006 14:31:42 +0000 Darkvater (svn r6751) -Fix: Add option to enable/disable network support. Default is on draft
Thu, 29 Jun 2006 07:19:24 +0000 peter1138 (svn r5426) - Makefile: Make the configure script work properly for setting target compilers; Set CC_TARGET / CXX_TARGET draft
Sat, 10 Jun 2006 20:11:02 +0000 tron (svn r5220) Testing for existence AND using rm -f is tautologous draft
Fri, 31 Mar 2006 21:22:41 +0000 Darkvater (svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > 10.3 for all others set it with WITH_ICONV in Makefile.config or with --with-iconv with configure. --with-config=/somedir will search for iconv include files somewhere (or in Makefile.config with WITH_ICONV_PATH). Custom library loading is not (yet) supported draft
Fri, 31 Mar 2006 21:06:55 +0000 peter1138 (svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG draft
Thu, 23 Mar 2006 16:23:12 +0000 truelight (svn r4066) -Fix: oops, forgot to remove a debug line draft
Thu, 23 Mar 2006 16:03:11 +0000 truelight (svn r4065) -Fix: the configure now knows --host-cflags draft
Thu, 23 Mar 2006 15:34:47 +0000 truelight (svn r4064) -Fix: fixes for configure to accept spaces in params. This are mostly bypasses because bash really does suck in handling spaces and " stuff :( draft
Thu, 23 Mar 2006 13:24:09 +0000 truelight (svn r4059) -Fix: add --dedicated flag to configure draft
Wed, 15 Mar 2006 21:55:59 +0000 truelight (svn r3894) -Fix: use "" over in configure draft
Tue, 14 Mar 2006 21:35:15 +0000 truelight (svn r3873) -Fix: don't remove Makefile.config if it isn't there in the first place draft
Tue, 14 Mar 2006 20:59:03 +0000 truelight (svn r3870) -Fix: missed one item in last commit, tnx glx :) draft