mirror of https://github.com/nodejs/node.git
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
autoconf --output configure.real
|
||
|
sh ./configure.real
|
||
|
|