Revert "If we don't have a realm, use server FQDN; only portable thing we can do"
[cyrus-sasl.git] / autogen.sh
1 #! /bin/sh
2
3 PATH=/usr/local/bin:$PATH
4
5 autoreconf -ivf
6
7 aclocal -I . -I cmulocal -I config && \
8     autoheader && \
9     libtoolize --automake -c && \
10     autoconf && \
11     automake --add-missing --copy