about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-06 04:33:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-06 04:33:02 +0000
commit1ea6ad909a8b8fa39537bde3b0d131f8c3817fb5 (patch)
treef4d067b33a4fcbe5a530432bde89336c64b85119 /configure.in
parent76087d1158938bb46fd980e3da0cc864af2c7c18 (diff)
downloadzsh-1ea6ad909a8b8fa39537bde3b0d131f8c3817fb5.tar.gz
zsh-1ea6ad909a8b8fa39537bde3b0d131f8c3817fb5.tar.xz
zsh-1ea6ad909a8b8fa39537bde3b0d131f8c3817fb5.zip
manual/8903
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 935bebb25..de8d06dc0 100644
--- a/configure.in
+++ b/configure.in
@@ -48,15 +48,6 @@ dnl -----------------------------
 dnl Handle --program-prefix, --program-suffix, etc.
 AC_ARG_PROGRAM
 
-u_ptn=`make -s -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,
@@ -1610,6 +1601,5 @@ info install path         : ${zshinfo}"
 if test "$zshfndir" != no; then
 echo "functions install path    : ${zshfndir}
 installed functions       : ${FUNCTIONS_INSTALL}
-binary/info base name     : ${tzsh}
 "
 fi