add a testing path for setting initiator credentials
[mech_eap.orig] / autogen.sh
index 42cb684..a209369 100755 (executable)
@@ -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 && \