fix some build issues with current resolver
[mech_eap.orig] / autogen.sh
index 0928bcf..a209369 100755 (executable)
@@ -6,7 +6,7 @@ if [ -x "`which autoreconf 2>/dev/null`" ] ; then
    exec autoreconf -ivf
 fi
 
-aclocal -I m4 && \
+aclocal -I . -I m4 && \
     autoheader && \
     libtoolize --automake -c && \
     autoconf && \