X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=bootstrap;h=7684dc48c11847940a44e6f13c46bcdd091d0ba0;hp=c01b7e488468aadf07b21ece85245f63573f4391;hb=17b7600a59c4fb9245107baac1873c23e792ce43;hpb=3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620 diff --git a/bootstrap b/bootstrap index c01b7e4884..7684dc48c1 100755 --- a/bootstrap +++ b/bootstrap @@ -17,9 +17,10 @@ aclocal ${libtoolize} --automake --copy autoconf autoheader -automake --foreign --add-missing --copy +automake --gnu --add-missing --copy ) -# AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode +# AM_MAINTAINER_MODE requires --enable-maintainer-mode from everyone using +# current source snapshots (working from GIT, or some source snapshot, etc) # otherwise the documentation will fail to build due to missing version.texi echo "Bootstrap complete; you can './configure --enable-maintainer-mode ....'"