From 9af4cf219e4867cdf024ec11abd263407db095d2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Jan 2009 20:50:59 +0000 Subject: - 'reconf' is removed since we rather have users use 'buildconf' --- reconf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 reconf (limited to 'reconf') diff --git a/reconf b/reconf deleted file mode 100755 index 43e55cdb5..000000000 --- a/reconf +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $Id$ -# -# re autoconf/automake shell script -# - -die(){ - echo "$@" ; exit -} - -aclocal -I . -I m4 || die "The command 'aclocal -I . -I m4' failed" -autoheader || die "The command 'autoheader' failed" -automake || die "The command 'automake' failed" -autoconf || die "The command 'autoconf' failed" -- cgit v1.2.3