From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26958 invoked from network); 15 Mar 1999 11:30:20 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Mar 1999 11:30:20 -0000 Received: (qmail 15881 invoked by alias); 15 Mar 1999 11:29:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5805 Received: (qmail 15874 invoked from network); 15 Mar 1999 11:29:53 -0000 Message-Id: <9903151113.AA27244@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: PATCH: 3.1.5-pws-12: getcwd Date: Mon, 15 Mar 1999 12:13:47 +0100 From: Peter Stephenson Another configure cock-up I made. For the last couple of weeks everybody's been using the native getcwd() on every architecture. The fact nobody's complained may be significant. --- configure.in.cwd Mon Mar 15 09:57:52 1999 +++ configure.in Mon Mar 15 12:11:29 1999 @@ -847,8 +847,8 @@ AC_CACHE_CHECK(whether we should use the native getcwd, zsh_cv_use_getcwd, [case "${host_cpu}-${host_vendor}-${host_os}" in - *QNX*) zsh_cv_use_getcwd=no ;; - *) zsh_cv_use_getcwd=yes ;; + *QNX*) zsh_cv_use_getcwd=yes ;; + *) zsh_cv_use_getcwd=no ;; esac]) if test $zsh_cv_use_getcwd = yes; then AC_DEFINE(USE_GETCWD) -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy