X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=bootstrap;h=b49fda3244058bda5cb46d890baae3ecbb2ef44e;hp=9fd3866e19e1fe3bb180beb10b8e5155f68eb7b6;hb=ee22f119de8c9dab5e7b39bba4fa8563ce0940d0;hpb=df4b030df770e905aae573b4825d62b3efc96515 diff --git a/bootstrap b/bootstrap index 9fd3866e19..b49fda3244 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,9 @@ aclocal \ && autoheader \ +&& libtoolize --automake \ && automake --foreign --add-missing --copy \ && autoconf + +# AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode +# otherwise the documentation will fail to build due to missing version.texi +echo "Bootstrap complete; you can './configure --enable-maintainer-mode ....'"