Zach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminder
[fw/openocd] / bootstrap
1 aclocal \
2 && autoheader \
3 && automake --foreign --add-missing --copy \
4 && autoconf
5
6 # AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode
7 # otherwise the documentation will fail to build due to missing version.texi
8 echo "Bootstrap complete; you can './configure --enable-maintainer-mode ....'"