zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: pws-21: function install info in summary
@ 1999-06-09  8:45 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 1999-06-09  8:45 UTC (permalink / raw)
  To: ZSH workers mailing list

--- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-06-09  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-09  8:45 PATCH: pws-21: function install info in summary Andrej Borsenkow

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).