configure.in
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- dnl Process this file with autoconf to produce a configure script.
- dnl $Id: configure.in,v 1.2 1999/12/06 13:23:18 mrsam Exp $
- dnl
- dnl Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- dnl distribution information.
- AC_INIT(strtimet.c)
- AM_INIT_AUTOMAKE(numlib, 0.10, 0)
- AM_CONFIG_HEADER(config.h)
- dnl Checks for programs.
- AC_PROG_AWK
- AC_PROG_CC
- AC_PROG_INSTALL
- AC_PROG_LN_S
- AC_PROG_RANLIB
- if test "$GCC" = "yes"
- then
- CFLAGS="$CFLAGS -Wall"
- fi
- dnl Checks for libraries.
- dnl Checks for header files.
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_TYPE_UID_T
- AC_TYPE_PID_T
- dnl Checks for library functions.
- AC_OUTPUT(Makefile)