Updated configure.in for smooth YAP compilation on MacOS X 10.2.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@566 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2002-08-09 13:08:55 +00:00
parent e5d7edf852
commit 1b13865b4f
3 changed files with 6821 additions and 2991 deletions

View File

@ -16,7 +16,8 @@
<h2>Yap-4.3.23:</h2>
<ul>
<li>FIXED: rint is not truncate/1 (Paulo Moura).</li>
<li>UPDATE: updated <code>configure.in</code> for smooth YAP compilation on MacOS X 10.2.</li>
<li>FIXED: <code>rint</code> is not <code>truncate/1</code> (Paulo Moura).</li>
<li>FIXED: recent change broke debugger help message (Nuno Fonseca).</li>
<li>UPDATE: new Logtalk version (2.14.1).</li>
<li>NEW: <code>call_with_args/n</code> simulates <code>call/n</code>.</li>
@ -132,7 +133,7 @@
<li>FIXED: <code>depth_limit</code> was not handled correct in
meta-execution of conjunctions (Rui Camacho).</li>
<li>NEW: new option for error handling in the debugger.</li>
<li>UPDATE: new version of logtalk.</li>
<li>UPDATE: new version of Logtalk.</li>
<li>FIXED: heap library.</li>
<li>NEW: <code>empty_heap/3</code>.</li>
<li>FIXED: some system predicates are exported outside the

9802
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -479,10 +479,7 @@ case $target_os in
DO_SECOND_LD=""
SHLIB_LD="cc -bundle -flat_namespace -undefined suppress"
INSTALL_DLLS=""
if test "$CC" = "cc"
then
CC="cc -no-cpp-precomp"
fi
CC="cc -no-cpp-precomp"
;;
*netbsd*|*freebsd*)
if echo __ELF__ | ${CC:-cc} -E - | grep -q __ELF__