SCM Repository
Diff of /examples/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-examples,0.1,) | AC_INIT(diderot-examples,0.1,) |
10 | ||
11 | AC_PREREQ(2.60) | AC_PREREQ(2.60) |
12 | AC_COPYRIGHT([[COPYRIGHT (c) 2012 The Diderot Project (http://diderot-language.cs.uchicago.edu)]]) | AC_COPYRIGHT([[COPYRIGHT (c) 2015 The University of Chicago]]) |
13 | AC_CONFIG_SRCDIR(iso2d-demo/iso2d.diderot) | AC_CONFIG_SRCDIR(iso2d-demo/iso2d.diderot) |
14 | AC_CONFIG_AUX_DIR(config) | AC_CONFIG_AUX_DIR(config) |
15 | AC_CONFIG_MACRO_DIR(config) | AC_CONFIG_MACRO_DIR(config) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |