summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2005-12-07 16:34:47 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2005-12-07 16:34:47 +0000
commit81d8eda2419e7a23088a98cdfc52a305c9ceac0d (patch)
tree27143d7b539a8bf2e23cc18e2f598804fa8d784d /configure
parent065dc6f8cd168e3ee6e71ddfb06f42a92abfabbd (diff)
Merged martin/autoconf at r35 to trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
deleted file mode 100755
index 6de0d998..00000000
--- a/configure
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-perl ./infrastructure/makebuildenv.pl $1 $2 $3 $4 $5 $6 $7 $8 $9
-if [ "$?" -ne "0" ]; then
- exit 1
-fi
-perl ./infrastructure/makeparcels.pl
-
-echo
-echo Type \'make\' to build the installation parcels.
-echo
-echo Then use the install scripts inside 'parcels/<dir>' to install
-echo the components you need.
-echo
-echo