rmagick 1.15.0 → 1.15.1

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.

data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ RMagick 1.15.1
2
+ o Fix compatibility problems with older (6.0.x) versions of ImageMagick
3
+
1
4
  RMagick 1.15.0
2
5
  o Added fx method to ImageList class
3
6
  o Added wet_floor method to the Image class
@@ -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.0 README</title>
4
+ <title>RMagick 1.15.1 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.0 README</h1>
9
+ <h1>RMagick 1.15.1 README</h1>
10
10
 
11
- <h2>01/20/07</h2>
11
+ <h2>02/01/07</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;&#x61;&#x69;&#108;&#x74;&#111;:&#x72;&#109;&#097;&#x67;&#x69;&#099;&#107;&#x40;r&#117;b&#x79;&#102;&#111;&#114;&#x67;&#x65;&#046;&#x6F;&#114;&#103;">&#x72;&#109;&#097;&#x67;&#x69;&#099;&#107;&#x40;r&#117;b&#x79;&#102;&#111;&#114;&#x67;&#x65;&#046;&#x6F;&#114;&#103;</a></p>
44
+ <p><strong>Email:</strong> <a href="&#109;a&#105;&#x6C;&#x74;&#x6F;:&#114;&#109;&#x61;&#x67;&#105;&#x63;&#x6B;&#064;&#114;&#117;&#098;y&#x66;&#111;&#x72;&#x67;&#x65;&#046;&#x6F;&#114;&#x67;">&#114;&#109;&#x61;&#x67;&#105;&#x63;&#x6B;&#064;&#114;&#117;&#098;y&#x66;&#111;&#x72;&#x67;&#x65;&#046;&#x6F;&#114;&#x67;</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.0.tar.gz archive and enter the top
231
+ <p>De-compress the RMagick-1.15.1.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.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
252
+ <pre><code>/home/you/RMagick-1.15.1/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.0/ext/RMagick/RMagick.so (LoadError)
254
+ /home/you/RMagick-1.15.1/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.0/./post-setup.rb failed:
274
+ <pre><code>hook /home/me/src/RMagick-1.15.1/./post-setup.rb failed:
275
275
  No such file or directory - "/tmp/rmagick6872.6"
276
276
  </code></pre>
277
277
 
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
- RMagick 1.15.0 README
1
+ RMagick 1.15.1 README
2
2
  ================================
3
- 01/20/07
3
+ 02/01/07
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.0.tar.gz archive and enter the top
199
+ De-compress the RMagick-1.15.1.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.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
217
+ /home/you/RMagick-1.15.1/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.0/ext/RMagick/RMagick.so (LoadError)
219
+ /home/you/RMagick-1.15.1/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.0/./post-setup.rb failed:
236
+ hook /home/me/src/RMagick-1.15.1/./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
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.59 for RMagick 1.15.0.
3
+ # Generated by GNU Autoconf 2.59 for RMagick 1.15.1.
4
4
  #
5
5
  # Report bugs to <rmagick@rubyforge.org>.
6
6
  #
@@ -268,12 +268,49 @@ SHELL=${CONFIG_SHELL-/bin/sh}
268
268
 
269
269
  # Identity of this package.
270
270
  PACKAGE_NAME='RMagick'
271
- PACKAGE_TARNAME='RMagick-1.15.0.tar.gz'
272
- PACKAGE_VERSION='1.15.0'
273
- PACKAGE_STRING='RMagick 1.15.0'
271
+ PACKAGE_TARNAME='RMagick-1.15.1.tar.gz'
272
+ PACKAGE_VERSION='1.15.1'
273
+ PACKAGE_STRING='RMagick 1.15.1'
274
274
  PACKAGE_BUGREPORT='rmagick@rubyforge.org'
275
275
 
276
- ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RUBY MAGICKCONFIG LOCAL_LIBS MAGICKLIB MAGICKNAME RUBY_CONFIG_OPTS LIBOBJS LTLIBOBJS'
276
+ # Factoring default headers for most tests.
277
+ ac_includes_default="\
278
+ #include <stdio.h>
279
+ #if HAVE_SYS_TYPES_H
280
+ # include <sys/types.h>
281
+ #endif
282
+ #if HAVE_SYS_STAT_H
283
+ # include <sys/stat.h>
284
+ #endif
285
+ #if STDC_HEADERS
286
+ # include <stdlib.h>
287
+ # include <stddef.h>
288
+ #else
289
+ # if HAVE_STDLIB_H
290
+ # include <stdlib.h>
291
+ # endif
292
+ #endif
293
+ #if HAVE_STRING_H
294
+ # if !STDC_HEADERS && HAVE_MEMORY_H
295
+ # include <memory.h>
296
+ # endif
297
+ # include <string.h>
298
+ #endif
299
+ #if HAVE_STRINGS_H
300
+ # include <strings.h>
301
+ #endif
302
+ #if HAVE_INTTYPES_H
303
+ # include <inttypes.h>
304
+ #else
305
+ # if HAVE_STDINT_H
306
+ # include <stdint.h>
307
+ # endif
308
+ #endif
309
+ #if HAVE_UNISTD_H
310
+ # include <unistd.h>
311
+ #endif"
312
+
313
+ ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RUBY MAGICKCONFIG LOCAL_LIBS MAGICKLIB MAGICKNAME CPP EGREP RUBY_CONFIG_OPTS LIBOBJS LTLIBOBJS'
277
314
  ac_subst_files=''
278
315
 
279
316
  # Initialize some variables set by options.
@@ -730,6 +767,10 @@ ac_env_CPPFLAGS_set=${CPPFLAGS+set}
730
767
  ac_env_CPPFLAGS_value=$CPPFLAGS
731
768
  ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
732
769
  ac_cv_env_CPPFLAGS_value=$CPPFLAGS
770
+ ac_env_CPP_set=${CPP+set}
771
+ ac_env_CPP_value=$CPP
772
+ ac_cv_env_CPP_set=${CPP+set}
773
+ ac_cv_env_CPP_value=$CPP
733
774
 
734
775
  #
735
776
  # Report the --help message.
@@ -738,7 +779,7 @@ if test "$ac_init_help" = "long"; then
738
779
  # Omit some internal or obsolete options to make the list less imposing.
739
780
  # This message is too long to be a string in the A/UX 3.1 sh.
740
781
  cat <<_ACEOF
741
- \`configure' configures RMagick 1.15.0 to adapt to many kinds of systems.
782
+ \`configure' configures RMagick 1.15.1 to adapt to many kinds of systems.
742
783
 
743
784
  Usage: $0 [OPTION]... [VAR=VALUE]...
744
785
 
@@ -795,7 +836,7 @@ fi
795
836
 
796
837
  if test -n "$ac_init_help"; then
797
838
  case $ac_init_help in
798
- short | recursive ) echo "Configuration of RMagick 1.15.0:";;
839
+ short | recursive ) echo "Configuration of RMagick 1.15.1:";;
799
840
  esac
800
841
  cat <<\_ACEOF
801
842
 
@@ -841,6 +882,7 @@ Some influential environment variables:
841
882
  nonstandard directory <lib dir>
842
883
  CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
843
884
  headers in a nonstandard directory <include dir>
885
+ CPP C preprocessor
844
886
 
845
887
  Use these variables to override the choices made by `configure' or to help
846
888
  it to find libraries and programs with nonstandard names/locations.
@@ -941,7 +983,7 @@ fi
941
983
  test -n "$ac_init_help" && exit 0
942
984
  if $ac_init_version; then
943
985
  cat <<\_ACEOF
944
- RMagick configure 1.15.0
986
+ RMagick configure 1.15.1
945
987
  generated by GNU Autoconf 2.59
946
988
 
947
989
  Copyright (C) 2003 Free Software Foundation, Inc.
@@ -955,7 +997,7 @@ cat >&5 <<_ACEOF
955
997
  This file contains any messages produced by compilers while
956
998
  running configure, to aid debugging if configure makes a mistake.
957
999
 
958
- It was created by RMagick $as_me 1.15.0, which was
1000
+ It was created by RMagick $as_me 1.15.1, which was
959
1001
  generated by GNU Autoconf 2.59. Invocation command line was
