SCM Repository
Diff of /trunk/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 1809, Sat Apr 7 14:42:15 2012 UTC | revision 1810, Sat Apr 7 14:50:03 2012 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. |
2 | dnl | dnl |
3 | dnl COPYRIGHT (c) 2010 The Diderot Project | dnl COPYRIGHT (c) 2012 The Diderot Project |
4 | dnl All rights reserved. | dnl All rights reserved. |
5 | dnl | dnl |
6 | ||
7 | AC_INIT(diderot,0.1,) | AC_INIT(diderot,0.1,) |
8 | ||
9 | AC_PREREQ(2.60) | AC_PREREQ(2.60) |
10 | AC_COPYRIGHT([[COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu)]]) | AC_COPYRIGHT([[COPYRIGHT (c) 2012 The Diderot Project (http://diderot-language.cs.uchicago.edu)]]) |
11 | AC_CONFIG_SRCDIR(src/dnorm/dnorm.c) | AC_CONFIG_SRCDIR(src/dnorm/dnorm.c) |
12 | AC_CONFIG_AUX_DIR(config) | AC_CONFIG_AUX_DIR(config) |
13 | AC_CONFIG_MACRO_DIR(config) | AC_CONFIG_MACRO_DIR(config) |
# | Line 453 | Line 453 |
453 | AC_CONFIG_FILES([ | AC_CONFIG_FILES([ |
454 | src/compiler/gen/file2str/file2str.sh:src/compiler/gen/file2str/file2str_sh.in | src/compiler/gen/file2str/file2str.sh:src/compiler/gen/file2str/file2str_sh.in |
455 | ], [chmod +x src/compiler/gen/file2str/file2str.sh]) | ], [chmod +x src/compiler/gen/file2str/file2str.sh]) |
456 | AC_CONFIG_FILES([ | |
457 | rtest/scripts/run.sh:rtest/scripts/run_sh.in | |
458 | ], [chmod +x rtest/scripts/run.sh]) | |
459 | AC_CONFIG_FILES([ | |
460 | rtest/scripts/run-one.sh:rtest/scripts/run-one_sh.in | |
461 | ], [chmod +x rtest/scripts/run-one.sh]) | |
462 | ||
463 | dnl | dnl |
464 | dnl generate makefiles for runtime library builds | dnl generate makefiles for runtime library builds |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |