diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-01 07:35:18 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-01 07:35:18 +0000 |
commit | 64aeafac79d72f440b6546bae91583e6efd6b674 (patch) | |
tree | de419861e4625d20bc0e1c68f5db1590a50708b9 /config | |
parent | de3a19c35df30298d323c5882e39931f329ea29e (diff) | |
download | open-axiom-64aeafac79d72f440b6546bae91583e6efd6b674.tar.gz |
Support --output in compiler, for bootstrapping stage.
Diffstat (limited to 'config')
-rw-r--r-- | config/open-axiom.m4 | 1 | ||||
-rw-r--r-- | config/openaxiom-c-macros.h.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 384125d5..85a75690 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -827,6 +827,7 @@ dnl ------------------------ dnl -- OPENAXIOM_CHECK_IO -- dnl ------------------------ AC_DEFUN([OPENAXIOM_CHECK_IO],[ +AC_CHECK_DECLS([tempnam],[],[],[#include <stdio.h>]) # Honor support for large files AC_SYS_LARGEFILE # What about long file names? diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 8931f245..03b93dbe 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -41,6 +41,10 @@ don't. */ #undef HAVE_DECL_SIGACTION +/* Define to 1 if you have the declaration of `tempnam', and to 0 if you + don't. */ +#undef HAVE_DECL_TEMPNAM + /* Define to 1 if you have the declaration of `wait', and to 0 if you don't. */ #undef HAVE_DECL_WAIT |