mirror of https://github.com/lukechilds/node.git
Ryan Dahl
14 years ago
5 changed files with 22 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||
#!/bin/sh |
|||
|
|||
cd $(dirname "$0") |
|||
cd `dirname "$0"` |
|||
autoconf --output configure.real |
|||
exec ./configure.real "$@" |
|||
|
|||
|
Loading…
Reference in new issue