42cb6849c480176b51dcc78d44bbfab928faa743
[mech_eap.git] / autogen.sh
1 #! /bin/sh
2 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
3    exec autoreconf -ivf
4 fi
5
6 aclocal -I m4 && \
7     autoheader && \
8     libtoolize --automake -c && \
9     autoconf && \
10     automake --add-missing --copy