SCM Repository
Diff of /trunk/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 3348, Tue Oct 27 15:13:58 2015 UTC | revision 3349, Tue Oct 27 15:16:36 2015 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) 2012 The Diderot Project | dnl This code is part of the Diderot Project (http://diderot-language.cs.uchicago.edu) |
4 | dnl | |
5 | dnl COPYRIGHT (c) 2015 The University of Chicago | |
6 | dnl All rights reserved. | dnl All rights reserved. |
7 | dnl | dnl |
8 | ||
9 | AC_INIT(diderot,0.1,) | AC_INIT(diderot,0.1,) |
10 | ||
11 | AC_PREREQ(2.60) | AC_PREREQ(2.60) |
12 | AC_COPYRIGHT([[COPYRIGHT (c) 2013 The Diderot Project (http://diderot-language.cs.uchicago.edu)]]) | AC_COPYRIGHT([[COPYRIGHT (c) 2015 The University of Chicago]]) |
13 | AC_CONFIG_SRCDIR(src/compiler/driver/main.sml) | AC_CONFIG_SRCDIR(src/compiler/driver/main.sml) |
14 | AC_CONFIG_AUX_DIR(config) | AC_CONFIG_AUX_DIR(config) |
15 | AC_CONFIG_MACRO_DIR(config) | AC_CONFIG_MACRO_DIR(config) |
# | Line 526 | Line 528 |
528 | ||
529 | AH_TOP([ | AH_TOP([ |
530 | /* | /* |
531 | * COPYRIGHT (c) 2014 Diderot project. (http://diderot-language.cs.uchicago.edu) | * This code is part of the Diderot Project (http://diderot-language.cs.uchicago.edu) |
532 | * All rights reserved. | * |
533 | * COPYRIGHT (c) 2015 The University of Chicago * All rights reserved. | |
534 | */ | */ |
535 | ||
536 | #ifndef _DIDEROT_CONFIG_H_ | #ifndef _DIDEROT_CONFIG_H_ |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |