rmagick 1.15.13 → 1.15.14

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

Files changed (61) hide show
  1. data/ChangeLog +11 -0
  2. data/README.html +9 -9
  3. data/README.txt +7 -7
  4. data/configure +350 -14
  5. data/configure.ac +6 -5
  6. data/doc/comtasks.html +2 -2
  7. data/doc/constants.html +9 -9
  8. data/doc/draw.html +5 -5
  9. data/doc/ex/clip_path.rb +5 -11
  10. data/doc/ex/stegano.rb +0 -16
  11. data/doc/ex/wet_floor.rb +14 -8
  12. data/doc/ilist.html +5 -5
  13. data/doc/image1.html +7 -7
  14. data/doc/image2.html +5 -5
  15. data/doc/image3.html +4 -4
  16. data/doc/imageattrs.html +3 -3
  17. data/doc/imusage.html +3 -3
  18. data/doc/index.html +7 -7
  19. data/doc/info.html +5 -5
  20. data/doc/magick.html +4 -4
  21. data/doc/optequiv.html +3 -3
  22. data/doc/rvg.html +3 -3
  23. data/doc/rvgclip.html +2 -2
  24. data/doc/rvggroup.html +2 -2
  25. data/doc/rvgimage.html +3 -3
  26. data/doc/rvgpattern.html +3 -3
  27. data/doc/rvgshape.html +2 -2
  28. data/doc/rvgstyle.html +2 -2
  29. data/doc/rvgtext.html +2 -2
  30. data/doc/rvgtspan.html +4 -4
  31. data/doc/rvgtut.html +4 -4
  32. data/doc/rvguse.html +3 -3
  33. data/doc/rvgxform.html +2 -2
  34. data/doc/struct.html +6 -6
  35. data/doc/usage.html +3 -3
  36. data/ext/RMagick/MANIFEST +1 -1
  37. data/ext/RMagick/rmagick.h +9 -1
  38. data/ext/RMagick/rmagick_config.h.in +8 -0
  39. data/ext/RMagick/rmdraw.c +2 -2
  40. data/ext/RMagick/rmfill.c +2 -2
  41. data/ext/RMagick/rmilist.c +3 -3
  42. data/ext/RMagick/rmimage.c +42 -10
  43. data/ext/RMagick/rminfo.c +2 -2
  44. data/ext/RMagick/rmmain.c +3 -3
  45. data/ext/RMagick/rmutil.c +5 -2
  46. data/lib/RMagick.rb +2 -2
  47. data/lib/rvg/clippath.rb +2 -2
  48. data/lib/rvg/container.rb +2 -2
  49. data/lib/rvg/describable.rb +2 -2
  50. data/lib/rvg/embellishable.rb +2 -2
  51. data/lib/rvg/misc.rb +2 -2
  52. data/lib/rvg/paint.rb +7 -2
  53. data/lib/rvg/pathdata.rb +2 -2
  54. data/lib/rvg/rvg.rb +2 -2
  55. data/lib/rvg/stretchable.rb +14 -2
  56. data/lib/rvg/stylable.rb +2 -2
  57. data/lib/rvg/text.rb +2 -2
  58. data/lib/rvg/transformable.rb +2 -2
  59. data/lib/rvg/units.rb +2 -2
  60. data/rmagick.gemspec +1 -1
  61. metadata +3 -3
data/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ RMagick 1.15.14
2
+ o Fix bug #18271, change rvg#width, rvg#height to return user-space
3
+ coordinates (bug report by Greg Jarman)
4
+ o Miscellaneous changes to work with GraphicsMagick 1.2
5
+ o Change clip_path.rb example to produce the same output in GraphicsMagick
6
+ and ImageMagick.
7
+
8
+ RMagick 1.15.13
9
+ o Fix bug #18016, check for InitializeMagick in libMagickCore (bug report
10
+ by Dan Gilbert)
11
+
1
12
  RMagick 1.15.12
2
13
  o Fix bug #16221, starting with ImageMagick 6.3.2, get_exif_by_entry/number
3
14
  returns empty array/hash when no arguments are specified, even though the
data/README.html CHANGED
@@ -1,14 +1,14 @@
1
1
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
2
  <html>
3
3
  <head>
4
- <title>RMagick 1.15.13 README</title>
4
+ <title>RMagick 1.15.14 README</title>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
  <meta name="GENERATOR" content="BlueCloth">
7
7
  </head>
