configure.in
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- dnl Process this file with autoconf to produce a configure script.
- AC_INIT(Makefile.am)
- AM_INIT_AUTOMAKE(ldapaddressbook, 0.10, 0)
- AM_CONFIG_HEADER(config.h)
- dnl Checks for programs.
- AC_PROG_CC
- AC_PROG_RANLIB
- AC_PATH_PROG(ldapsearch, ldapsearch, /usr/local/bin/ldapsearch)
- dnl Checks for libraries.
- dnl Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS(sys/wait.h)
- AC_HEADER_SYS_WAIT
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
- dnl Checks for library functions.
- AC_OUTPUT(Makefile ldapsearch)