在configure.ac中
AC_CHECK_LIB(pthread, pthread_create) 前面一个为库的名字,后面一个是库中函数的名字
AC_CHECK_HEADERS(stdlib.h string.h pthread.h) 检查是否有头文件
修改了configure.ac之后要运行aclocal 和autoconf