SCM Repository
[diderot] / branches / vis15 / configure.ac |
Diff of /branches/vis15/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 3350, Tue Oct 27 22:56:49 2015 UTC | revision 3351, Wed Oct 28 16:14:29 2015 UTC | |
---|---|---|
# | Line 6 | Line 6 |
6 | dnl All rights reserved. | dnl All rights reserved. |
7 | dnl | dnl |
8 | ||
9 | AC_INIT(diderot,0.1,) | AC_INIT(diderot,1.0,) |
10 | ||
11 | AC_PREREQ(2.60) | AC_PREREQ(2.60) |
12 | AC_COPYRIGHT([[COPYRIGHT (c) 2015 The University of Chicago]]) | AC_COPYRIGHT([[COPYRIGHT (c) 2015 The University of Chicago]]) |
13 | AC_CONFIG_SRCDIR(src/compiler/driver/main.sml) | AC_CONFIG_SRCDIR(src/compiler/options/ctl.sml) |
14 | AC_CONFIG_AUX_DIR(config) | AC_CONFIG_AUX_DIR(config) |
15 | AC_CONFIG_MACRO_DIR(config) | AC_CONFIG_MACRO_DIR(config) |
16 | ||
17 | dnl | dnl |
18 | dnl set the following to the name of the branch | |
19 | dnl | |
20 | BRANCH="master" | |
21 | AC_SUBST(BRANCH) | |
22 | ||
23 | dnl | |
24 | dnl include additional macros | dnl include additional macros |
25 | dnl | dnl |
26 | sinclude(config/acx_pthread.m4) | sinclude(config/acx_pthread.m4) |
# | Line 582 | Line 588 |
588 | dnl src/compiler/nrrd/run-dnorm.sml:src/compiler/nrrd/run-dnorm_sml.in | dnl src/compiler/nrrd/run-dnorm.sml:src/compiler/nrrd/run-dnorm_sml.in |
589 | src/compiler/common/paths.sml:src/compiler/common/paths_sml.in | src/compiler/common/paths.sml:src/compiler/common/paths_sml.in |
590 | src/compiler/common/size-of.sml:src/compiler/common/size-of_sml.in | src/compiler/common/size-of.sml:src/compiler/common/size-of_sml.in |
591 | src/compiler/options/version.sml:src/compiler/options/version_sml.in | |
592 | ) | ) |
593 | ||
594 | AC_CONFIG_HEADERS(src/include/Diderot/config.h:config/config_h.in) | AC_CONFIG_HEADERS(src/include/Diderot/config.h:config/config_h.in) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |