]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 5 Mar 2014 00:25:29 +0000 (00:25 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 5 Mar 2014 00:25:29 +0000 (00:25 +0000)
MagickCore/version.h
configure
configure.ac

index 9b5ee2c71f91a1b0a62eb5bd2ea7b93686ef9eb1..72a8cd21abb57e175dc35dc9d6b5a5e6f99c214a 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2014 ImageMagick Studio LLC"
-#define MagickSVNRevision  "15015M"
+#define MagickSVNRevision  "15015:15016M"
 #define MagickLibVersion  0x700
 #define MagickLibVersionText  "7.0.0"
 #define MagickLibVersionNumber  1,0,0
index 6fb46fca17fdd62484129c1fdcacbe61d7699edd..572f6f1efc4326cb5fa9401a595000849ec84bbc 100755 (executable)
--- a/configure
+++ b/configure
@@ -3698,7 +3698,7 @@ MAGICK_PATCHLEVEL_VERSION=0
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_SVN_REVISION=15015M
+MAGICK_SVN_REVISION=15015:15016M
 
 
 # Substitute library versioning
@@ -28890,6 +28890,8 @@ fi
 
 have_fpx='no'
 FPX_LIBS=''
+SAVED_LIBS=${LIBS}
+LIBS=${LIBS/-ldjvulibre/}
 if test "$with_fpx" != 'no'; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: -------------------------------------------------------------" >&5
 $as_echo "-------------------------------------------------------------" >&6; }
@@ -28971,7 +28973,6 @@ $as_echo "no -- some components failed test" >&6; }
             have_fpx='no (failed tests)'
         else
             FPX_LIBS='-lfpx'
-            LIBS="$FPX_LIBS $LIBS"
 
 $as_echo "#define FPX_DELEGATE 1" >>confdefs.h
 
@@ -28994,6 +28995,7 @@ else
 fi
 
 
+LIBS=${SAVED_LIBS}
 
 
 #
index d34e738859072253e25b4455a6743e093664177f..420f76e9ac37bc24a06c6c8ce285a50e326d777b 100755 (executable)
@@ -1924,6 +1924,8 @@ fi
 
 have_fpx='no'
 FPX_LIBS=''
+SAVED_LIBS=${LIBS}
+LIBS=${LIBS/-ldjvulibre/}
 if test "$with_fpx" != 'no'; then
     AC_MSG_RESULT([-------------------------------------------------------------])
     AC_MSG_CHECKING([for FlashPIX])
@@ -1941,7 +1943,6 @@ if test "$with_fpx" != 'no'; then
             have_fpx='no (failed tests)'
         else
             FPX_LIBS='-lfpx'
-            LIBS="$FPX_LIBS $LIBS"
             AC_DEFINE(FPX_DELEGATE,1,Define if you have FlashPIX library)
             AC_MSG_RESULT([yes])
             have_fpx='yes'
@@ -1953,6 +1954,7 @@ if test "$with_fpx" != 'no'; then
 fi
 AM_CONDITIONAL(FPX_DELEGATE, test "$have_fpx" = 'yes')
 AC_SUBST(FPX_LIBS)
+LIBS=${SAVED_LIBS}
 
 dnl ===========================================================================