Attached is a patch that fixes a couple of problems
that I ran into while trying to build expat. Here
an overview of the changes in the patch:
2001-09-25 Mo DeJong <supermo@bayarea.net>
* buildconf.sh: Remove ltmain.sh and ltconfig
before running libtoolize so that one can
switch between libtool 1.3 and 1.4 by simply
re-running ./buildconf.sh the the appropriate
libtool on the path.
* configure.in: Check for a working mmap as
determined by the AC_FUNC_MMAP macro before
using the unixfilemap.c map implementation.
The old check always used unixfilemap.c.
* xmlwf/Makefile.in: Set srcdir and use it
to find include files when srcdir != builddir.
* xmlwf/readfilemap.c: Include the filemap.h
to avoid a compiler warning.
Patch for build problems.
Logged In: YES
user_id=3066
Excellent! Thanks for submitting this patch; I've checked
it in as:
xmlwf/Makefile.in 1.9
xmlwf/readfilemap.c 1.8
buildconf.sh 1.4
configure.in 1.25