aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: d5a808e8e944a4be0379cb26557bd37fc7fd734d (plain)
1
2
3
4
5
6
7
8
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 ....'"