Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: pws-21: function install info in summary
- X-seq: zsh-workers 6544
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: pws-21: function install info in summary
- Date: Wed, 9 Jun 1999 12:45:44 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
--- 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author