--- branches/vis15/configure.ac 2015/10/27 22:56:49 3350 +++ branches/vis15/configure.ac 2015/10/28 16:14:29 3351 @@ -6,15 +6,21 @@ dnl All rights reserved. dnl -AC_INIT(diderot,0.1,) +AC_INIT(diderot,1.0,) AC_PREREQ(2.60) AC_COPYRIGHT([[COPYRIGHT (c) 2015 The University of Chicago]]) -AC_CONFIG_SRCDIR(src/compiler/driver/main.sml) +AC_CONFIG_SRCDIR(src/compiler/options/ctl.sml) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) dnl +dnl set the following to the name of the branch +dnl +BRANCH="master" +AC_SUBST(BRANCH) + +dnl dnl include additional macros dnl sinclude(config/acx_pthread.m4) @@ -582,6 +588,7 @@ dnl src/compiler/nrrd/run-dnorm.sml:src/compiler/nrrd/run-dnorm_sml.in src/compiler/common/paths.sml:src/compiler/common/paths_sml.in src/compiler/common/size-of.sml:src/compiler/common/size-of_sml.in + src/compiler/options/version.sml:src/compiler/options/version_sml.in ) AC_CONFIG_HEADERS(src/include/Diderot/config.h:config/config_h.in)