Browse Source

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
tags/v0.2.0
oharboe 15 years ago
parent
commit
002fdcf016
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      bootstrap

+ 4
- 0
bootstrap View File

@@ -2,3 +2,7 @@ aclocal \
&& autoheader \ && autoheader \
&& automake --foreign --add-missing --copy \ && automake --foreign --add-missing --copy \
&& autoconf && 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 ....'"

Loading…
Cancel
Save