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

Minor updates to make git status work better #4

Closed sorced-jim closed 12 years ago

sorced-jim commented 12 years ago

This makes git status clean before and after a build.

tatsuhiro-t commented 12 years ago

Thanks. Examples build looks much better now.

Just one question. Man page says autoreconf calls automake and autoconf. Are there any particular case we have to call automake and autoconf after autoreconf? In other words, is it safe to remove automake and autoconf and just call autoreconf?

sorced-jim commented 12 years ago

I don't think autoreconf -I calls automake. I'll check again today. On Feb 1, 2012 4:33 AM, "Tatsuhiro Tsujikawa" < reply@reply.github.com> wrote:

Thanks. Examples build looks much better now.

Just one question. Man page says autoreconf calls automake and autoconf. Are there any particular case we have to call automake and autoconf after autoreconf? In other words, is it safe to remove automake and autoconf and just call autoreconf?


Reply to this email directly or view it on GitHub: https://github.com/tatsuhiro-t/spdylay/pull/4#issuecomment-3758044