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