Common subdirectories: zsh-4.2.5/Completion and zsh-4.2.5-zeta1/Completion Common subdirectories: zsh-4.2.5/Config and zsh-4.2.5-zeta1/Config Common subdirectories: zsh-4.2.5/Doc and zsh-4.2.5-zeta1/Doc Common subdirectories: zsh-4.2.5/Etc and zsh-4.2.5-zeta1/Etc Common subdirectories: zsh-4.2.5/Functions and zsh-4.2.5-zeta1/Functions Common subdirectories: zsh-4.2.5/Misc and zsh-4.2.5-zeta1/Misc Common subdirectories: zsh-4.2.5/Src and zsh-4.2.5-zeta1/Src Common subdirectories: zsh-4.2.5/StartupFiles and zsh-4.2.5-zeta1/StartupFiles Common subdirectories: zsh-4.2.5/Test and zsh-4.2.5-zeta1/Test Common subdirectories: zsh-4.2.5/Util and zsh-4.2.5-zeta1/Util Common subdirectories: zsh-4.2.5/autom4te.cache and zsh-4.2.5-zeta1/autom4te.cache diff -uN --exclude-from=zsh-diff-exclude zsh-4.2.5/configure.ac zsh-4.2.5-zeta1/configure.ac --- zsh-4.2.5/configure.ac Mon Apr 4 02:48:58 2005 +++ zsh-4.2.5-zeta1/configure.ac Sat May 27 22:30:41 2006 @@ -1289,7 +1289,7 @@ dnl Try to make sure it doesn't get confused by files that don't dnl have real error definitions in. Count definitions to make sure. nerrs=`test -f $ERRNO_H && \ - grep '#[ ]*define[ ][ ]*E[0-9A-Z]*[ ]*[0-9][0-9]*' $ERRNO_H | \ + grep '#[ ]*define[ ][ ]*E[0-9A-Z]*[ ]*(*[_A-Z0-9][_A-Z0-9]*' $ERRNO_H | \ wc -l | sed 's/[ ]//g'` test "x$nerrs" != x && test "$nerrs" -ge 7 && break done