tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

how could i build on FreeBSD OS 9? #92

Open bao3 opened 10 years ago

bao3 commented 10 years ago

i got err:

autoconf -i

configure.ac:39: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:69: error: possibly undefined macro: AM_PROG_CC_C_O configure.ac:72: error: possibly undefined macro: AC_COMPILE_STDCXX_11 configure.ac:73: error: possibly undefined macro: AM_CONDITIONAL configure.ac:170: error: possibly undefined macro: AM_PATH_XML2

tatsuhiro-t commented 10 years ago

Install at least following packages (I don't know how they are named in FreeBSD)

And run autoreconf -i, not autoconf -i