target: create and use target_name()
[fw/openocd] / bootstrap
index c01b7e488468aadf07b21ece85245f63573f4391..7684dc48c11847940a44e6f13c46bcdd091d0ba0 100755 (executable)
--- 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 ....'"