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