Merge remote-tracking branch 'origin/master'
[mech_eap.orig] / autogen.sh
index 42cb684..13432d0 100755 (executable)
@@ -1,9 +1,15 @@
-#! /bin/sh
+#!/bin/sh
+#
+# Regenerate autotools files.
+#
+
+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 && \