SCM Repository
View of /trunk/configure.ac
Parent Directory
|
Revision Log
Revision 3 -
(download)
(annotate)
Wed Jan 6 04:47:22 2010 UTC (12 years, 4 months ago) by jhr
File size: 912 byte(s)
Wed Jan 6 04:47:22 2010 UTC (12 years, 4 months ago) by jhr
File size: 912 byte(s)
Initial commits
dnl Process this file with autoconf to produce a configure script. dnl dnl COPYRIGHT (c) 2010 The Diderot Project dnl All rights reserved. dnl dnl NOTE: MANTICORE_DIST_VERSION is an M4 variable defined in config/aclocal.m4 dnl AC_INIT(diderot,0.1,) AC_PREREQ(2.60) AC_COPYRIGHT([[COPYRIGHT (c) 2010 The Diderot Project]]) AC_CONFIG_SRCDIR(??) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) dnl dnl include additional macros dnl dnl sinclude(config/ax_check_gl.m4) dnl sinclude(config/ax_check_glu.m4) dnl sinclude(config/ax_check_glut.m4) sinclude(config/acx_pthread.m4) sinclude(config/ax_lang_compiler_ms.m4) sinclude(config/ax_check_framework.m4) sinclude(config/ax_check_macports.m4) sinclude(config/ax_check_lib_stdcall.m4) dnl dnl get host and target information dnl AC_CANONICAL_HOST dnl check for standard programs dnl AC_PROG_CC_C99 AC_PROG_CPP AC_PROG_INSTALL AC_PROG_MAKE_SET AC_OUTPUT
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |