summaryrefslogtreecommitdiff
path: root/mit-pthreads/configure
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/configure')
-rwxr-xr-xmit-pthreads/configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/mit-pthreads/configure b/mit-pthreads/configure
deleted file mode 100755
index ffad2bca3cd..00000000000
--- a/mit-pthreads/configure
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# This silliness is because Chris wants the autoconf-related files
-# and makefiles not to appear in the top-level directory. Fine by
-# me, I don't much care. This script just needs to invoke the real
-# configure script...
-
-config=`echo $0 | sed -e 's,configure$,config/configure,'`
-
-if test ! -d obj ; then
- mkdir obj
-fi
-
-if test -n "$1" ; then
- sh $config "$@"
-else
- sh $config
-fi