diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,3 +2,7 @@ aclocal \ && autoheader \ && 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 ....'" |