Hi all, The attached patch adds the AM_MAINTAINER_MODE macro to configure.ac, which provides the --enable-maintainer-mode option. When provided, the autotools generate additional Makefile rules that allow the build system (configure, Makefile.in and Makefile outputs) to be rebuilt when their relevant sources are changed (configure.ac, Makefile.am, etc.). This can prevent needless runs of the bootstrap script when adding new files or otherwise updating the autotools inputs.
Cheers, Zach
Index: configure.in =================================================================== --- configure.in (revision 1462) +++ configure.in (working copy) @@ -649,6 +649,7 @@ AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(openocd, 1.0) +AM_MAINTAINER_MODE AM_CONDITIONAL(RELEASE, test $build_release = yes) AM_CONDITIONAL(PARPORT, test $build_parport = yes)
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development