Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / disembl / Tisean_3.0.1 / configure.scan
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.59)
5 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
6 AC_CONFIG_SRCDIR([source_c/polypar.c])
7 AC_CONFIG_HEADER([config.h])
8
9 # Checks for programs.
10 AC_PROG_CXX
11 AC_PROG_CC
12 AC_PROG_INSTALL
13 AC_PROG_MAKE_SET
14 AC_PROG_RANLIB
15
16 # Checks for libraries.
17 # FIXME: Replace `main' with a function in `-lm':
18 AC_CHECK_LIB([m], [main])
19
20 # Checks for header files.
21 AC_HEADER_STDC
22 AC_CHECK_HEADERS([limits.h malloc.h stddef.h stdlib.h string.h])
23
24 # Checks for typedefs, structures, and compiler characteristics.
25 AC_C_CONST
26 AC_TYPE_SIZE_T
27
28 # Checks for library functions.
29 AC_FUNC_ERROR_AT_LINE
30 AC_FUNC_MALLOC
31 AC_FUNC_MEMCMP
32 AC_FUNC_REALLOC
33 AC_CHECK_FUNCS([pow sqrt strrchr strstr])
34
35 AC_CONFIG_FILES([Makefile
36                  source_c/Makefile
37                  source_c/routines/Makefile
38                  source_f/Makefile
39                  source_f/randomize/Makefile
40                  source_f/slatec/Makefile])
41 AC_OUTPUT