Add remaining header checks to be used in subsequent patches.
[fw/openocd] / bootstrap
index f7c4c0facd40b1579f4ba45c13be099cfec136b1..b49fda3244058bda5cb46d890baae3ecbb2ef44e 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,9 @@
 aclocal \
 && autoheader \
-&& automake --gnu --add-missing \
+&& 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 ....'"