X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=42cb6849c480176b51dcc78d44bbfab928faa743;hp=25bf74f26255d1eadd1398ec1a6d00b53be59931;hb=76fd20ab30a73d23385ad996658a63526fc5b4e0;hpb=857a83ed4a05dc17e57ba15a5dc4febfc639e4e0 diff --git a/autogen.sh b/autogen.sh index 25bf74f..42cb684 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,10 @@ -#!/bin/sh -touch NEWS -autoreconf --force --install +#! /bin/sh +if [ -x "`which autoreconf 2>/dev/null`" ] ; then + exec autoreconf -ivf +fi + +aclocal -I m4 && \ + autoheader && \ + libtoolize --automake -c && \ + autoconf && \ + automake --add-missing --copy