# schaefer@brasslantern.com / 2015-03-13 20:39:04 -0700: > On Mar 13, 11:41pm, Roman Neuhauser wrote: > } > } is there a way to get at the value "fndir" ended up having in configure? > > Sort of. The trouble is that if --enable-function-subdirs has been used > for configure, there isn't really a useful scalar value of fndir, you > have to have the whole $fpath array. uh, sorry, i meant "sitefndir". anyway, how about the attached patch? ./Src/zsh -fc 'print -l "$ZSH_SITEFNDIR"' /omg/share/zsh/site-functions -- roman