X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=bootstrap;h=d5a808e8e944a4be0379cb26557bd37fc7fd734d;hb=6cacbd9575e03c37057719a97bf260217c4e275f;hp=f7c4c0facd40b1579f4ba45c13be099cfec136b1;hpb=8b4e882a1630d63bbc9840fa3f968e36b6ac3702;p=openocd.git diff --git a/bootstrap b/bootstrap index f7c4c0facd..d5a808e8e9 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,8 @@ aclocal \ && autoheader \ -&& automake --gnu --add-missing \ +&& 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 ....'"