8
8
  <body>
9
- <h1>RMagick 1.15.13 README</h1>
9
+ <h1>RMagick 1.15.14 README</h1>
10
10
 
11
- <h2>02/13/08</h2>
11
+ <h2>05/08/08</h2>
12
12
 
13
13
  <h2>Table Of Contents</h2>
14
14
 
@@ -41,7 +41,7 @@ ImageMagick and GraphicsMagick image processing libraries.</p>
41
41
 
42
42
  <p><strong>Author:</strong> Tim Hunter</p>
43
43
 
44
- <p><strong>Email:</strong> <a href="&#x6D;&#097;&#105;&#x6C;&#x74;&#x6F;:&#114;&#x6D;&#x61;&#x67;&#105;&#x63;k&#x40;&#x72;&#x75;&#098;y&#x66;&#111;&#114;&#x67;&#101;&#046;&#x6F;&#x72;&#103;">&#114;&#x6D;&#x61;&#x67;&#105;&#x63;k&#x40;&#x72;&#x75;&#098;y&#x66;&#111;&#114;&#x67;&#101;&#046;&#x6F;&#x72;&#103;</a></p>
44
+ <p><strong>Email:</strong> <a href="&#x6D;&#097;&#x69;&#108;&#x74;&#x6F;:&#x72;&#x6D;&#x61;&#x67;i&#x63;k&#064;&#x72;&#117;&#x62;&#121;&#x66;&#x6F;&#114;&#x67;&#101;&#046;&#111;&#114;&#103;">&#x72;&#x6D;&#x61;&#x67;i&#x63;k&#064;&#x72;&#117;&#x62;&#121;&#x66;&#x6F;&#114;&#x67;&#101;&#046;&#111;&#114;&#103;</a></p>
45
45
 
46
46
  <p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p>
47
47
 
@@ -228,7 +228,7 @@ addition to the regular options, there are a few RMagick-specific options:</p>
228
228
 
229
229
  <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4>
230
230
 
231
- <p>De-compress the RMagick-1.15.13.tar.gz archive and enter the top
231
+ <p>De-compress the RMagick-1.15.14.tar.gz archive and enter the top
232
232
  directory. Then type:</p>
233
233
 
234
234
  <pre><code>$ ./configure &lt;configuration options&gt;
@@ -249,9 +249,9 @@ $ make clean
249
249
 
250
250
  <p>When make is running the examples, if you get a message like this:</p>
251
251
 
252
- <pre><code>/home/you/RMagick-1.15.13/lib/RMagick.rb:11:in `require': libMagick.so.0:
252
+ <pre><code>/home/you/RMagick-1.15.14/lib/RMagick.rb:11:in `require': libMagick.so.0:
253
253
  cannot open shared object file: No such file or directory -
254
- /home/you/RMagick-1.15.13/ext/RMagick/RMagick.so (LoadError)
254
+ /home/you/RMagick-1.15.14/ext/RMagick/RMagick.so (LoadError)
255
255
  </code></pre>
256
256
 
257
257
  <p>you probably do not have the directory in which the ImageMagick or GraphicsMagick
@@ -271,7 +271,7 @@ systems, see the documentation for the dynamic loading facility.</p>
271
271
 
272
272
  <p>When make is running the examples, if you get a message like this:</p>
273
273
 
274
- <pre><code>hook /home/me/src/RMagick-1.15.13/./post-setup.rb failed:
274
+ <pre><code>hook /home/me/src/RMagick-1.15.14/./post-setup.rb failed:
275
275
  No such file or directory - "/tmp/rmagick6872.6"
276
276
  </code></pre>
277
277
 
@@ -322,7 +322,7 @@ to their respective authors or distributors.</p>
322
322
  <h2 id="license">License</h2>
323
323
 
324
324
  <blockquote>
325
- <p>Copyright � 2002-2007 by Timothy P. Hunter</p>
325
+ <p>Copyright � 2002-2008 by Timothy P. Hunter</p>
326
326
 
327
327
  <p>Permission is hereby granted, free of charge, to any person obtaining a
328
328
  copy of this software and associated documentation files (the "Software"),
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
- RMagick 1.15.13 README
1
+ RMagick 1.15.14 README
2
2
  ================================
3
- 02/13/08
3
+ 05/08/08
4
4
  --------
5
5
 
6
6
  Table Of Contents
@@ -196,7 +196,7 @@ addition to the regular options, there are a few RMagick-specific options:
196
196
 
