770c8c4d0c
help, testing and "go ahead" steven@
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
$OpenBSD: patch-configure_ac,v 1.2 2006/01/27 17:40:05 bernd Exp $
|
|
--- configure.ac.orig Thu Jan 5 11:02:55 2006
|
|
+++ configure.ac Mon Jan 23 12:38:27 2006
|
|
@@ -351,9 +351,9 @@ AM_CONDITIONAL(WITH_MODULES, test "$with
|
|
# 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
|
|
@@ -1984,7 +1984,7 @@ AC_SUBST(PERLMAINCC)
|
|
#
|
|
|
|
# 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
|
|
@@ -2047,7 +2047,7 @@ AC_SUBST(MagickFilterModulesPath)
|
|
|
|
#
|
|
# 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'
|
|
@@ -2059,7 +2059,7 @@ AC_SUBST(MagickDocumentPath)
|
|
|
|
#
|
|
# 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'
|