diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 607c61204..776b90828 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,11 @@ fi], [runhelpdir=yes]) if test x"$runhelpdir" = xyes; then runhelpdir=${datadir}/${tzsh_name}/'${VERSION}'/help fi +if test x"$runhelpdir" = x; then + runhelp= +else + runhelp=runhelp +fi ifdef([fndir],[undefine([fndir])])dnl AC_ARG_ENABLE(fndir, @@ -310,6 +315,7 @@ else fi], [additionalfpath=""]) AC_SUBST(runhelpdir)dnl +AC_SUBST(runhelp)dnl AC_SUBST(additionalfpath)dnl AC_SUBST(fndir)dnl AC_SUBST(sitefndir)dnl |