197
197
  <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4>
198
198
 
199
- De-compress the RMagick-1.15.13.tar.gz archive and enter the top
199
+ De-compress the RMagick-1.15.14.tar.gz archive and enter the top
200
200
  directory. Then type:
201
201
 
202
202
  $ ./configure <configuration options>
@@ -214,9 +214,9 @@ The message can also refer to "libGraphicsMagick". Typically this message means
214
214
  #### Cannot open shared object file
215
215
  When make is running the examples, if you get a message like this:
216
216
 
217
- /home/you/RMagick-1.15.13/lib/RMagick.rb:11:in `require': libMagick.so.0:
217
+ /home/you/RMagick-1.15.14/lib/RMagick.rb:11:in `require': libMagick.so.0:
218
218
  cannot open shared object file: No such file or directory -
219
- /home/you/RMagick-1.15.13/ext/RMagick/RMagick.so (LoadError)
219
+ /home/you/RMagick-1.15.14/ext/RMagick/RMagick.so (LoadError)
220
220
 
221
221
  you probably do not have the directory in which the ImageMagick or GraphicsMagick
222
222
  library is installed in your load path. An easy way to fix this is to define the
@@ -233,7 +233,7 @@ systems, see the documentation for the dynamic loading facility.
233
233
  #### No such file or directory - "/tmp/rmagick6872.6"
234
234
  When make is running the examples, if you get a message like this:
235
235
 
236
- hook /home/me/src/RMagick-1.15.13/./post-setup.rb failed:
236
+ hook /home/me/src/RMagick-1.15.14/./post-setup.rb failed:
237
237
  No such file or directory - "/tmp/rmagick6872.6"
238
238
 
239
239
  you probably do not have a temporary directory environment variable set. Set
@@ -278,7 +278,7 @@ Thanks to
278
278
 
279
279
  <h2 id="license">License</h2>
280
280
 
281
- > Copyright � 2002-2007 by Timothy P. Hunter
281
+ > Copyright � 2002-2008 by Timothy P. Hunter
282
282
  >
283
283
  > Permission is hereby granted, free of charge, to any person obtaining a
284
284
  > copy of this software and associated documentation files (the "Software"),
data/configure CHANGED
@@ -1,6 +1,6 @@
1
1
  #! /bin/sh
2
2
  # Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.61 for RMagick 1.15.13.
3
+ # Generated by GNU Autoconf 2.61 for RMagick 1.15.14.
4
4
  #
5
5
  # Report bugs to <rmagick@rubyforge.org>.
6
6
  #
@@ -573,9 +573,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
573
573
 
574
574
  # Identity of this package.
575
575
  PACKAGE_NAME='RMagick'
576
- PACKAGE_TARNAME='RMagick-1.15.13.tar.gz'
577
- PACKAGE_VERSION='1.15.13'
578
- PACKAGE_STRING='RMagick 1.15.13'
576
+ PACKAGE_TARNAME='RMagick-1.15.14.tar.gz'
577
+ PACKAGE_VERSION='1.15.14'
578
+ PACKAGE_STRING='RMagick 1.15.14'
579
579
  PACKAGE_BUGREPORT='rmagick@rubyforge.org'
580
580
 
581
581
  # Factoring default headers for most tests.
@@ -1181,7 +1181,7 @@ if test "$ac_init_help" = "long"; then
1181
1181
  # Omit some internal or obsolete options to make the list less imposing.
1182
1182
  # This message is too long to be a string in the A/UX 3.1 sh.
1183
1183
  cat <<_ACEOF
