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-21 21:19:50 +01:00
Code
Issues
Releases
Activity
41c1563584
nodejs
/
configure
7 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add configure
2010-10-26 03:17:19 +02:00
#!/bin/sh
Changes to compile on solaris
2010-10-30 01:49:39 +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