Zach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminder
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 24 Apr 2009 16:14:21 +0000 (16:14 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 24 Apr 2009 16:14:21 +0000 (16:14 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1523 b42882b7-edfa-0310-969c-e2dbd0fdcd60

bootstrap

index 9fd3866e19e1fe3bb180beb10b8e5155f68eb7b6..d5a808e8e944a4be0379cb26557bd37fc7fd734d 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2,3 +2,7 @@ aclocal \
 && 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 ....'"