X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=13432d025140e6df5274be0c09d8a50ed1c5ff28;hb=dc68c217f01d38adba88189aebfc668e5374cb57;hp=0928bcf1e4f2121fc3395b276d1f7378e5ce38de;hpb=15c93f06ee6ddefa7e7b095351f6e66698c7cc9e;p=mech_eap.git diff --git a/autogen.sh b/autogen.sh index 0928bcf..13432d0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 && \