mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 20:29:23 +01:00
7 lines
90 B
Bash
Executable File
7 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd `dirname "$0"`
|
|
autoconf --output configure.real
|
|
exec ./configure.real "$@"
|
|
|