Merge remote-tracking branch 'origin/master'
[mech_eap.orig] / autogen.sh
1 #!/bin/sh
2 #
3 # Regenerate autotools files.
4 #
5
6 PATH=/usr/local/bin:$PATH
7
8 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
9    exec autoreconf -ivf
10 fi
11
12 aclocal -I . -I m4 && \
13     autoheader && \
14     libtoolize --automake -c && \
15     autoconf && \
16     automake --add-missing --copy