0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00
nodejs/configure

8 lines
90 B
Plaintext
Raw Normal View History

2010-10-26 03:17:19 +02:00
#!/bin/sh
2010-10-26 03:33:15 +02:00
cd $(dirname "$0")
2010-10-26 03:17:19 +02:00
autoconf --output configure.real
2010-10-26 03:33:15 +02:00
sh ./configure.real "$@"
2010-10-26 03:17:19 +02:00