X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=a209369029dac0394a4163feb13070c75cda9cc4;hp=0928bcf1e4f2121fc3395b276d1f7378e5ce38de;hb=e56bf8217ec422d7f3d728f6b329bf141401655f;hpb=826a233ecd7df292b1502b68e8b67d8e0018a3e5 diff --git a/autogen.sh b/autogen.sh index 0928bcf..a209369 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 && \