This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nodejs
Watch
0
Star
0
Fork
0
You've already forked nodejs
mirror of
https://github.com/nodejs/node.git
synced
2024-11-22 07:37:56 +01:00
Code
Issues
Releases
Activity
5175864c0e
nodejs
/
configure
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add configure
2010-10-26 03:17:19 +02:00
#!/bin/sh
more configure hackery
2010-10-26 03:33:15 +02:00
cd $(dirname "$0")
add configure
2010-10-26 03:17:19 +02:00
autoconf --output configure.real
exec instead of sh a the configure.real script
2010-10-26 04:25:49 +02:00
exec ./configure.real "$@"
add configure
2010-10-26 03:17:19 +02:00
Copy Permalink