diff -urN -x .build -x .inst -x .sinst -x Makefile.in -x autom4te.cache -x config.guess -x config.sub -x configure -x aclocal.m4 -x ltmain.sh ImageMagick-5.5.3-orig/CYGWIN-PATCHES/ImageMagick.README ImageMagick-5.5.3/CYGWIN-PATCHES/ImageMagick.README
--- ImageMagick-5.5.3-orig/CYGWIN-PATCHES/ImageMagick.README	1970-01-01 10:00:00.000000000 +1000
+++ ImageMagick-5.5.3/CYGWIN-PATCHES/ImageMagick.README	2003-03-01 00:02:00.000000000 +1100
@@ -0,0 +1,128 @@
+ImageMagick-5.4.5-1
+------------------------------------------
+ImageMagick is a robust collection of tools and libraries to read, write, 
+and manipulate an image in any of the more popular image formats including 
+GIF, JPEG, PNG, PDF, and Photo CD.  With ImageMagick you can create GIFs 
+dynamically making it suitable for Web applications.  You can also resize, 
+rotate, sharpen, color reduce, or add special effects to an image and save 
+your completed work in the same or differing image format
+
+Runtime requirements:
+  cygwin-1.3.10 or newer
+  zlib
+  libxml2
+  ghostscript
+  jbigkit
+  jpeg
+  libpng
+  libpng12
+  libtiff
+  libbz2_1
+  (freetype)
+  (all the X stuff)
+
+Build requirements:
+  all the above and
+  gcc
+  binutils
+  libpng12-devel
+  upx
+
+Canonical homepage:
+  http://www.ImageMagick.org
+
+Canonical download:
+  ftp://ftp.ImageMagick.org
+  
+------------------------------------
+
+Build instructions:
+  unpack <PKG>-VER-REL-src.tar.bz2
+    if you use setup to install this src package, it will be
+	 unpacked under /usr/src automatically
+  cd /usr/src
+  ./<PKG>-VER-REL.sh all
+
+This will create:
+  /usr/src/<PKG>-VER-REL.tar.bz2
+  /usr/src/<PKG>-VER-REL-src.tar.bz2
+
+-------------------------------------------
+
+Files included in the binary distro
+
+  /usr/bin/...
+  /usr/doc/<PKG>-<VER>/AUTHORS
+  /usr/doc/<PKG>-<VER>/...
+  /usr/doc/Cygwin/<PKG>-<VER>.README
+  /usr/man/man1/...
+  /etc/postinstall/<PKG>.sh
+
+------------------
+
+Port Notes:
+
+The only changes to the source code are:
+  autoconf.ac: AC_PREREQ(2.2) ->  AC_PREREQ(2.53)
+Rerun cygwin autotools
+  aclocal
+  automake --copy
+  autoconf
+  libtoolize --force --copy
+
+ImageMagick is configured as follows. Please verify that this
+configuration matches your expectations.
+
+Host system type : i686-pc-cygwin
+
+Option            Configure option              Configured value
+-----------------------------------------------------------------
+Shared libraries  --enable-shared=yes           yes
+Static libraries  --enable-static=yes           yes
+GNU ld            --with-gnu-ld=yes             yes
+LZW support       --enable-lzw=no               no
+16 bit pixels     --enable-16bit-pixel=yes      yes
+
+Delegate Configuration:
+BZLIB             --with-bzlib=yes              yes
+DPS               --with-dps=yes                yes
+FlashPIX          --with-fpx=yes                no
+FreeType 2.0      --with-ttf=yes                yes
+Ghostscript       None                          gs
+Ghostscript fonts --with-gs-font-dir=default    /usr/share/ghostscript/fonts
+Ghostscript lib   --with-gslib=yes              no
+HDF               --with-hdf=no                 no
+JBIG              --with-jbig=yes               yes
+JPEG v1           --with-jpeg=yes               yes
+JPEG v2           --with-jp2=yes                no
+LCMS              --with-lcms=yes               no
+MPEG v2           --with-mpeg2=yes              no
+Magick++          --with-magick-plus-plus=no    no
+PERL              --with-perl=no                no
+PNG               --with-png=yes                yes
+TIFF              --with-tiff=yes               yes
+WMF               --with-wmf=yes                no
+X11               --with-x=                     yes
+XML               --with-xml=yes                yes
+ZLIB              --with-zlib=yes               yes
+
+X11 Configuration:
+  X_CFLAGS     = -I/usr/X11R6/include
+  X_PRE_LIBS   = -lSM -lICE
+  X_LIBS       = -L/usr/X11R6/lib
+  X_EXTRA_LIBS =
+
+Options used to compile and link:
+  CC       = gcc
+  CFLAGS   = -O2 -Wall
+  CPPFLAGS = -I/usr/include/libxml2 -I/usr/X11R6/include/freetype2 \ 
+             -D_REENTRANT -I/usr/include/libpng12 -I/usr/X11R6/include \
+             -I/usr/X11R6/include -I/usr/X11R6/include/X11
+  CXX      = g++
+  CXXFLAGS = -g -O2
+  LDFLAGS  = -L/usr/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/X11R6/lib
+  LIBS     = -ljbig -ltiff -lfreetype -ljpeg -lpng -ldpstk -ldps -lXext \
+             -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm
+
+
+Cygwin port maintained by: David Billinghurst  <David.Billinghurst@riotinto.com> 
