mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname "$0")
|
|
autoconf --output configure.real
|
|
exec ./configure.real "$@"
|
|
|