mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
7 lines
65 B
Bash
7 lines
65 B
Bash
#!/bin/sh
|
|
|
|
libtoolize --force
|
|
automake --add-missing
|
|
autoreconf
|
|
|