Remove maintainer-mode from toplevel configure.in. When in maintainer-mode, it is not possible to change autotool input files manually and just re-run 'make', with correctly recreating all the autogenerated files handled by the autotools. Without maintainer-mode, it just works.
Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]> --- configure.in | 1 - 1 files changed, 1 deletion(-) Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -3,7 +3,6 @@ AC_INIT(input.h) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(treecc, 20070108) AM_CONFIG_HEADER(config.h) -AM_MAINTAINER_MODE dnl Turn off the cygwin library if building for Win32. AC_MSG_CHECKING([if building for some Win32 platform]) -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 _______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
