about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-09-20 12:11:27 +0300
committerPeter Stephenson <pws@zsh.org>2014-09-22 14:28:01 +0100
commit7c6e267da47cc8f65440517d755b3a9509740b63 (patch)
tree0f22f15b4fa5ce8abc60f06f1f68da571e01736f /configure.ac
parente171c1932024c96b8e564ab7f3febdbe8a4259dd (diff)
downloadzsh-7c6e267da47cc8f65440517d755b3a9509740b63.tar.gz
zsh-7c6e267da47cc8f65440517d755b3a9509740b63.tar.xz
zsh-7c6e267da47cc8f65440517d755b3a9509740b63.zip
33208: improve report on paths at end of configuration
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 10 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index b0304fd92..306a0057d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3200,9 +3200,12 @@ AC_OUTPUT
 
 eval "zshbin1=${bindir}"
 eval "zshbin2=${zshbin1}"
-eval "zshman=${mandir}"
-eval "zshinfo=${infodir}"
-eval "zshfndir=${fndir}"
+eval "zshman1=${mandir}"
+eval "zshman2=${zshman1}"
+eval "zshinfo1=${infodir}"
+eval "zshinfo2=${zshinfo1}"
+eval "zshfndir1=${fndir}"
+eval "zshfndir2=${zshfndir1}"
 
 echo "
 zsh configuration
@@ -3227,10 +3230,10 @@ echo "\
 library flags             : ${LIBS}
 installation basename     : ${tzsh_name}
 binary install path       : ${zshbin2}
-man page install path     : ${zshman}
-info install path         : ${zshinfo}"
-if test "$zshfndir" != no; then
-  echo "functions install path    : ${zshfndir}"
+man page install path     : ${zshman2}
+info install path         : ${zshinfo2}"
+if test "$zshfndir2" != no; then
+  echo "functions install path    : ${zshfndir2}"
 fi
 if test "x$additionalfpath" != x; then
   echo "additional fpath entries  : ${additionalfpath}"