From 7b0ea6e00d2ba07e74bda330658ee31c0622d848 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Mon, 25 Nov 2013 00:11:36 -0800 Subject: 32045 (adjusted by 32047): use makefile dependencies to determine whether to rebuild helpfiles --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') 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 -- cgit 1.4.1