From 64aeafac79d72f440b6546bae91583e6efd6b674 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 1 Jun 2013 07:35:18 +0000 Subject: Support --output in compiler, for bootstrapping stage. --- config/open-axiom.m4 | 1 + config/openaxiom-c-macros.h.in | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'config') 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 ]) # 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 -- cgit v1.2.3