summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-24 16:14:21 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-24 16:14:21 +0000
commit002fdcf016e89b4f77be3afe9884dfe886f3cdd1 (patch)
tree7dc4c3ed334beaccd25141671b726b7f37906e66 /bootstrap
parent843023f9ff632b5ec48f4f7f3854910782037ad4 (diff)
downloadopenocd+libswd-002fdcf016e89b4f77be3afe9884dfe886f3cdd1.tar.gz
openocd+libswd-002fdcf016e89b4f77be3afe9884dfe886f3cdd1.tar.bz2
openocd+libswd-002fdcf016e89b4f77be3afe9884dfe886f3cdd1.tar.xz
openocd+libswd-002fdcf016e89b4f77be3afe9884dfe886f3cdd1.zip
Zach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminder
git-svn-id: svn://svn.berlios.de/openocd/trunk@1523 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 9fd3866e..d5a808e8 100755
--- 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 ....'"