dnl ================================================================================== dnl Copyright (c) 1998-1999 3Com Corporation or its subsidiaries. All rights reserved. dnl ================================================================================== dnl Process this file with autoconf to produce a configure script. AC_INIT(../SrcUnix/CPU_MT.cpp) AM_INIT_AUTOMAKE(pose, 0, no) AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_CXX AC_PROG_RANLIB dnl Checks for programs. AC_PROG_CPP dnl Checks for libraries. AC_PATH_XTRA AC_CHECK_LIB(fltk,fl_height__Fv,,,-L$x_libraries -lXext -lX11 -lm) dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/time.h unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE AC_TYPE_SIZE_T dnl Checks for library functions. AC_FUNC_ALLOCA AC_CHECK_FUNCS(mkdir) AC_OUTPUT(Makefile)