X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=a209369029dac0394a4163feb13070c75cda9cc4;hb=4f4b4d4f0f4cd8b7cd53ecb6bbfb6a7894917325;hp=42cb6849c480176b51dcc78d44bbfab928faa743;hpb=76fd20ab30a73d23385ad996658a63526fc5b4e0;p=mech_eap.orig diff --git a/autogen.sh b/autogen.sh index 42cb684..a209369 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,12 @@ #! /bin/sh + +PATH=/usr/local/bin:$PATH + if [ -x "`which autoreconf 2>/dev/null`" ] ; then exec autoreconf -ivf fi -aclocal -I m4 && \ +aclocal -I . -I m4 && \ autoheader && \ libtoolize --automake -c && \ autoconf && \