Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-26 05:33:15 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-26 05:33:15 +0400
commit43022eabf79f3fa736684ccb1273804cbb31db95 (patch)
tree0a50c1ffbf9791e3814061bb4db3ec97f0545f0e /configure
parenteaba4fc2bff27a4070b27ba1bc2d0918f12efe1c (diff)
more configure hackery
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 65d7a0cf55c..3c5b4fa40a9 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,7 @@
#!/bin/sh
+
+cd $(dirname "$0")
autoconf --output configure.real
-sh ./configure.real
+sh ./configure.real "$@"