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