zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <borsenkow.msk@sni.de>
To: "Peter Stephenson" <pws@ibmth.df.unipi.it>,
	"Zsh hackers list" <zsh-workers@sunsite.auc.dk>
Subject: PATCH: RE: LFS and explicit LIBS RE: pws-21
Date: Wed, 9 Jun 1999 19:12:36 +0400	[thread overview]
Message-ID: <000201beb28a$81e4d080$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <9906080850.AA22875@ibmth.df.unipi.it>

> 
> > May be, for items, that are empty (LFS_CFLAGS, LFS_LDFLAGS etc) we
> > should not disable LFS?
> 
> Yes, that's a possibility.
> 
> -- 

The patch below tries this. 

/andrej


--- aczsh.m4.org        Wed Jun  9 18:45:55 1999
+++ aczsh.m4    Wed Jun  9 19:00:20 1999
@@ -41,11 +41,13 @@
   CPPFLAGS) ac_lfsvar=LFS_CFLAGS ;;
   *) ac_lfsvar=LFS_$ac_shellvar ;;
   esac
-  eval test '"${'$ac_shellvar'+set}"' = set && ac_set=$ac_shellvar
   (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
   ac_getconf=`getconf $ac_lfsvar`
-  ac_getconfs=$ac_getconfs$ac_getconf
-  eval ac_test_$ac_shellvar="\$ac_getconf"
+  if test -n "$ac_getconf"; then
+    eval test '"${'$ac_shellvar'+set}"' = set && ac_set=$ac_shellvar
+    ac_getconfs=$ac_getconfs$ac_getconf
+    eval ac_test_$ac_shellvar="\$ac_getconf"
+  fi
 done
 case "$ac_result$ac_getconfs" in
 yes) ac_result=no ;;


      parent reply	other threads:[~1999-06-09 15:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-08  8:01 pws-21 Peter Stephenson
1999-06-08  9:00 ` LFS and explicit LIBS pws-21 Andrej Borsenkow
1999-06-08  8:50   ` Peter Stephenson
1999-06-08 11:28     ` Andrej Borsenkow
1999-06-08 11:32       ` Peter Stephenson
1999-06-08 12:06         ` Andrej Borsenkow
1999-06-08 11:42           ` Peter Stephenson
1999-06-08 12:10         ` Tanaka Akira
1999-06-09  8:23         ` PATCH: " Andrej Borsenkow
1999-06-09 15:12     ` Andrej Borsenkow [this message]

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='000201beb28a$81e4d080$21c9ca95@mow.siemens.ru' \
    --to=borsenkow.msk@sni.de \
    --cc=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).