about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-02 22:21:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-02 22:21:43 +0000
commitaaf561724cb50d2f3533a51b2159d3428691171b (patch)
tree0ab7579d2ee030f71466b5ee5d88fc1d6e86bd32 /configure.in
parent7911421e73736723cca9a194f97c99cdd65a678f (diff)
downloadzsh-aaf561724cb50d2f3533a51b2159d3428691171b.tar.gz
zsh-aaf561724cb50d2f3533a51b2159d3428691171b.tar.xz
zsh-aaf561724cb50d2f3533a51b2159d3428691171b.zip
zsh-workers/8863
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index de8d06dc0..c39de8b20 100644
--- a/configure.in
+++ b/configure.in
@@ -48,6 +48,15 @@ dnl -----------------------------
 dnl Handle --program-prefix, --program-suffix, etc.
 AC_ARG_PROGRAM
 
+u_ptn=`make -f - <<EOF
+all:
+	@echo ${program_transform_name}
+EOF
+`
+tzsh=`echo zsh | sed -e "${u_ptn}"`
+
+AC_SUBST(tzsh)dnl
+
 dnl Do you want to debug zsh?
 undefine([zsh-debug])dnl
 AC_ARG_ENABLE(zsh-debug,
@@ -1601,5 +1610,6 @@ info install path         : ${zshinfo}"
 if test "$zshfndir" != no; then
 echo "functions install path    : ${zshfndir}
 installed functions       : ${FUNCTIONS_INSTALL}
+binary/info base name     : ${tzsh}
 "
 fi