SCM Repository
Annotation of /trunk/configure.ac
Parent Directory
|
Revision Log
Revision 3 - (view) (download)
1 : | jhr | 3 | dnl Process this file with autoconf to produce a configure script. |
2 : | dnl | ||
3 : | dnl COPYRIGHT (c) 2010 The Diderot Project | ||
4 : | dnl All rights reserved. | ||
5 : | dnl | ||
6 : | |||
7 : | dnl NOTE: MANTICORE_DIST_VERSION is an M4 variable defined in config/aclocal.m4 | ||
8 : | dnl | ||
9 : | AC_INIT(diderot,0.1,) | ||
10 : | |||
11 : | AC_PREREQ(2.60) | ||
12 : | AC_COPYRIGHT([[COPYRIGHT (c) 2010 The Diderot Project]]) | ||
13 : | AC_CONFIG_SRCDIR(??) | ||
14 : | AC_CONFIG_AUX_DIR(config) | ||
15 : | AC_CONFIG_MACRO_DIR(config) | ||
16 : | |||
17 : | dnl | ||
18 : | dnl include additional macros | ||
19 : | dnl | ||
20 : | dnl sinclude(config/ax_check_gl.m4) | ||
21 : | dnl sinclude(config/ax_check_glu.m4) | ||
22 : | dnl sinclude(config/ax_check_glut.m4) | ||
23 : | sinclude(config/acx_pthread.m4) | ||
24 : | sinclude(config/ax_lang_compiler_ms.m4) | ||
25 : | sinclude(config/ax_check_framework.m4) | ||
26 : | sinclude(config/ax_check_macports.m4) | ||
27 : | sinclude(config/ax_check_lib_stdcall.m4) | ||
28 : | |||
29 : | dnl | ||
30 : | dnl get host and target information | ||
31 : | dnl | ||
32 : | AC_CANONICAL_HOST | ||
33 : | |||
34 : | dnl check for standard programs | ||
35 : | dnl | ||
36 : | AC_PROG_CC_C99 | ||
37 : | AC_PROG_CPP | ||
38 : | AC_PROG_INSTALL | ||
39 : | AC_PROG_MAKE_SET | ||
40 : | |||
41 : | |||
42 : | AC_OUTPUT |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |