c28fae7d85
tested by sthen@ and merdely@, ok merdely@
22 lines
864 B
Plaintext
22 lines
864 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.2 2007/09/19 05:58:14 steven Exp $
|
|
--- configure.ac.orig Wed Sep 5 22:08:48 2007
|
|
+++ configure.ac Tue Sep 18 16:05:43 2007
|
|
@@ -2070,7 +2070,7 @@ AC_SUBST(PERLMAINCC)
|
|
#
|
|
|
|
# Subdirectory under lib to place GraphicsMagick lib files
|
|
-MagickLibSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
|
+MagickLibSubdir="${PACKAGE_NAME}"
|
|
AC_DEFINE_UNQUOTED(MagickLibSubdir,"$MagickLibSubdir",Subdirectory of lib where GraphicsMagick architecture dependent files are installed)
|
|
|
|
# Path to GraphicsMagick bin directory
|
|
@@ -2133,7 +2133,7 @@ AC_SUBST(MagickFilterModulesPath)
|
|
|
|
#
|
|
# Path to GraphicsMagick share files
|
|
-MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
|
+MagickShareSubdir="${PACKAGE_NAME}"
|
|
MagickSharePath="${DATA_DIR}/${MagickShareSubdir}"
|
|
MagickSharePathDefine="${MagickSharePath}/"
|
|
if test "$native_win32_build" = 'yes'
|