more updates
authordarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 10 Jan 2006 21:05:13 +0000 (21:05 +0000)
committerdarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 10 Jan 2006 21:05:13 +0000 (21:05 +0000)
git-svn-id: http://svn.voria.com/code@102 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/config/build.cfg
synfig-core/trunk/config/configure.ac
synfig-core/trunk/examples/Makefile.in

index 7425218..70ff3cd 100644 (file)
@@ -4,7 +4,7 @@ PACKAGE_BUGREPORT="darco@voria.com"
 PACKAGE_TARNAME=synfig
 VERSION_MAJ="0"
 VERSION_MIN="61"
-VERSION_REV="03"
+VERSION_REV="04"
 [ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"`
 SVN_REPOSITORY="https://svn.voria.com/code/synfig-core"
 
index cc4efcf..28007f1 100644 (file)
@@ -140,7 +140,8 @@ if test $use_layerprofiling = "yes" ; then {
 AC_ARG_WITH(imagemagick,[
   --without-imagemagick   Disable support for ImageMagick],[
 ],[
-       with_imagemagick="yes"
+    AC_CHECK_PROG([imagemagick_convert],[convert],[yes],[no])
+    with_imagemagick=$imagemagic_convert
 ])
 if test $with_imagemagick = "no" ; then {
        AM_CONDITIONAL(WITH_IMAGEMAGICK,false)
index f0ae222..edcd3cf 100644 (file)
@@ -193,6 +193,7 @@ host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+imagemagick_convert = @imagemagick_convert@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@