more configure hackery

pull/5370/head
Ryan Dahl 2010-10-25 18:33:15 -07:00
parent eaba4fc2bf
commit 43022eabf7
1 changed files with 4 additions and 2 deletions

6
configure vendored
View File

@ -1,5 +1,7 @@
#!/bin/sh
autoconf --output configure.real
sh ./configure.real
cd $(dirname "$0")
autoconf --output configure.real
sh ./configure.real "$@"