On Mon, Apr 02, 2007 at 10:18:17AM +0200, Fabian Groffen wrote:
On 02-04-2007 09:16:01 +0200, Stefan Manegold wrote:
However, it also has two negative effects:
(1) automake 1.6.3 on Darwin/MacOS X complains about (e.g.) -------- src/mapi/Makefile.am:31: mapi.mil defined both conditionally and unconditionally -------- since now next to the former (conditional) -------- if NEED_MX ... mapi.mil: mapi.tmpmil ... ... endif -------- there's now also a (unconditional) -------- mapi.mil: lib_mapi.la -------- (on all other platforms, we use automake >= 1.8.3, hence, this might be and automake rather than a Darwin problem...)
Please give up on supporting ancient development software/tools.
in fact, newer automakes also "complain", but with them, ./bootstrap eventually succeeds in creating a "configure": -------- src/mapi/Makefile.am:39: mapi.mil was already defined in condition NEED_MX, which is included in condition TRUE ... src/mapi/Makefile.am:31: ... `mapi.mil' previously defined here -------- Stefan -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |