2007-01-31 09:34:58 -05:00
|
|
|
$OpenBSD: patch-configure_ac,v 1.5 2007/01/31 14:34:58 bernd Exp $
|
|
|
|
--- configure.ac.orig Wed Jan 17 17:30:47 2007
|
|
|
|
+++ configure.ac Tue Jan 23 18:22:46 2007
|
|
|
|
@@ -373,9 +373,9 @@ AM_CONDITIONAL(WITH_MODULES, test "$with
|
2006-01-27 12:40:05 -05:00
|
|
|
# Enable building/use of libltdl if we are building shared libraries regardless
|
|
|
|
# of whether modules are built or not.
|
|
|
|
with_ltdl='no'
|
|
|
|
-if test "$libtool_build_shared_libs" != 'no' ; then
|
|
|
|
- with_ltdl='yes'
|
|
|
|
-fi
|
|
|
|
+#if test "$libtool_build_shared_libs" != 'no' ; then
|
|
|
|
+# with_ltdl='yes'
|
|
|
|
+#fi
|
|
|
|
|
|
|
|
AM_CONDITIONAL(WITH_LTDL, test "$with_ltdl" != 'no')
|
|
|
|
if test "$with_ltdl" != 'no' ; then
|
2007-01-31 09:34:58 -05:00
|
|
|
@@ -2053,7 +2053,7 @@ AC_SUBST(PERLMAINCC)
|
2005-06-04 10:39:21 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
# Subdirectory under lib to place ImageMagick lib files
|
|
|
|
-MagickLibSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
|
|
|
+MagickLibSubdir="${PACKAGE_NAME}"
|
|
|
|
AC_DEFINE_UNQUOTED(MagickLibSubdir,"$MagickLibSubdir",Subdirectory of lib where ImageMagick architecture dependent files are installed)
|
|
|
|
|
|
|
|
# Path to ImageMagick bin directory
|
2007-01-31 09:34:58 -05:00
|
|
|
@@ -2116,7 +2116,7 @@ AC_SUBST(MagickFilterModulesPath)
|
2005-06-04 10:39:21 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Path to ImageMagick document files
|
|
|
|
-MagickDocumentSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
|
|
|
+MagickDocumentSubdir="${PACKAGE_NAME}"
|
|
|
|
MagickDocumentPath="${DATA_DIR}/doc/${MagickDocumentSubdir}"
|
|
|
|
MagickDocumentPathDefine="${MagickDocumentPath}/"
|
|
|
|
if test "$native_win32_build" = 'yes'
|
2007-01-31 09:34:58 -05:00
|
|
|
@@ -2128,7 +2128,7 @@ AC_SUBST(MagickDocumentPath)
|
2005-06-04 10:39:21 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Path to ImageMagick share files
|
|
|
|
-MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
|
|
|
+MagickShareSubdir="${PACKAGE_NAME}"
|
|
|
|
MagickSharePath="${DATA_DIR}/${MagickShareSubdir}"
|
|
|
|
MagickSharePathDefine="${MagickSharePath}/"
|
|
|
|
if test "$native_win32_build" = 'yes'
|