Merge remote-tracking branch 'origin/master'
[mech_eap.orig] / autogen.sh
index 0928bcf..13432d0 100755 (executable)
@@ -1,4 +1,7 @@
-#! /bin/sh
+#!/bin/sh
+#
+# Regenerate autotools files.
+#
 
 PATH=/usr/local/bin:$PATH
 
@@ -6,7 +9,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 && \