From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2375 invoked from network); 9 Jun 1999 08:46:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jun 1999 08:46:39 -0000 Received: (qmail 21661 invoked by alias); 9 Jun 1999 08:46:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6544 Received: (qmail 21654 invoked from network); 9 Jun 1999 08:46:18 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: PATCH: pws-21: function install info in summary Date: Wed, 9 Jun 1999 12:45:44 +0400 Message-ID: <003801beb254$7671a970$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 --- configure.in.org Wed Jun 9 12:20:41 1999 +++ configure.in Wed Jun 9 12:41:53 1999 @@ -1330,6 +1330,7 @@ eval "zshbin2=${zshbin1}" eval "zshman=${mandir}" eval "zshinfo=${infodir}" +eval "zshfndir=${fndir}" echo " zsh configuration @@ -1354,5 +1355,9 @@ library flags : ${LIBS} binary install path : ${zshbin2} man page install path : ${zshman} -info install path : ${zshinfo} +info install path : ${zshinfo}" +if test "$zshfndir" != no; then +echo "functions install path : ${zshfndir} +installed functions : ${FUNCTIONS_INSTALL} " +fi