960
1002
 
961
1003
  $ $0 $@
@@ -2618,6 +2660,644 @@ _ACEOF
2618
2660
  fi
2619
2661
  done
2620
2662
 
2663
+ ac_ext=c
2664
+ ac_cpp='$CPP $CPPFLAGS'
2665
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2666
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2667
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2668
+ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2669
+ echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2670
+ # On Suns, sometimes $CPP names a directory.
2671
+ if test -n "$CPP" && test -d "$CPP"; then
2672
+ CPP=
2673
+ fi
2674
+ if test -z "$CPP"; then
2675
+ if test "${ac_cv_prog_CPP+set}" = set; then
2676
+ echo $ECHO_N "(cached) $ECHO_C" >&6
2677
+ else
2678
+ # Double quotes because CPP needs to be expanded
2679
+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2680
+ do
2681
+ ac_preproc_ok=false
2682
+ for ac_c_preproc_warn_flag in '' yes
2683
+ do
2684
+ # Use a header file that comes with gcc, so configuring glibc
2685
+ # with a fresh cross-compiler works.
2686
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2687
+ # <limits.h> exists even on freestanding compilers.
2688
+ # On the NeXT, cc -E runs the code through the compiler's parser,
2689
+ # not just through cpp. "Syntax error" is here to catch this case.
2690
+ cat >conftest.$ac_ext <<_ACEOF
2691
+ /* confdefs.h. */
2692
+ _ACEOF
2693
+ cat confdefs.h >>conftest.$ac_ext
2694
+ cat >>conftest.$ac_ext <<_ACEOF
2695
+ /* end confdefs.h. */
2696
+ #ifdef __STDC__
2697
+ # include <limits.h>
2698
+ #else
2699
+ # include <assert.h>
2700
+ #endif
2701
+ Syntax error
2702
+ _ACEOF
2703
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2704
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2705
+ ac_status=$?
2706
+ grep -v '^ *+' conftest.er1 >conftest.err
2707
+ rm -f conftest.er1
2708
+ cat conftest.err >&5
2709
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2710
+ (exit $ac_status); } >/dev/null; then
2711
+ if test -s conftest.err; then
2712
+ ac_cpp_err=$ac_c_preproc_warn_flag
2713
+ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2714
+ else
2715
+ ac_cpp_err=
2716
+ fi
2717
+ else
2718
+ ac_cpp_err=yes
2719
+ fi
2720
+ if test -z "$ac_cpp_err"; then
2721
+ :
2722
+ else
2723
+ echo "$as_me: failed program was:" >&5
2724
+ sed 's/^/| /' conftest.$ac_ext >&5
2725
+
2726
+ # Broken: fails on valid input.
2727
+ continue
2728
+ fi
2729
+ rm -f conftest.err conftest.$ac_ext
2730
+
2731
+ # OK, works on sane cases. Now check whether non-existent headers
2732
+ # can be detected and how.
2733
+ cat >conftest.$ac_ext <<_ACEOF
2734
+ /* confdefs.h. */
2735
+ _ACEOF
2736
+ cat confdefs.h >>conftest.$ac_ext
2737
+ cat >>conftest.$ac_ext <<_ACEOF
2738
+ /* end confdefs.h. */
2739
+ #include <ac_nonexistent.h>
2740
+ _ACEOF
2741
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2742
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2743
+ ac_status=$?
2744
+ grep -v '^ *+' conftest.er1 >conftest.err
2745
+ rm -f conftest.er1
2746
+ cat conftest.err >&5
2747
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748
+ (exit $ac_status); } >/dev/null; then
2749
+ if test -s conftest.err; then
2750
+ ac_cpp_err=$ac_c_preproc_warn_flag
2751
+ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2752
+ else
2753
+ ac_cpp_err=
2754
+ fi
2755
+ else
2756
+ ac_cpp_err=yes
2757
+ fi
2758
+ if test -z "$ac_cpp_err"; then
2759
+ # Broken: success on invalid input.
2760
+ continue
2761
+ else
2762
+ echo "$as_me: failed program was:" >&5
2763
+ sed 's/^/| /' conftest.$ac_ext >&5
2764
+
2765
+ # Passes both tests.
2766
+ ac_preproc_ok=:
2767
+ break
2768
+ fi
2769
+ rm -f conftest.err conftest.$ac_ext
2770
+
2771
+ done
2772
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2773
+ rm -f conftest.err conftest.$ac_ext
2774
+ if $ac_preproc_ok; then
2775
+ break
2776
+ fi
2777
+
2778
+ done
2779
+ ac_cv_prog_CPP=$CPP
2780
+
2781
+ fi
2782
+ CPP=$ac_cv_prog_CPP
2783
+ else
2784
+ ac_cv_prog_CPP=$CPP
2785
+ fi
2786
+ echo "$as_me:$LINENO: result: $CPP" >&5
2787
+ echo "${ECHO_T}$CPP" >&6
2788
+ ac_preproc_ok=false
2789
+ for ac_c_preproc_warn_flag in '' yes
2790
+ do
2791
+ # Use a header file that comes with gcc, so configuring glibc
2792
+ # with a fresh cross-compiler works.
2793
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2794
+ # <limits.h> exists even on freestanding compilers.
2795
+ # On the NeXT, cc -E runs the code through the compiler's parser,
2796
+ # not just through cpp. "Syntax error" is here to catch this case.
2797
+ cat >conftest.$ac_ext <<_ACEOF
2798
+ /* confdefs.h. */
2799
+ _ACEOF
2800
+ cat confdefs.h >>conftest.$ac_ext
2801
+ cat >>conftest.$ac_ext <<_ACEOF
2802
+ /* end confdefs.h. */
2803
+ #ifdef __STDC__
2804
+ # include <limits.h>
2805
+ #else
2806
+ # include <assert.h>
2807
+ #endif
2808
+ Syntax error
2809
+ _ACEOF
2810
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2811
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2812
+ ac_status=$?
2813
+ grep -v '^ *+' conftest.er1 >conftest.err
2814
+ rm -f conftest.er1
2815
+ cat conftest.err >&5
2816
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2817
+ (exit $ac_status); } >/dev/null; then
2818
+ if test -s conftest.err; then
2819
+ ac_cpp_err=$ac_c_preproc_warn_flag
2820
+ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2821
+ else
2822
+ ac_cpp_err=
2823
+ fi
2824
+ else
2825
+ ac_cpp_err=yes
2826
+ fi
2827
+ if test -z "$ac_cpp_err"; then
2828
+ :
2829
+ else
2830
+ echo "$as_me: failed program was:" >&5
2831
+ sed 's/^/| /' conftest.$ac_ext >&5
2832
+
2833
+ # Broken: fails on valid input.
2834
+ continue
2835
+ fi
2836
+ rm -f conftest.err conftest.$ac_ext
2837
+
2838
+ # OK, works on sane cases. Now check whether non-existent headers
2839
+ # can be detected and how.
2840
+ cat >conftest.$ac_ext <<_ACEOF
2841
+ /* confdefs.h. */
2842
+ _ACEOF
2843
+ cat confdefs.h >>conftest.$ac_ext
2844
+ cat >>conftest.$ac_ext <<_ACEOF
2845
+ /* end confdefs.h. */
2846
+ #include <ac_nonexistent.h>
2847
+ _ACEOF
2848
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2849
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2850
+ ac_status=$?
2851
+ grep -v '^ *+' conftest.er1 >conftest.err
2852
+ rm -f conftest.er1
2853
+ cat conftest.err >&5
2854
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2855
+ (exit $ac_status); } >/dev/null; then
2856
+ if test -s conftest.err; then
2857
+ ac_cpp_err=$ac_c_preproc_warn_flag
2858
+ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2859
+ else
2860
+ ac_cpp_err=
2861
+ fi
2862
+ else
2863
+ ac_cpp_err=yes
2864
+ fi
2865
+ if test -z "$ac_cpp_err"; then
2866
+ # Broken: success on invalid input.
2867
+ continue
2868
+ else
2869
+ echo "$as_me: failed program was:" >&5
2870
+ sed 's/^/| /' conftest.$ac_ext >&5
2871
+
2872
+ # Passes both tests.
2873
+ ac_preproc_ok=:
2874
+ break
2875
+ fi
2876
+ rm -f conftest.err conftest.$ac_ext
2877
+
2878
+ done
2879
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2880
+ rm -f conftest.err conftest.$ac_ext
2881
+ if $ac_preproc_ok; then
2882
+ :
2883
+ else
2884
+ { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2885
+ See \`config.log' for more details." >&5
2886
+ echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2887
+ See \`config.log' for more details." >&2;}
2888
+ { (exit 1); exit 1; }; }
2889
+ fi
2890
+
2891
+ ac_ext=c
2892
+ ac_cpp='$CPP $CPPFLAGS'
2893
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2894
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2895
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2896
+
2897
+
2898
+ echo "$as_me:$LINENO: checking for egrep" >&5
2899
+ echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2900
+ if test "${ac_cv_prog_egrep+set}" = set; then
2901
+ echo $ECHO_N "(cached) $ECHO_C" >&6
2902
+ else
2903
+ if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2904
+ then ac_cv_prog_egrep='grep -E'
2905
+ else ac_cv_prog_egrep='egrep'
2906
+ fi
2907
+ fi
2908
+ echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2909
+ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2910
+ EGREP=$ac_cv_prog_egrep
2911
+
2912
+
2913
+ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2914
+ echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2915
+ if test "${ac_cv_header_stdc+set}" = set; then
2916
+ echo $ECHO_N "(cached) $ECHO_C" >&6
2917
+ else
2918
+ cat >conftest.$ac_ext <<_ACEOF
2919
+ /* confdefs.h. */
2920
+ _ACEOF
2921
+ cat confdefs.h >>conftest.$ac_ext
2922
+ cat >>conftest.$ac_ext <<_ACEOF
2923
+ /* end confdefs.h. */
2924
+ #include <stdlib.h>
2925
+ #include <stdarg.h>
2926
+ #include <string.h>
2927
+ #include <float.h>
2928
+
2929
+ int
2930
+ main ()
2931
+ {
2932
+
2933
+ ;
2934
+ return 0;
2935
+ }
2936
+ _ACEOF
2937
+ rm -f conftest.$ac_objext
2938
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2939
+ (eval $ac_compile) 2>conftest.er1
2940
+ ac_status=$?
2941
+ grep -v '^ *+' conftest.er1 >conftest.err
2942
+ rm -f conftest.er1
2943
+ cat conftest.err >&5
2944
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2945
+ (exit $ac_status); } &&
2946
+ { ac_try='test -z "$ac_c_werror_flag"
2947
+ || test ! -s conftest.err'
2948
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2949
+ (eval $ac_try) 2>&5
2950
+ ac_status=$?
2951
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2952
+ (exit $ac_status); }; } &&
2953
+ { ac_try='test -s conftest.$ac_objext'
2954
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2955
+ (eval $ac_try) 2>&5
2956
+ ac_status=$?
2957
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2958
+ (exit $ac_status); }; }; then
2959
+ ac_cv_header_stdc=yes
2960
+ else
2961
+ echo "$as_me: failed program was:" >&5
2962
+ sed 's/^/| /' conftest.$ac_ext >&5
2963
+
2964
+ ac_cv_header_stdc=no
2965
+ fi
2966
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2967
+
2968
+ if test $ac_cv_header_stdc = yes; then
2969
+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2970
+ cat >conftest.$ac_ext <<_ACEOF
2971
+ /* confdefs.h. */
2972
+ _ACEOF
2973
+ cat confdefs.h >>conftest.$ac_ext
2974
+ cat >>conftest.$ac_ext <<_ACEOF
2975
+ /* end confdefs.h. */
2976
+ #include <string.h>
2977
+
2978
+ _ACEOF
2979
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2980
+ $EGREP "memchr" >/dev/null 2>&1; then
2981
+ :
2982
+ else
2983
+ ac_cv_header_stdc=no
2984
+ fi
2985
+ rm -f conftest*
2986
+
2987
+ fi
2988
+
2989
+ if test $ac_cv_header_stdc = yes; then
2990
+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2991
+ cat >conftest.$ac_ext <<_ACEOF
2992
+ /* confdefs.h. */
2993
+ _ACEOF
2994
+ cat confdefs.h >>conftest.$ac_ext
2995
+ cat >>conftest.$ac_ext <<_ACEOF
2996
+ /* end confdefs.h. */
2997
+ #include <stdlib.h>
2998
+
2999
+ _ACEOF
3000
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3001
+ $EGREP "free" >/dev/null 2>&1; then
3002
+ :
3003
+ else
3004
+ ac_cv_header_stdc=no
3005
+ fi
3006
+ rm -f conftest*
3007
+
3008
+ fi
3009
+
3010
+ if test $ac_cv_header_stdc = yes; then
3011
+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3012
+ if test "$cross_compiling" = yes; then
3013
+ :
3014
+ else
3015
+ cat >conftest.$ac_ext <<_ACEOF
3016
+ /* confdefs.h. */
3017
+ _ACEOF
3018
+ cat confdefs.h >>conftest.$ac_ext
3019
+ cat >>conftest.$ac_ext <<_ACEOF
3020
+ /* end confdefs.h. */
3021
+ #include <ctype.h>
3022
+ #if ((' ' & 0x0FF) == 0x020)
3023
+ # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3024
+ # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3025
+ #else
3026
+ # define ISLOWER(c) \
3027
+ (('a' <= (c) && (c) <= 'i') \
3028
+ || ('j' <= (c) && (c) <= 'r') \
3029
+ || ('s' <= (c) && (c) <= 'z'))
3030
+ # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3031
+ #endif
3032
+
3033
+ #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3034
+ int
3035
+ main ()
3036
+ {
3037
+ int i;
3038
+ for (i = 0; i < 256; i++)
3039
+ if (XOR (islower (i), ISLOWER (i))
3040
+ || toupper (i) != TOUPPER (i))
3041
+ exit(2);
3042
+ exit (0);
3043
+ }
3044
+ _ACEOF
3045
+ rm -f conftest$ac_exeext
3046
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3047
+ (eval $ac_link) 2>&5
3048
+ ac_status=$?
3049
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3051
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3052
+ (eval $ac_try) 2>&5
3053
+ ac_status=$?
3054
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3055
+ (exit $ac_status); }; }; then
3056
+ :
3057
+ else
3058
+ echo "$as_me: program exited with status $ac_status" >&5
3059
+ echo "$as_me: failed program was:" >&5
3060
+ sed 's/^/| /' conftest.$ac_ext >&5
3061
+
3062
+ ( exit $ac_status )
3063
+ ac_cv_header_stdc=no
3064
+ fi
3065
+ rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3066
+ fi
3067
+ fi
3068
+ fi
3069
+ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3070
+ echo "${ECHO_T}$ac_cv_header_stdc" >&6
3071
+ if test $ac_cv_header_stdc = yes; then
3072
+
3073
+ cat >>confdefs.h <<\_ACEOF
3074
+ #define STDC_HEADERS 1
3075
+ _ACEOF
3076
+
3077
+ fi
3078
+
3079
+ # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3080
+
3081
+
3082
+
3083
+
3084
+
3085
+
3086
+
3087
+
3088
+
3089
+ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3090
+ inttypes.h stdint.h unistd.h
3091
+ do
3092
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3093
+ echo "$as_me:$LINENO: checking for $ac_header" >&5
3094
+ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3095
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
3096
+ echo $ECHO_N "(cached) $ECHO_C" >&6
3097
+ else
3098
+ cat >conftest.$ac_ext <<_ACEOF
3099
+ /* confdefs.h. */
3100
+ _ACEOF
3101
+ cat confdefs.h >>conftest.$ac_ext
3102
+ cat >>conftest.$ac_ext <<_ACEOF
3103
+ /* end confdefs.h. */
3104
+ $ac_includes_default
3105
+
3106
+ #include <$ac_header>
3107
+ _ACEOF
3108
+ rm -f conftest.$ac_objext
3109
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3110
+ (eval $ac_compile) 2>conftest.er1
3111
+ ac_status=$?
3112
+ grep -v '^ *+' conftest.er1 >conftest.err
3113
+ rm -f conftest.er1
3114
+ cat conftest.err >&5
3115
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3116
+ (exit $ac_status); } &&
3117
+ { ac_try='test -z "$ac_c_werror_flag"
3118
+ || test ! -s conftest.err'
3119
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3120
+ (eval $ac_try) 2>&5
3121
+ ac_status=$?
3122
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3123
+ (exit $ac_status); }; } &&
3124
+ { ac_try='test -s conftest.$ac_objext'
3125
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3126
+ (eval $ac_try) 2>&5
3127
+ ac_status=$?
3128
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3129
+ (exit $ac_status); }; }; then
3130
+ eval "$as_ac_Header=yes"
3131
+ else
3132
+ echo "$as_me: failed program was:" >&5
3133
+ sed 's/^/| /' conftest.$ac_ext >&5
3134
+
3135
+ eval "$as_ac_Header=no"
3136
+ fi
3137
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3138
+ fi
3139
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3140
+ echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3141
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
3142
+ cat >>confdefs.h <<_ACEOF
3143
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3144
+ _ACEOF
3145
+
3146
+ fi
3147
+
3148
+ done
3149
+
3150
+
3151
+
3152
+ for ac_header in sys/types.h
3153
+ do
3154
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3155
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
3156
+ echo "$as_me:$LINENO: checking for $ac_header" >&5
3157
+ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3158
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
3159
+ echo $ECHO_N "(cached) $ECHO_C" >&6
3160
+ fi
3161
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3162
+ echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3163
+ else
3164
+ # Is the header compilable?
3165
+ echo "$as_me:$LINENO: checking $ac_header usability" >&5
3166
+ echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3167
+ cat >conftest.$ac_ext <<_ACEOF
3168
+ /* confdefs.h. */
3169
+ _ACEOF
3170
+ cat confdefs.h >>conftest.$ac_ext
3171
+ cat >>conftest.$ac_ext <<_ACEOF
3172
+ /* end confdefs.h. */
3173
+ $ac_includes_default
3174
+ #include <$ac_header>
3175
+ _ACEOF
3176
+ rm -f conftest.$ac_objext
3177
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3178
+ (eval $ac_compile) 2>conftest.er1
3179
+ ac_status=$?
3180
+ grep -v '^ *+' conftest.er1 >conftest.err
3181
+ rm -f conftest.er1
3182
+ cat conftest.err >&5
3183
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184
+ (exit $ac_status); } &&
3185
+ { ac_try='test -z "$ac_c_werror_flag"
3186
+ || test ! -s conftest.err'
3187
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3188
+ (eval $ac_try) 2>&5
3189
+ ac_status=$?
3190
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3191
+ (exit $ac_status); }; } &&
3192
+ { ac_try='test -s conftest.$ac_objext'
3193
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3194
+ (eval $ac_try) 2>&5
3195
+ ac_status=$?
3196
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3197
+ (exit $ac_status); }; }; then
3198
+ ac_header_compiler=yes
3199
+ else
3200
+ echo "$as_me: failed program was:" >&5
3201
+ sed 's/^/| /' conftest.$ac_ext >&5
3202
+
3203
+ ac_header_compiler=no
3204
+ fi
3205
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3206
+ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3207
+ echo "${ECHO_T}$ac_header_compiler" >&6
3208
+
3209
+ # Is the header present?
3210
+ echo "$as_me:$LINENO: checking $ac_header presence" >&5
3211
+ echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3212
+ cat >conftest.$ac_ext <<_ACEOF
3213
+ /* confdefs.h. */
3214
+ _ACEOF
3215
+ cat confdefs.h >>conftest.$ac_ext
3216
+ cat >>conftest.$ac_ext <<_ACEOF
3217
+ /* end confdefs.h. */
3218
+ #include <$ac_header>
3219
+ _ACEOF
3220
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3221
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3222
+ ac_status=$?
3223
+ grep -v '^ *+' conftest.er1 >conftest.err
3224
+ rm -f conftest.er1
3225
+ cat conftest.err >&5
3226
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3227
+ (exit $ac_status); } >/dev/null; then
3228
+ if test -s conftest.err; then
3229
+ ac_cpp_err=$ac_c_preproc_warn_flag
3230
+ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3231
+ else
3232
+ ac_cpp_err=
3233
+ fi
3234
+ else
3235
+ ac_cpp_err=yes
3236
+ fi
3237
+ if test -z "$ac_cpp_err"; then
3238
+ ac_header_preproc=yes
3239
+ else
3240
+ echo "$as_me: failed program was:" >&5
3241
+ sed 's/^/| /' conftest.$ac_ext >&5
3242
+
3243
+ ac_header_preproc=no
3244
+ fi
3245
+ rm -f conftest.err conftest.$ac_ext
3246
+ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3247
+ echo "${ECHO_T}$ac_header_preproc" >&6
3248
+
3249
+ # So? What about this header?
3250
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3251
+ yes:no: )
3252
+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3253
+ echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3254
+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3255
+ echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3256
+ ac_header_preproc=yes
3257
+ ;;
3258
+ no:yes:* )
3259
+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3260
+ echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3261
+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3262
+ echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3263
+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3264
+ echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3265
+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3266
+ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3267
+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3268
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3269
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3270
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3271
+ (
3272
+ cat <<\_ASBOX
3273
+ ## ------------------------------------ ##
3274
+ ## Report this to rmagick@rubyforge.org ##
3275
+ ## ------------------------------------ ##
3276
+ _ASBOX
3277
+ ) |
3278
+ sed "s/^/$as_me: WARNING: /" >&2
3279
+ ;;
3280
+ esac
3281
+ echo "$as_me:$LINENO: checking for $ac_header" >&5
3282
+ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3283
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
3284
+ echo $ECHO_N "(cached) $ECHO_C" >&6
3285
+ else
3286
+ eval "$as_ac_Header=\$ac_header_preproc"
3287
+ fi
3288
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3289
+ echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3290
+
3291
+ fi
3292
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
3293
+ cat >>confdefs.h <<_ACEOF
3294
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3295
+ _ACEOF
3296
+
3297
+ fi
3298
+
3299
+ done
3300
+
2621
3301
 
2622
3302
  # Append ***Magick's lists of libs to the user's list (if any)
2623
3303
  LIBS="${LIBS} `${MAGICKCONFIG} --libs`"
@@ -10016,7 +10696,7 @@ _ASBOX
10016
10696
  } >&5
10017
10697
  cat >&5 <<_CSEOF
10018
10698
 
10019
- This file was extended by RMagick $as_me 1.15.0, which was
10699
+ This file was extended by RMagick $as_me 1.15.1, which was
10020
10700
  generated by GNU Autoconf 2.59. Invocation command line was
10021
10701
 
10022
10702
  CONFIG_FILES = $CONFIG_FILES
@@ -10076,7 +10756,7 @@ _ACEOF
10076
10756
 
10077
10757
  cat >>$CONFIG_STATUS <<_ACEOF
10078
10758
  ac_cs_version="\\
10079
- RMagick config.status 1.15.0
10759
+ RMagick config.status 1.15.1
10080
10760
  configured by $0, generated by GNU Autoconf 2.59,
10081
10761
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10082
10762
 
@@ -10278,6 +10958,8 @@ s,@MAGICKCONFIG@,$MAGICKCONFIG,;t t
10278
10958
  s,@LOCAL_LIBS@,$LOCAL_LIBS,;t t
10279
10959
  s,@MAGICKLIB@,$MAGICKLIB,;t t
10280
10960
  s,@MAGICKNAME@,$MAGICKNAME,;t t
10961
+ s,@CPP@,$CPP,;t t
10962
+ s,@EGREP@,$EGREP,;t t
10281
10963
  s,@RUBY_CONFIG_OPTS@,$RUBY_CONFIG_OPTS,;t t
10282
10964
  s,@LIBOBJS@,$LIBOBJS,;t t
10283
10965
  s,@LTLIBOBJS@,$LTLIBOBJS,;t t