Hi, I'm getting the following error when running build.sh

    config.status: error: cannot find input file: test/Makefile.in

this seems to be happening as part of the process of build libzzip.  I've attached a log of the relevant portion below.  Is there something missing in my Linux installation that could be causing this?  Thanks!

mkdir -p ../../libs/zziplib && cd ../../libs/zziplib && cp -a ../../../src/texk/web2c/../../libs/zziplib/* . && env CPPFLAGS=-I../../../src/texk/web2c/../../libs/zlib ./configure --disable-builddir --disable-shared  && cd ../../libs/zziplib/zzip && make  CC='gcc' CFLAGS='-g -O2 ' LDFLAGS=''  libzzip.la
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for gsed... sed
checking default prefix path... /usr/local
checking default prefix system... is /local-package
...using thread-safe linkage
checking zlib install prefix... none
checking rpm spec file... zziplib.spec
checking for spec package... zziplib
checking for spec version... 0.13.47
checking for spec license type... GNU LGPL (fallback)
checking for spec summary... ZZipLib - libZ-based ZIP-access Library
checking for spec category... Development/Libraries
checking for spec icon... zziplib-icon.png (fallback)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking out linker version info 0.13.47 ... /0/13:47 (-0.so.13.0.47)
creating zzip/_msvc.in via zzip/_msvc.sed of config.h.in
checking whether to enable maintainer-specific portions of Makefiles... no
checking our pkgconfig libname... zziplib
checking our pkgconfig version... 0.13.47
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /usr/local/lib/pkgconfig
checking our pkgconfig_libfile... zziplib.pc
checking our package / suffix... zziplib /
checking our pkgconfig description... ZZipLib - libZ-based ZIP-access Library
checking our pkgconfig requires... zzip-zlib-config
checking our pkgconfig ext libs... -lzzip
checking our pkgconfig cppflags... -I../../../src/texk/web2c/../../libs/zlib
checking our pkgconfig ldflags...
generate the pkgconfig later... zzip/zziplib.pc
noninstalled pkgconfig -L /home/geoffw/joint-work/luatex/luatex-snapshot-20061023/build/libs/zziplib/zzip/.libs
noninstalled pkgconfig -I /home/geoffw/joint-work/luatex/luatex-snapshot-20061023/build/libs/zziplib/.
checking for perl5... no
checking for perl... /usr/bin/perl
checking for python2.2... no
checking for python2.3... no
checking for python... /usr/bin/python
checking for zip... /usr/bin/zip
checking for xmlto... no
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for C restrict keyword... __restrict__
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winnt.h usability... no
checking winnt.h presence... no
checking for winnt.h... no
checking winbase.h usability... no
checking winbase.h presence... no
checking for winbase.h... no
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for strcasecmp... yes
checking for strndup... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off64_t... no
checking for __int64... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether system differentiates 64bit off_t by defines... yes
compiles library as 32bit off_t variant - largefile is not the default here
checking for zlib being found... yes - 1.2.3
checking docdir default... ${datadir}/doc
checking whether using debugging messages in libraries... no
checking whether thread stack is too small for bufsiz buffers... no
checking whether can use mmap for file scanning... yes, sys/mman.h
checking whether making SDL parts... no, disabled
checking running extra tests on make check... yes
checking link options... --export-dynamic  #
checking auto silent in maintainer mode... libtool-silent, auto-sleep-9
checking CFLAGS frame-pointer... no, -fomit-frame-pointer added
checking CFLAGS for maximum warnings... -Wall
checking CFLAGS making strings readonly... no, unknown
checking CFLAGS for strict prototypes... -Wstrict-prototypes
checking CFLAGS for gcc -Wpointer-arith... -Wpointer-arith
checking CFLAGS for gcc -Wsign-compare... -Wsign-compare
checking CFLAGS for gcc -Wmissing-declarations... -Wmissing-declarations
checking for pkg-config... /usr/bin/pkg-config
configure: warning: pkgconfigdir=/usr/local/lib/pkgconfig (see config.log)
configure: perhaps: make install pkgconfigdir=/usr/lib/pkgconfig
configure: warning: aclocaldir=/usr/local/share/aclocal (see config.log)
configure: perhaps: make install aclocaldir=/usr/share/aclocal
configure: creating ./config.status
config.status: creating Makefile
config.status: creating zzip/Makefile
config.status: creating zzipwrap/Makefile
config.status: creating SDL/Makefile
config.status: creating docs/Makefile
config.status: creating test/Makefile
config.status: error: cannot find input file: test/Makefile.in
make: *** [../../libs/zziplib/zzip/.libs/libzzip.a] Error 1

-- 
[Geoff Washburn|geoffw@cis.upenn.edu|http://www.cis.upenn.edu/~geoffw/]