source: TRACY3/trunk/tracy/configure.ref @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 613 bytes
Line 
1# Process this file with autoconf to produce a configure script.
2AC_INIT(tracy/src/t2elem.cc)
3AC_CONFIG_AUX_DIR(config)
4AM_INIT_AUTOMAKE(Tracy, 3.5)
5AM_CONFIG_HEADER(config.h)
6# Checks for programs.
7AC_PROG_AWK
8AC_PROG_CC
9AM_PROG_CC_STDC
10AC_PROG_INSTALL
11AC_PROG_LN_S
12AC_PROG_CPP
13AC_PROG_RANLIB
14AC_PROG_CXX(gjb)
15AC_PROG_F77(g77)
16
17# Checks for libraries.
18
19# Checks for header files.
20AC_CHECK_HEADERS([stdlib.h string.h])
21
22# Checks for typedefs, structures, and compiler characteristics.
23AC_C_CONST
24AC_C_INLINE
25AC_TYPE_SIZE_T
26
27# Checks for library functions.
28AC_OUTPUT(Makefile
29          tracy/Makefile tracy/src/Makefile)
Note: See TracBrowser for help on using the repository browser.