diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
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 |