summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl-7.19.0/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl-7.19.0/reconf')
-rwxr-xr-xUtilities/cmcurl-7.19.0/reconf15
1 files changed, 0 insertions, 15 deletions
diff --git a/Utilities/cmcurl-7.19.0/reconf b/Utilities/cmcurl-7.19.0/reconf
deleted file mode 100755
index 39405b0..0000000
--- a/Utilities/cmcurl-7.19.0/reconf
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $Id$
-#
-# re autoconf/automake shell script
-#
-
-die(){
- echo "$@" ; exit
-}
-
-aclocal -I . || die "The command 'aclocal -I .' failed"
-autoheader || die "The command 'autoheader' failed"
-automake || die "The command 'automake' failed"
-autoconf || die "The command 'autoconf' failed"