Hi all,

Following up on my previous post on this subject, the attached patch
adds a reminder to the bootstrap script for the user to use the
--enable-maintainer-mode option when running the configure script.

Cheers,

Zach

Index: bootstrap
===================================================================
--- bootstrap	(revision 1522)
+++ bootstrap	(working copy)
@@ -2,3 +2,7 @@
 && autoheader \
 && automake --foreign --add-missing --copy \
 && autoconf
+
+# AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode
+# otherwise the documentation will fail to build due to missing version.texi
+echo "Bootstrap complete; you can './configure --enable-maintainer-mode ....'"
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to