X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=13432d025140e6df5274be0c09d8a50ed1c5ff28;hb=4556a0409ceba59b0345e6f0b050786add7ac00f;hp=42cb6849c480176b51dcc78d44bbfab928faa743;hpb=76fd20ab30a73d23385ad996658a63526fc5b4e0;p=mech_eap.orig diff --git a/autogen.sh b/autogen.sh index 42cb684..13432d0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 && \