blob: cb9b83288f4f2b89c42a3b26d9d87ed9098434f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
2014-11-20 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_HOST_COMPILERS): Force Clang
family of compilers on Mac OS X. Restore full build on Mac.
2014-11-16 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_CHECK_LLVM): New.
(OPENAXIOM_HOST_COMPILERS): Call it.
2014-08-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_LINK_FILES): New.
* configure.ac: Call it.
Protect openaxiom-c-macros.h.in for multiple inclusion.
Now install it as <open-axiom/config>.
2014-08-16 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4: Do not waste time checking for standard
integer types since we are requiring at least C++11.
2014-02-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_CANONICAL_SYSTEM): Set derived
OpenAxiom-specified src and target directory variables too.
Remove most build directory variables.
2014-02-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_CANONICAL_SYSTEM): Set derived
OpenAxiom-specified build directories too.
2014-02-10 Gabriel Dos Reis <gdr@integrable-solutions.net>>
* config/open-axiom.m4: Clean up global variable names.
* configure.ac: Likewise.
2014-02-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4: Clean up global variable names.
* config/setup-dep.mk: Likewise.
* config/var-def.mk: Likewise.
* configure.ac: Likewise.
2014-02-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_CHECK_IO): Prefer mktemp,
mkdtemp, mkstemp over tempnam.
|