*** empty log message ***
[gnutls.git] / buildconf
blobcf5d3ab02da67f891b70b52919b4e7cbf64304d0
1 #! /bin/sh
3 aclocal -I . && \
4 libtoolize -c --force --automake && \
5 aclocal -I . && \
6 autoheader && \
7 automake -a -c --gnu || automake -a -c --gnu
8 autoconf
10 echo "You can now run \"./configure --enable-maintainer-mode\" and \"make\""