From 43022eabf79f3fa736684ccb1273804cbb31db95 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 25 Oct 2010 18:33:15 -0700 Subject: [PATCH] more configure hackery --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 65d7a0cf55..3c5b4fa40a 100755 --- a/configure +++ b/configure @@ -1,5 +1,7 @@ #!/bin/sh + +cd $(dirname "$0") autoconf --output configure.real -sh ./configure.real +sh ./configure.real "$@"