configure.in includes a fix to make it work with both versions of the auto-tools:
if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) else INCLUDES = -I$(top_srcdir) endif But (1) If "=" is good enough in the new version, isn't it good enough in both versions? (Not necessarily: maybe the meaning has changed.) (2) OLD_AUTOMAKE seems to be erroneously set on Alexander's system. Alexander, have you forced a re-configure in the SimGear directory by deleting config.cache? If you haven't, that is probably what you need to do. - Julian Alexander Kappes wrote: > > I recently upgraded from SuSE 7.2 to 8.0 and since then I get strange > error messages when I try to run autogen for SimGear (and also > FlightGear): > > ----------------------------------------------------------------------- > > Host info: Linux i686 > automake: 1.5 (15) > > Running aclocal > Running autoheader > autoheader: simgear/simgear_config.h.in is unchanged > Running automake --add-missing > simgear/bucket/Makefile.am: INCLUDES must be set with `=' before using > `+=' > simgear/debug/Makefile.am: INCLUDES must be set with `=' before using `+=' > simgear/ephemeris/Makefile.am: INCLUDES must be set with `=' before using > `+=' ... _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
