eventmachine / libeventmachine

C library component of the new EventMachine

This URL has Read+Write access

dj2 (author)
Wed Jul 01 20:31:42 -0700 2009
yakischloba (committer)
Wed Jul 01 20:28:17 -0700 2009
libeventmachine / autogen.sh
100755 10 lines (6 sloc) 0.131 kb
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
 
rm -rf config.guess config.sub ltmain.sh
 
autoreconf --install -v
 
if [ -z "$NOCONFIGURE" ]; then
  ./configure "$@"
fi