irscan now also works correctly in addition to not crashing :-)
[openocd.git] / bootstrap
blobb49fda3244058bda5cb46d890baae3ecbb2ef44e
1 aclocal \
2 && autoheader \
3 && libtoolize --automake \
4 && automake --foreign --add-missing --copy \
5 && autoconf
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 ....'"