0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/configure

7 lines
91 B
Bash
Executable File

#!/bin/sh
cd $(dirname "$0")
autoconf --output configure.real
exec ./configure.real "$@"