configure.in
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl $Id: configure.in,v 1.2 1999/12/06 13:23:18 mrsam Exp $
  3. dnl
  4. dnl Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  5. dnl distribution information.
  6. AC_INIT(strtimet.c)
  7. AM_INIT_AUTOMAKE(numlib, 0.10, 0)
  8. AM_CONFIG_HEADER(config.h)
  9. dnl Checks for programs.
  10. AC_PROG_AWK
  11. AC_PROG_CC
  12. AC_PROG_INSTALL
  13. AC_PROG_LN_S
  14. AC_PROG_RANLIB
  15. if test "$GCC" = "yes"
  16. then
  17. CFLAGS="$CFLAGS -Wall"
  18. fi
  19. dnl Checks for libraries.
  20. dnl Checks for header files.
  21. dnl Checks for typedefs, structures, and compiler characteristics.
  22. AC_TYPE_UID_T
  23. AC_TYPE_PID_T
  24. dnl Checks for library functions.
  25. AC_OUTPUT(Makefile)