mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
autoconf --output configure.real
|
||
|
sh ./configure.real
|
||
|
|