2006-06-02 05:36:31 -05:00
|
|
|
aclocal \
|
|
|
|
&& autoheader \
|
2007-07-26 04:34:49 -05:00
|
|
|
&& automake --foreign --add-missing --copy \
|
2006-06-02 05:36:31 -05:00
|
|
|
&& autoconf
|
2009-04-24 11:14:21 -05:00
|
|
|
|
|
|
|
# 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 ....'"
|