On Fri, Apr 25, 2008 at 08:17:41AM -0400, Clint Adams wrote: > I can probably find time to do that this weekend. If not, look in > configure.ac for the lines beginning with AC_ARG_ENABLE.
i submitted a patch to zsh-workers. debian one would be this. regards, marc -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com
--- debian/rules~ 2008-04-26 02:21:05.000000000 +0200 +++ debian/rules 2008-04-26 02:22:32.000000000 +0200 @@ -35,7 +35,7 @@ endif ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) -CONFIGFLAGS += --enable-zsh-debug --enable-zsh-mem-debug --enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug +CONFIGFLAGS += --enable-zsh-debug --enable-zsh-mem-debug --enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug --enable-readnullcmd=pager endif ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))