On Mon, 2009-06-08 at 16:25 -0600, John Doty wrote: > At this point it should run autoheader. The fact that it doesn't > suggests that the line: > > AM_CONFIG_HEADER([config.h)] > > is missing from configure.ac.
Peter B changed them from: AM_CONFIG_HEADER([config.h]) to: AC_CONFIG_HEADER([config.h]) Since apparently this fixes some magic required to notice that the config.h needs regenerating (if it does), at configure time. The gotcha was that our autogen.sh only looked for AM_CONFIG_HEADER when deciding whether to run autoheader or not. I've just pushed out a fix which makes our autogen.sh look for AC_CONFIG_HEADER instead. Best wishes, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

