]> git.sur5r.net Git - openocd/blob - bootstrap
Extend autotools build to create shared library libopenocd with libtool:
[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 ....'"