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.1 2000/05/24 17:08:11 mrsam Exp $
  3. dnl Copyright 2000 Double Precision, Inc.  See COPYING for
  4. dnl distribution information.
  5. AC_INIT(folders.gif)
  6. AM_INIT_AUTOMAKE(sqwebmail-images,0.10)
  7. dnl Checks for programs.
  8. AC_PROG_INSTALL
  9. AC_PROG_LN_S
  10. dnl Checks for libraries.
  11. dnl Checks for header files.
  12. dnl Checks for typedefs, structures, and compiler characteristics.
  13. dnl Checks for library functions.
  14. AC_OUTPUT(Makefile)