git clone https://github.com/gnosek/fcgiwrap.git
autoconf -i
如果发生以下报错,
configure.ac:32: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:39: error: possibly undefined macro: AM_CONDITIONAL
删除当前,重新下载。
solution:
yum install libtool libsysfs-devel -y
然后
提示:http://lists.gnu.org/archive/html/bug-autoconf/2008-03/msg00016.html
aclocal && autoheader && automake
autoconf -i
./configure
make