]> git.gag.com Git - fw/openocd/blob - bootstrap
move eCos type definition to types.h where it belongs.
[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 ....'"