# See the License for the specific language governing permissions and
# limitations under the License.
#
-# Copyright (C) 2003 - 2008 GraphicsMagick Group
-#
# Makefile for building ImageMagick m4 macros.
# Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# Copyright (C) 2003 - 2008 GraphicsMagick Group
-#
# Makefile for Magick ImageMagick configuration files.
#####
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# Copyright (C) 2003 - 2008 GraphicsMagick Group
-#
# Makefile for building MagickWand API.
#
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x658"/>
<configure name="LIB_VERSION_NUMBER" value="6,5,8,3"/>
- <configure name="RELEASE_DATE" value="2009-11-28"/>
+ <configure name="RELEASE_DATE" value="2009-12-03"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
# before this can be enabled.
hardcode_into_libs=yes
+ # Add ABI-specific directories to the system library path.
+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
#define MagickLibVersionText "6.5.8"
#define MagickLibVersionNumber 2,0,1
#define MagickLibSubversion "-3"
-#define MagickReleaseDate "2009-11-28"
+#define MagickReleaseDate "2009-12-03"
#define MagickChangeDate "20091128"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.8/index.html"