add gssspi_authorize_localname() stub
[moonshot.git] / moonshot / autogen.sh
1 #! /bin/sh
2
3 PATH=/usr/local/bin:$PATH
4
5 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
6    exec autoreconf -ivf
7 fi
8
9 aclocal -I . -I m4 && \
10     autoheader && \
11     libtoolize --automake -c && \
12     autoconf && \
13     automake --add-missing --copy