1184
- \`configure' configures RMagick 1.15.13 to adapt to many kinds of systems.
1184
+ \`configure' configures RMagick 1.15.14 to adapt to many kinds of systems.
1185
1185
 
1186
1186
  Usage: $0 [OPTION]... [VAR=VALUE]...
1187
1187
 
@@ -1229,7 +1229,7 @@ Fine tuning of the installation directories:
1229
1229
  --infodir=DIR info documentation [DATAROOTDIR/info]
1230
1230
  --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1231
1231
  --mandir=DIR man documentation [DATAROOTDIR/man]
1232
- --docdir=DIR documentation root [DATAROOTDIR/doc/RMagick-1.15.13.tar.gz]
1232
+ --docdir=DIR documentation root [DATAROOTDIR/doc/RMagick-1.15.14.tar.gz]
1233
1233
  --htmldir=DIR html documentation [DOCDIR]
1234
1234
  --dvidir=DIR dvi documentation [DOCDIR]
1235
1235
  --pdfdir=DIR pdf documentation [DOCDIR]
@@ -1242,7 +1242,7 @@ fi
1242
1242
 
1243
1243
  if test -n "$ac_init_help"; then
1244
1244
  case $ac_init_help in
1245
- short | recursive ) echo "Configuration of RMagick 1.15.13:";;
1245
+ short | recursive ) echo "Configuration of RMagick 1.15.14:";;
1246
1246
  esac
1247
1247
  cat <<\_ACEOF
1248
1248
 
@@ -1355,7 +1355,7 @@ fi
1355
1355
  test -n "$ac_init_help" && exit $ac_status
1356
1356
  if $ac_init_version; then
1357
1357
  cat <<\_ACEOF
1358
- RMagick configure 1.15.13
1358
+ RMagick configure 1.15.14
1359
1359
  generated by GNU Autoconf 2.61
1360
1360
 
1361
1361
  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1369,7 +1369,7 @@ cat >config.log <<_ACEOF
1369
1369
  This file contains any messages produced by compilers while
1370
1370
  running configure, to aid debugging if configure makes a mistake.
1371
1371
 
1372
- It was created by RMagick $as_me 1.15.13, which was
1372
+ It was created by RMagick $as_me 1.15.14, which was
1373
1373
  generated by GNU Autoconf 2.61. Invocation command line was
1374
1374
 
1375
1375
  $ $0 $@
@@ -4580,7 +4580,8 @@ done
4580
4580
 
4581
4581
 
4582
4582
 
4583
- for ac_func in AddNoiseImageChannel BilevelImageChannel BlackThresholdImage
4583
+
4584
+ for ac_func in AddNoiseImageChannel AllocateImageProfileIterator BilevelImageChannel BlackThresholdImage
4584
4585
  do
4585
4586
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4586
4587
  { echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -5155,7 +5156,8 @@ done
5155
5156
 
5156
5157
 
5157
5158
 
5158
- for ac_func in GaussianBlurImageChannel GetColorHistogram GetColorInfoArray
5159
+
5160
+ for ac_func in GaussianBlurImageChannel GetBlobSize GetColorHistogram GetColorInfoArray
5159
5161
  do
5160
5162
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5161
5163
  { echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -6880,7 +6882,8 @@ done
6880
6882
 
6881
6883
 
6882
6884
 
6883
- for ac_func in RecolorImage SeparateImageChannel SepiaToneImage
6885
+
6886
+ for ac_func in RecolorImage RemoveFirstImageFromList SeparateImageChannel SepiaToneImage
6884
6887
  do
6885
6888
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6886
6889
  { echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -8763,6 +8766,339 @@ cat >>confdefs.h <<_ACEOF
8763
8766
  _ACEOF
8764
8767
 
8765
8768
 
8769
+ fi
8770
+ { echo "$as_me:$LINENO: checking for Image.iptc_profile" >&5
8771
+ echo $ECHO_N "checking for Image.iptc_profile... $ECHO_C" >&6; }
8772
+ if test "${ac_cv_member_Image_iptc_profile+set}" = set; then
8773
+ echo $ECHO_N "(cached) $ECHO_C" >&6
8774
+ else
8775
+ cat >conftest.$ac_ext <<_ACEOF
8776
+ /* confdefs.h. */
8777
+ _ACEOF
8778
+ cat confdefs.h >>conftest.$ac_ext
8779
+ cat >>conftest.$ac_ext <<_ACEOF
8780
+ /* end confdefs.h. */
8781
+ #include <stdio.h>
8782
+ #if HAVE_SYS_TYPES_H
8783
+ #include <sys/types.h>
8784
+ #endif
8785
+ #include "magick/api.h"
8786
+
8787
+ int
8788
+ main ()
8789
+ {
8790
+ static Image ac_aggr;
8791
+ if (ac_aggr.iptc_profile)
8792
+ return 0;
8793
+ ;
8794
+ return 0;
8795
+ }
8796
+ _ACEOF
8797
+ rm -f conftest.$ac_objext
8798
+ if { (ac_try="$ac_compile"
8799
+ case "(($ac_try" in
8800
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8801
+ *) ac_try_echo=$ac_try;;
8802
+ esac
8803
+ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8804
+ (eval "$ac_compile") 2>conftest.er1
8805
+ ac_status=$?
8806
+ grep -v '^ *+' conftest.er1 >conftest.err
8807
+ rm -f conftest.er1
8808
+ cat conftest.err >&5
8809
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8810
+ (exit $ac_status); } && {
8811
+ test -z "$ac_c_werror_flag" ||
8812
+ test ! -s conftest.err
8813
+ } && test -s conftest.$ac_objext; then
8814
+ ac_cv_member_Image_iptc_profile=yes
8815
+ else
8816
+ echo "$as_me: failed program was:" >&5
8817
+ sed 's/^/| /' conftest.$ac_ext >&5
8818
+
8819
+ cat >conftest.$ac_ext <<_ACEOF
8820
+ /* confdefs.h. */
8821
+ _ACEOF
8822
+ cat confdefs.h >>conftest.$ac_ext
8823
+ cat >>conftest.$ac_ext <<_ACEOF
8824
+ /* end confdefs.h. */
8825
+ #include <stdio.h>
8826
+ #if HAVE_SYS_TYPES_H
8827
+ #include <sys/types.h>
8828
+ #endif
8829
+ #include "magick/api.h"
8830
+
8831
+ int
8832
+ main ()
8833
+ {
8834
+ static Image ac_aggr;
8835
+ if (sizeof ac_aggr.iptc_profile)
8836
+ return 0;
8837
+ ;
8838
+ return 0;
8839
+ }
8840
+ _ACEOF
8841
+ rm -f conftest.$ac_objext
8842
+ if { (ac_try="$ac_compile"
8843
+ case "(($ac_try" in
8844
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8845
+ *) ac_try_echo=$ac_try;;
8846
+ esac
8847
+ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8848
+ (eval "$ac_compile") 2>conftest.er1
8849
+ ac_status=$?
8850
+ grep -v '^ *+' conftest.er1 >conftest.err
8851
+ rm -f conftest.er1
8852
+ cat conftest.err >&5
8853
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8854
+ (exit $ac_status); } && {
8855
+ test -z "$ac_c_werror_flag" ||
8856
+ test ! -s conftest.err
8857
+ } && test -s conftest.$ac_objext; then
8858
+ ac_cv_member_Image_iptc_profile=yes
8859
+ else
8860
+ echo "$as_me: failed program was:" >&5
8861
+ sed 's/^/| /' conftest.$ac_ext >&5
8862
+
8863
+ ac_cv_member_Image_iptc_profile=no
8864
+ fi
8865
+
8866
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8867
+ fi
8868
+
8869
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8870
+ fi
8871
+ { echo "$as_me:$LINENO: result: $ac_cv_member_Image_iptc_profile" >&5
8872
+ echo "${ECHO_T}$ac_cv_member_Image_iptc_profile" >&6; }
8873
+ if test $ac_cv_member_Image_iptc_profile = yes; then
8874
+
8875
+ cat >>confdefs.h <<_ACEOF
8876
+ #define HAVE_IMAGE_IPTC_PROFILE 1
8877
+ _ACEOF
8878
+
8879
+
8880
+ fi
8881
+ { echo "$as_me:$LINENO: checking for Image.generic_profile" >&5
8882
+ echo $ECHO_N "checking for Image.generic_profile... $ECHO_C" >&6; }
8883
+ if test "${ac_cv_member_Image_generic_profile+set}" = set; then
8884
+ echo $ECHO_N "(cached) $ECHO_C" >&6
8885
+ else
8886
+ cat >conftest.$ac_ext <<_ACEOF
8887
+ /* confdefs.h. */
8888
+ _ACEOF
8889
+ cat confdefs.h >>conftest.$ac_ext
8890
+ cat >>conftest.$ac_ext <<_ACEOF
8891
+ /* end confdefs.h. */
8892
+ #include <stdio.h>
8893
+ #if HAVE_SYS_TYPES_H
8894
+ #include <sys/types.h>
8895
+ #endif
8896
+ #include "magick/api.h"
8897
+
8898
+ int
8899
+ main ()
8900
+ {
8901
+ static Image ac_aggr;
8902
+ if (ac_aggr.generic_profile)
8903
+ return 0;
8904
+ ;
8905
+ return 0;
8906
+ }
8907
+ _ACEOF
8908
+ rm -f conftest.$ac_objext
8909
+ if { (ac_try="$ac_compile"
8910
+ case "(($ac_try" in
8911
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8912
+ *) ac_try_echo=$ac_try;;
8913
+ esac
8914
+ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8915
+ (eval "$ac_compile") 2>conftest.er1
8916
+ ac_status=$?
8917
+ grep -v '^ *+' conftest.er1 >conftest.err
8918
+ rm -f conftest.er1
8919
+ cat conftest.err >&5
8920
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921
+ (exit $ac_status); } && {
8922
+ test -z "$ac_c_werror_flag" ||
8923
+ test ! -s conftest.err
8924
+ } && test -s conftest.$ac_objext; then
8925
+ ac_cv_member_Image_generic_profile=yes
8926
+ else
8927
+ echo "$as_me: failed program was:" >&5
8928
+ sed 's/^/| /' conftest.$ac_ext >&5
8929
+
8930
+ cat >conftest.$ac_ext <<_ACEOF
8931
+ /* confdefs.h. */
8932
+ _ACEOF
8933
+ cat confdefs.h >>conftest.$ac_ext
8934
+ cat >>conftest.$ac_ext <<_ACEOF
8935
+ /* end confdefs.h. */
8936
+ #include <stdio.h>
8937
+ #if HAVE_SYS_TYPES_H
8938
+ #include <sys/types.h>
8939
+ #endif
8940
+ #include "magick/api.h"
8941
+
8942
+ int
8943
+ main ()
8944
+ {
8945
+ static Image ac_aggr;
8946
+ if (sizeof ac_aggr.generic_profile)
8947
+ return 0;
8948
+ ;
8949
+ return 0;
8950
+ }
8951
+ _ACEOF
8952
+ rm -f conftest.$ac_objext
8953
+ if { (ac_try="$ac_compile"
8954
+ case "(($ac_try" in
8955
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8956
+ *) ac_try_echo=$ac_try;;
8957
+ esac
8958
+ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8959
+ (eval "$ac_compile") 2>conftest.er1
8960
+ ac_status=$?
8961
+ grep -v '^ *+' conftest.er1 >conftest.err
8962
+ rm -f conftest.er1
8963
+ cat conftest.err >&5
8964
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8965
+ (exit $ac_status); } && {
8966
+ test -z "$ac_c_werror_flag" ||
8967
+ test ! -s conftest.err
8968
+ } && test -s conftest.$ac_objext; then
8969
+ ac_cv_member_Image_generic_profile=yes
8970
+ else
8971
+ echo "$as_me: failed program was:" >&5
8972
+ sed 's/^/| /' conftest.$ac_ext >&5
8973
+
8974
+ ac_cv_member_Image_generic_profile=no
8975
+ fi
8976
+
8977
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8978
+ fi
8979
+
8980
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8981
+ fi
8982
+ { echo "$as_me:$LINENO: result: $ac_cv_member_Image_generic_profile" >&5
8983
+ echo "${ECHO_T}$ac_cv_member_Image_generic_profile" >&6; }
8984
+ if test $ac_cv_member_Image_generic_profile = yes; then
8985
+
8986
+ cat >>confdefs.h <<_ACEOF
8987
+ #define HAVE_IMAGE_GENERIC_PROFILE 1
8988
+ _ACEOF
8989
+
8990
+
8991
+ fi
8992
+ { echo "$as_me:$LINENO: checking for Image.generic_profiles" >&5
8993
+ echo $ECHO_N "checking for Image.generic_profiles... $ECHO_C" >&6; }
8994
+ if test "${ac_cv_member_Image_generic_profiles+set}" = set; then
8995
+ echo $ECHO_N "(cached) $ECHO_C" >&6
8996
+ else
8997
+ cat >conftest.$ac_ext <<_ACEOF
8998
+ /* confdefs.h. */
8999
+ _ACEOF
9000
+ cat confdefs.h >>conftest.$ac_ext
9001
+ cat >>conftest.$ac_ext <<_ACEOF
9002
+ /* end confdefs.h. */
9003
+ #include <stdio.h>
9004
+ #if HAVE_SYS_TYPES_H
9005
+ #include <sys/types.h>
9006
+ #endif
9007
+ #include "magick/api.h"
9008
+
9009
+ int
9010
+ main ()
9011
+ {
9012
+ static Image ac_aggr;
9013
+ if (ac_aggr.generic_profiles)
9014
+ return 0;
9015
+ ;
9016
+ return 0;
9017
+ }
9018
+ _ACEOF
9019
+ rm -f conftest.$ac_objext
9020
+ if { (ac_try="$ac_compile"
9021
+ case "(($ac_try" in
9022
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9023
+ *) ac_try_echo=$ac_try;;
9024
+ esac
9025
+ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9026
+ (eval "$ac_compile") 2>conftest.er1
9027
+ ac_status=$?
9028
+ grep -v '^ *+' conftest.er1 >conftest.err
9029
+ rm -f conftest.er1
9030
+ cat conftest.err >&5
9031
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9032
+ (exit $ac_status); } && {
9033
+ test -z "$ac_c_werror_flag" ||
9034
+ test ! -s conftest.err
9035
+ } && test -s conftest.$ac_objext; then
9036
+ ac_cv_member_Image_generic_profiles=yes
9037
+ else
9038
+ echo "$as_me: failed program was:" >&5
9039
+ sed 's/^/| /' conftest.$ac_ext >&5
9040
+
9041
+ cat >conftest.$ac_ext <<_ACEOF
9042
+ /* confdefs.h. */
9043
+ _ACEOF
9044
+ cat confdefs.h >>conftest.$ac_ext
9045
+ cat >>conftest.$ac_ext <<_ACEOF
9046
+ /* end confdefs.h. */
9047
+ #include <stdio.h>
9048
+ #if HAVE_SYS_TYPES_H
9049
+ #include <sys/types.h>
9050
+ #endif
9051
+ #include "magick/api.h"
9052
+
9053
+ int
9054
+ main ()
9055
+ {
9056
+ static Image ac_aggr;
9057
+ if (sizeof ac_aggr.generic_profiles)
9058
+ return 0;
9059
+ ;
9060
+ return 0;
9061
+ }
9062
+ _ACEOF
9063
+ rm -f conftest.$ac_objext
9064
+ if { (ac_try="$ac_compile"
9065
+ case "(($ac_try" in
9066
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9067
+ *) ac_try_echo=$ac_try;;
9068
+ esac
9069
+ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9070
+ (eval "$ac_compile") 2>conftest.er1
9071
+ ac_status=$?
9072
+ grep -v '^ *+' conftest.er1 >conftest.err
9073
+ rm -f conftest.er1
9074
+ cat conftest.err >&5
9075
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9076
+ (exit $ac_status); } && {
9077
+ test -z "$ac_c_werror_flag" ||
9078
+ test ! -s conftest.err
9079
+ } && test -s conftest.$ac_objext; then
9080
+ ac_cv_member_Image_generic_profiles=yes
9081
+ else
9082
+ echo "$as_me: failed program was:" >&5
9083
+ sed 's/^/| /' conftest.$ac_ext >&5
9084
+
9085
+ ac_cv_member_Image_generic_profiles=no
9086
+ fi
9087
+
9088
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9089
+ fi
9090
+
9091
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9092
+ fi
9093
+ { echo "$as_me:$LINENO: result: $ac_cv_member_Image_generic_profiles" >&5
9094
+ echo "${ECHO_T}$ac_cv_member_Image_generic_profiles" >&6; }
9095
+ if test $ac_cv_member_Image_generic_profiles = yes; then
9096
+
9097
+ cat >>confdefs.h <<_ACEOF
9098
+ #define HAVE_IMAGE_GENERIC_PROFILES 1
9099
+ _ACEOF
9100
+
9101
+
8766
9102
  fi
8767
9103
 
8768
9104
 
@@ -11242,7 +11578,7 @@ exec 6>&1
11242
11578
  # report actual input values of CONFIG_FILES etc. instead of their
11243
11579
  # values after options handling.
11244
11580
  ac_log="
11245
- This file was extended by RMagick $as_me 1.15.13, which was
11581
+ This file was extended by RMagick $as_me 1.15.14, which was
11246
11582
  generated by GNU Autoconf 2.61. Invocation command line was
11247
11583
 
11248
11584
  CONFIG_FILES = $CONFIG_FILES
@@ -11291,7 +11627,7 @@ Report bugs to <bug-autoconf@gnu.org>."
11291
11627
  _ACEOF
11292
11628
  cat >>$CONFIG_STATUS <<_ACEOF
11293
11629
  ac_cs_version="\\
11294
- RMagick config.status 1.15.13
11630
+ RMagick config.status 1.15.14
11295
11631
  configured by $0, generated by GNU Autoconf 2.61,
11296
11632
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11297
11633