zsh-workers
 help / color / mirror / code / Atom feed
From: Paul Nevai <nevai@math.ohio-state.edu>
To: machten@tenon.com (MachTen),
	hzoli@cs.elte.hu, zsh-workers@math.gatech.edu
Subject: zsh-3.0.5 on MachTen 4.1.1 - this worked
Date: Wed, 9 Dec 1998 07:50:01 -0500 (EST)	[thread overview]
Message-ID: <199812091250.HAA29933@math.mps.ohio-state.edu> (raw)

Setup: Power Mac G3 [512Mb RAM] with System 8.1 [HFS+] with MachTen 4.1.1

Problem: compiling zsh-3.0.5

Thanks to Sean Ahern [ahern@sphere.llnl.gov], this worked...

#############################################################################
Ediff configure.orig configure:

-------- 35 lines deleted at 2337:
echo $ac_n "checking if tgetent accepts NULL""... $ac_c" 1>&6
echo "configure:2339: checking if tgetent accepts NULL" >&5
if eval "test \"`echo '$''{'zsh_cv_func_tgetent_accepts_null'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  zsh_cv_func_tgetent_accepts_null=no
else
  cat > conftest.$ac_ext <<EOF
#line 2347 "configure"
#include "confdefs.h"
main(){int i = tgetent((char*)0,"vt100");exit(!i || i == -1);}
EOF
if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
  zsh_cv_func_tgetent_accepts_null=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  zsh_cv_func_tgetent_accepts_null=no
fi
rm -fr conftest*
fi

fi

echo "$ac_t""$zsh_cv_func_tgetent_accepts_null" 1>&6
if test $zsh_cv_func_tgetent_accepts_null = yes; then
  cat >> confdefs.h <<\EOF
#define TGETENT_ACCEPTS_NULL 1
EOF

fi


             reply	other threads:[~1998-12-09 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-09 12:50 Paul Nevai [this message]
1998-12-09 16:43 ` Sean Ahern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199812091250.HAA29933@math.mps.ohio-state.edu \
    --to=nevai@math.ohio-state.edu \
    --cc=hzoli@cs.elte.hu \
    --cc=machten@tenon.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).