Enable tls psk
[radsecproxy.git] / autogen.sh
1 #! /bin/sh
2
3 [ -d m4 ] || mkdir m4
4 [ -d build-aux ] || mkdir build-aux
5
6 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
7    exec autoreconf -ivf
8 fi
9
10 aclocal -I m4 && \
11     autoheader && \
12     libtoolize --automake -c && \
13     autoconf && \
14     automake --add-missing --copy