From: cristy Date: Fri, 28 Oct 2011 16:52:32 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac9041adb11e8ddea5e8b9b0c55193b92cc83e12;p=imagemagick --- diff --git a/Makefile.in b/Makefile.in index 4e38cb2b5..1847b2eef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2316,6 +2316,7 @@ CGMDecodeDelegate = @CGMDecodeDelegate@ CL_CFLAGS = @CL_CFLAGS@ CL_LIBS = @CL_LIBS@ CODER_PATH = @CODER_PATH@ +CONFIGDIR_ARCH = @CONFIGDIR_ARCH@ CONFIGURE_ARGS = @CONFIGURE_ARGS@ CONFIGURE_PATH = @CONFIGURE_PATH@ CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@ @@ -2383,6 +2384,7 @@ HTMLDecodeDelegate = @HTMLDecodeDelegate@ ILBMDecodeDelegate = @ILBMDecodeDelegate@ ILBMEncodeDelegate = @ILBMEncodeDelegate@ INCLTDL = @INCLTDL@ +INCLUDEDIR_ARCH = @INCLUDEDIR_ARCH@ INCLUDE_DIR = @INCLUDE_DIR@ INFO_DIR = @INFO_DIR@ INSTALL = @INSTALL@ diff --git a/config/configure.xml b/config/configure.xml index 09db7bf03..1aff39a8e 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -20,6 +20,8 @@ + + diff --git a/config/configure.xml.in b/config/configure.xml.in index 42600b407..0aac08f9c 100644 --- a/config/configure.xml.in +++ b/config/configure.xml.in @@ -20,6 +20,8 @@ + + diff --git a/configure b/configure index 78752d3ee..0d13684e7 100755 --- a/configure +++ b/configure @@ -917,6 +917,8 @@ PTHREAD_CFLAGS PTHREAD_LIBS PTHREAD_CC ax_pthread_config +CONFIGDIR_ARCH +INCLUDEDIR_ARCH WinPathScript USING_CL_FALSE USING_CL_TRUE @@ -8270,6 +8272,8 @@ cat >>confdefs.h <<_ACEOF #define INCLUDEDIR_ARCH "$includedir_arch" _ACEOF +INCLUDEDIR_ARCH="$includedir_arch" + # # ARCH specific configuration directory @@ -8288,6 +8292,8 @@ cat >>confdefs.h <<_ACEOF #define CONFIGDIR_ARCH "$configdir_arch" _ACEOF +CONFIGDIR_ARCH="$configdir_arch" + # # Enable support for threads diff --git a/configure.ac b/configure.ac index 0826a07cd..523fc6460 100755 --- a/configure.ac +++ b/configure.ac @@ -386,6 +386,8 @@ AC_ARG_WITH([includedir-arch], [includedir_arch=$INCLUDE_DIR]) AC_DEFINE_UNQUOTED(INCLUDEDIR_ARCH,"$includedir_arch",[ARCH specific include directory]) +INCLUDEDIR_ARCH="$includedir_arch" +AC_SUBST(INCLUDEDIR_ARCH) # # ARCH specific configuration directory @@ -397,6 +399,8 @@ AC_ARG_WITH([configdir-arch], [configdir_arch="${LIB_DIR}/${PACKAGE_NAME}-${PACKAGE_VERSION}"]) AC_DEFINE_UNQUOTED(CONFIGDIR_ARCH,"$configdir_arch",[ARCH specific config directory]) +CONFIGDIR_ARCH="$configdir_arch" +AC_SUBST(CONFIGDIR_ARCH) # # Enable support for threads