From: <oh...@ma...> - 2009-04-24 18:14:25
|
Author: oharboe Date: 2009-04-24 18:14:21 +0200 (Fri, 24 Apr 2009) New Revision: 1523 Modified: trunk/bootstrap Log: Zach Welch <zw...@su...> add --enable-maintainer-mode reminder Modified: trunk/bootstrap =================================================================== --- trunk/bootstrap 2009-04-24 12:12:36 UTC (rev 1522) +++ trunk/bootstrap 2009-04-24 16:14:21 UTC (rev 1523) @@ -2,3 +2,7 @@ && 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 ....'" |