From 76fd20ab30a73d23385ad996658a63526fc5b4e0 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 9 Oct 2010 15:39:22 +0200 Subject: [PATCH] new autogen.sh from libradsec --- autogen.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- 2.1.4