~inkscape.dev/ubuntu/oneiric/cairo/cairo-package-for-inkscape

« back to all changes in this revision

Viewing changes to configure

  • Committer: Steve Langasek
  • Date: 2011-05-06 08:24:21 UTC
  • Revision ID: steve.langasek@linaro.org-20110506082421-zhssi32egz5b6r3n
debian/patches/disable-flto-for-gcc-4.6: disable use of -flto when
building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
748
748
am__EXEEXT_TRUE
749
749
LTLIBOBJS
750
750
LIBOBJS
 
751
CAIRO_HAS_PERF_UTILS_FALSE
 
752
CAIRO_HAS_PERF_UTILS_TRUE
751
753
HAVE_GTK_FALSE
752
754
HAVE_GTK_TRUE
753
755
gtk_LIBS
1001
1003
build
1002
1004
AM_BACKSLASH
1003
1005
AM_DEFAULT_VERBOSITY
 
1006
MAINT
 
1007
MAINTAINER_MODE_FALSE
 
1008
MAINTAINER_MODE_TRUE
1004
1009
am__fastdepCC_FALSE
1005
1010
am__fastdepCC_TRUE
1006
1011
CCDEPMODE
1085
1090
ac_user_opts='
1086
1091
enable_option_checking
1087
1092
enable_dependency_tracking
 
1093
enable_maintainer_mode
1088
1094
enable_silent_rules
1089
1095
enable_shared
1090
1096
enable_static
1142
1148
enable_interpreter
1143
1149
enable_symbol_lookup
1144
1150
enable_some_floating_point
 
1151
enable_perf_utils
1145
1152
'
1146
1153
      ac_precious_vars='build_alias
1147
1154
host_alias
1831
1838
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1832
1839
  --disable-dependency-tracking  speeds up one-time build
1833
1840
  --enable-dependency-tracking   do not reject slow dependency extractors
 
1841
  --enable-maintainer-mode  enable make rules and dependencies not useful
 
1842
                          (and sometimes confusing) to the casual installer
1834
1843
  --enable-silent-rules          less verbose build output (undo: `make V=1')
1835
1844
  --disable-silent-rules         verbose build output (undo: `make V=0')
1836
1845
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1961
1970
                          option can improve performance on systems without a
1962
1971
                          double precision floating-point unit, but might
1963
1972
                          degrade performance on those that do.
 
1973
  --enable-perf-utils=[no/auto/yes]
 
1974
                          Enable cairo's cairo-perf-utils feature [default=no]
1964
1975
 
1965
1976
Optional Packages:
1966
1977
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
5199
5210
 
5200
5211
 
5201
5212
 
 
5213
 
 
5214
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
5215
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
 
5216
    # Check whether --enable-maintainer-mode was given.
 
5217
if test "${enable_maintainer_mode+set}" = set; then :
 
5218
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
5219
else
 
5220
  USE_MAINTAINER_MODE=no
 
5221
fi
 
5222
 
 
5223
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
 
5224
$as_echo "$USE_MAINTAINER_MODE" >&6; }
 
5225
   if test $USE_MAINTAINER_MODE = yes; then
 
5226
  MAINTAINER_MODE_TRUE=
 
5227
  MAINTAINER_MODE_FALSE='#'
 
5228
else
 
5229
  MAINTAINER_MODE_TRUE='#'
 
5230
  MAINTAINER_MODE_FALSE=
 
5231
fi
 
5232
 
 
5233
  MAINT=$MAINTAINER_MODE_TRUE
 
5234
 
 
5235
 
5202
5236
# Check whether --enable-silent-rules was given.
5203
5237
if test "${enable_silent_rules+set}" = set; then :
5204
5238
  enableval=$enable_silent_rules;
6063
6097
else
6064
6098
  lt_cv_nm_interface="BSD nm"
6065
6099
  echo "int some_variable = 0;" > conftest.$ac_ext
6066
 
  (eval echo "\"\$as_me:6066: $ac_compile\"" >&5)
 
6100
  (eval echo "\"\$as_me:6100: $ac_compile\"" >&5)
6067
6101
  (eval "$ac_compile" 2>conftest.err)
6068
6102
  cat conftest.err >&5
6069
 
  (eval echo "\"\$as_me:6069: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
6103
  (eval echo "\"\$as_me:6103: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6070
6104
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6071
6105
  cat conftest.err >&5
6072
 
  (eval echo "\"\$as_me:6072: output\"" >&5)
 
6106
  (eval echo "\"\$as_me:6106: output\"" >&5)
6073
6107
  cat conftest.out >&5
6074
6108
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6075
6109
    lt_cv_nm_interface="MS dumpbin"
7271
7305
  ;;
7272
7306
*-*-irix6*)
7273
7307
  # Find out which ABI we are using.
7274
 
  echo '#line 7274 "configure"' > conftest.$ac_ext
 
7308
  echo '#line 7308 "configure"' > conftest.$ac_ext
7275
7309
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7276
7310
  (eval $ac_compile) 2>&5
7277
7311
  ac_status=$?
8531
8565
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8532
8566
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8533
8567
   -e 's:$: $lt_compiler_flag:'`
8534
 
   (eval echo "\"\$as_me:8534: $lt_compile\"" >&5)
 
8568
   (eval echo "\"\$as_me:8568: $lt_compile\"" >&5)
8535
8569
   (eval "$lt_compile" 2>conftest.err)
8536
8570
   ac_status=$?
8537
8571
   cat conftest.err >&5
8538
 
   echo "$as_me:8538: \$? = $ac_status" >&5
 
8572
   echo "$as_me:8572: \$? = $ac_status" >&5
8539
8573
   if (exit $ac_status) && test -s "$ac_outfile"; then
8540
8574
     # The compiler can only warn and ignore the option if not recognized
8541
8575
     # So say no if there are warnings other than the usual output.
8870
8904
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8871
8905
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8872
8906
   -e 's:$: $lt_compiler_flag:'`
8873
 
   (eval echo "\"\$as_me:8873: $lt_compile\"" >&5)
 
8907
   (eval echo "\"\$as_me:8907: $lt_compile\"" >&5)
8874
8908
   (eval "$lt_compile" 2>conftest.err)
8875
8909
   ac_status=$?
8876
8910
   cat conftest.err >&5
8877
 
   echo "$as_me:8877: \$? = $ac_status" >&5
 
8911
   echo "$as_me:8911: \$? = $ac_status" >&5
8878
8912
   if (exit $ac_status) && test -s "$ac_outfile"; then
8879
8913
     # The compiler can only warn and ignore the option if not recognized
8880
8914
     # So say no if there are warnings other than the usual output.
8975
9009
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8976
9010
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8977
9011
   -e 's:$: $lt_compiler_flag:'`
8978
 
   (eval echo "\"\$as_me:8978: $lt_compile\"" >&5)
 
9012
   (eval echo "\"\$as_me:9012: $lt_compile\"" >&5)
8979
9013
   (eval "$lt_compile" 2>out/conftest.err)
8980
9014
   ac_status=$?
8981
9015
   cat out/conftest.err >&5
8982
 
   echo "$as_me:8982: \$? = $ac_status" >&5
 
9016
   echo "$as_me:9016: \$? = $ac_status" >&5
8983
9017
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8984
9018
   then
8985
9019
     # The compiler can only warn and ignore the option if not recognized
9030
9064
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9031
9065
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9032
9066
   -e 's:$: $lt_compiler_flag:'`
9033
 
   (eval echo "\"\$as_me:9033: $lt_compile\"" >&5)
 
9067
   (eval echo "\"\$as_me:9067: $lt_compile\"" >&5)
9034
9068
   (eval "$lt_compile" 2>out/conftest.err)
9035
9069
   ac_status=$?
9036
9070
   cat out/conftest.err >&5
9037
 
   echo "$as_me:9037: \$? = $ac_status" >&5
 
9071
   echo "$as_me:9071: \$? = $ac_status" >&5
9038
9072
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9039
9073
   then
9040
9074
     # The compiler can only warn and ignore the option if not recognized
11414
11448
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11415
11449
  lt_status=$lt_dlunknown
11416
11450
  cat > conftest.$ac_ext <<_LT_EOF
11417
 
#line 11417 "configure"
 
11451
#line 11451 "configure"
11418
11452
#include "confdefs.h"
11419
11453
 
11420
11454
#if HAVE_DLFCN_H
11510
11544
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11511
11545
  lt_status=$lt_dlunknown
11512
11546
  cat > conftest.$ac_ext <<_LT_EOF
11513
 
#line 11513 "configure"
 
11547
#line 11547 "configure"
11514
11548
#include "confdefs.h"
11515
11549
 
11516
11550
#if HAVE_DLFCN_H
15595
15629
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15596
15630
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15597
15631
   -e 's:$: $lt_compiler_flag:'`
15598
 
   (eval echo "\"\$as_me:15598: $lt_compile\"" >&5)
 
15632
   (eval echo "\"\$as_me:15632: $lt_compile\"" >&5)
15599
15633
   (eval "$lt_compile" 2>conftest.err)
15600
15634
   ac_status=$?
15601
15635
   cat conftest.err >&5
15602
 
   echo "$as_me:15602: \$? = $ac_status" >&5
 
15636
   echo "$as_me:15636: \$? = $ac_status" >&5
15603
15637
   if (exit $ac_status) && test -s "$ac_outfile"; then
15604
15638
     # The compiler can only warn and ignore the option if not recognized
15605
15639
     # So say no if there are warnings other than the usual output.
15694
15728
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15695
15729
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15696
15730
   -e 's:$: $lt_compiler_flag:'`
15697
 
   (eval echo "\"\$as_me:15697: $lt_compile\"" >&5)
 
15731
   (eval echo "\"\$as_me:15731: $lt_compile\"" >&5)
15698
15732
   (eval "$lt_compile" 2>out/conftest.err)
15699
15733
   ac_status=$?
15700
15734
   cat out/conftest.err >&5
15701
 
   echo "$as_me:15701: \$? = $ac_status" >&5
 
15735
   echo "$as_me:15735: \$? = $ac_status" >&5
15702
15736
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15703
15737
   then
15704
15738
     # The compiler can only warn and ignore the option if not recognized
15746
15780
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15747
15781
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15748
15782
   -e 's:$: $lt_compiler_flag:'`
15749
 
   (eval echo "\"\$as_me:15749: $lt_compile\"" >&5)
 
15783
   (eval echo "\"\$as_me:15783: $lt_compile\"" >&5)
15750
15784
   (eval "$lt_compile" 2>out/conftest.err)
15751
15785
   ac_status=$?
15752
15786
   cat out/conftest.err >&5
15753
 
   echo "$as_me:15753: \$? = $ac_status" >&5
 
15787
   echo "$as_me:15787: \$? = $ac_status" >&5
15754
15788
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15755
15789
   then
15756
15790
     # The compiler can only warn and ignore the option if not recognized
17236
17270
MAYBE_WARN="$MAYBE_WARN -erroff=E_ENUM_TYPE_MISMATCH_ARG \
17237
17271
                        -erroff=E_ENUM_TYPE_MISMATCH_OP"
17238
17272
 
17239
 
MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common -flto"
 
17273
MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common"
17240
17274
 
17241
17275
MAYBE_WARN="$MAYBE_WARN -Wp,-D_FORTIFY_SOURCE=2"
17242
17276
 
34814
34848
fi
34815
34849
 
34816
34850
 
 
34851
 
 
34852
                                                                                                                                        # Check whether --enable-perf-utils was given.
 
34853
if test "${enable_perf_utils+set}" = set; then :
 
34854
  enableval=$enable_perf_utils; enable_perf_utils=$enableval
 
34855
else
 
34856
  enable_perf_utils=no
 
34857
fi
 
34858
 
 
34859
                        case $enable_perf_utils in #(
 
34860
  no) :
 
34861
                use_perf_utils="no (disabled, use --enable-perf-utils to enable)"
 
34862
         ;; #(
 
34863
        yes|auto) :
 
34864
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if test "x$cairo_cv_perf_utils_cache_version" != "x6" -o \
 
34865
                            "x$cairo_cv_perf_utils_cache_commands_len" != "x18" -o \
 
34866
                            "x$cairo_cv_perf_utils_cache_vars" != "x BASE REQUIRES CFLAGS NONPKGCONFIG_CFLAGS LIBS NONPKGCONFIG_LIBS NONPKGCONFIG_EXTRA_LIBS"; then :
 
34867
  unset cairo_cv_perf_utils_use
 
34868
fi
 
34869
                if test "x$enable_perf_utils" = xyes -a "x$cairo_cv_perf_utils_use" != xyes; then :
 
34870
  unset cairo_cv_perf_utils_use
 
34871
fi
 
34872
 
 
34873
                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cairo's cairo-perf-utils feature" >&5
 
34874
$as_echo_n "checking for cairo's cairo-perf-utils feature... " >&6; }
 
34875
if test "${cairo_cv_perf_utils_use+set}" = set; then :
 
34876
  $as_echo_n "(cached) " >&6
 
34877
else
 
34878
                        echo
 
34879
                        use_perf_utils=yes
 
34880
                                perf_utils_BASE="cairo"
 
34881
perf_utils_REQUIRES="$ac_env_perf_utils_REQUIRES_value"
 
34882
perf_utils_CFLAGS="$ac_env_perf_utils_CFLAGS_value"
 
34883
perf_utils_NONPKGCONFIG_CFLAGS="$ac_env_perf_utils_NONPKGCONFIG_CFLAGS_value"
 
34884
perf_utils_LIBS="$ac_env_perf_utils_LIBS_value"
 
34885
perf_utils_NONPKGCONFIG_LIBS="$ac_env_perf_utils_NONPKGCONFIG_LIBS_value"
 
34886
perf_utils_NONPKGCONFIG_EXTRA_LIBS="$ac_env_perf_utils_NONPKGCONFIG_EXTRA_LIBS_value"
 
34887
 
 
34888
                        use_perf_utils=yes
 
34889
                        cairo_cv_perf_utils_use=$use_perf_utils
 
34890
                        cairo_cv_perf_utils_cache_vars=" BASE REQUIRES CFLAGS NONPKGCONFIG_CFLAGS LIBS NONPKGCONFIG_LIBS NONPKGCONFIG_EXTRA_LIBS"
 
34891
                        cairo_cv_perf_utils_cache_commands_len="18"
 
34892
                        cairo_cv_perf_utils_cache_version="6"
 
34893
                                cairo_cv_perf_utils_BASE=$perf_utils_BASE
 
34894
cairo_cv_perf_utils_REQUIRES=$perf_utils_REQUIRES
 
34895
cairo_cv_perf_utils_CFLAGS=$perf_utils_CFLAGS
 
34896
cairo_cv_perf_utils_NONPKGCONFIG_CFLAGS=$perf_utils_NONPKGCONFIG_CFLAGS
 
34897
cairo_cv_perf_utils_LIBS=$perf_utils_LIBS
 
34898
cairo_cv_perf_utils_NONPKGCONFIG_LIBS=$perf_utils_NONPKGCONFIG_LIBS
 
34899
cairo_cv_perf_utils_NONPKGCONFIG_EXTRA_LIBS=$perf_utils_NONPKGCONFIG_EXTRA_LIBS
 
34900
 
 
34901
                        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cairo's cairo-perf-utils feature could be enabled" >&5
 
34902
$as_echo_n "checking whether cairo's cairo-perf-utils feature could be enabled... " >&6; }
 
34903
 
 
34904
fi
 
34905
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cairo_cv_perf_utils_use" >&5
 
34906
$as_echo "$cairo_cv_perf_utils_use" >&6; }
 
34907
                use_perf_utils=$cairo_cv_perf_utils_use
 
34908
 
 
34909
                if test "x$enable_perf_utils" = "xyes" -a "x$use_perf_utils" != xyes; then :
 
34910
                        as_fn_error $? " cairo-perf-utils feature could not be enabled" "$LINENO" 5
 
34911
 
 
34912
fi       ;; #(
 
34913
  *) :
 
34914
                        as_fn_error $? "invalid argument passed to --enable-perf-utils: \`$use_perf_utils', should be one of [no/auto/yes]" "$LINENO" 5
 
34915
         ;;
 
34916
esac
 
34917
        if test "x$use_perf_utils" = "xyes"; then :
 
34918
                        perf_utils_BASE=$cairo_cv_perf_utils_BASE
 
34919
perf_utils_REQUIRES=$cairo_cv_perf_utils_REQUIRES
 
34920
perf_utils_CFLAGS=$cairo_cv_perf_utils_CFLAGS
 
34921
perf_utils_NONPKGCONFIG_CFLAGS=$cairo_cv_perf_utils_NONPKGCONFIG_CFLAGS
 
34922
perf_utils_LIBS=$cairo_cv_perf_utils_LIBS
 
34923
perf_utils_NONPKGCONFIG_LIBS=$cairo_cv_perf_utils_NONPKGCONFIG_LIBS
 
34924
perf_utils_NONPKGCONFIG_EXTRA_LIBS=$cairo_cv_perf_utils_NONPKGCONFIG_EXTRA_LIBS
 
34925
 
 
34926
                                                                                CAIRO_REQUIRES="$perf_utils_REQUIRES"" ${CAIRO_REQUIRES}"
 
34927
 
 
34928
                                                                        CAIRO_CFLAGS="$perf_utils_CFLAGS"" ${CAIRO_CFLAGS}"
 
34929
 
 
34930
                                                                        CAIRO_NONPKGCONFIG_CFLAGS="$perf_utils_NONPKGCONFIG_CFLAGS"" ${CAIRO_NONPKGCONFIG_CFLAGS}"
 
34931
 
 
34932
                                                                        CAIRO_LIBS="$perf_utils_LIBS"" ${CAIRO_LIBS}"
 
34933
 
 
34934
                                                                        CAIRO_NONPKGCONFIG_LIBS="$perf_utils_NONPKGCONFIG_LIBS"" ${CAIRO_NONPKGCONFIG_LIBS}"
 
34935
 
 
34936
 
 
34937
else
 
34938
                                        perf_utils_BASE=$cairo_cv_perf_utils_BASE
 
34939
perf_utils_REQUIRES=$cairo_cv_perf_utils_REQUIRES
 
34940
perf_utils_CFLAGS=$cairo_cv_perf_utils_CFLAGS
 
34941
perf_utils_NONPKGCONFIG_CFLAGS=$cairo_cv_perf_utils_NONPKGCONFIG_CFLAGS
 
34942
perf_utils_LIBS=$cairo_cv_perf_utils_LIBS
 
34943
perf_utils_NONPKGCONFIG_LIBS=$cairo_cv_perf_utils_NONPKGCONFIG_LIBS
 
34944
perf_utils_NONPKGCONFIG_EXTRA_LIBS=$cairo_cv_perf_utils_NONPKGCONFIG_EXTRA_LIBS
 
34945
 
 
34946
 
 
34947
fi
 
34948
 
 
34949
                                                         if test "x$use_perf_utils" = xyes; then
 
34950
  CAIRO_HAS_PERF_UTILS_TRUE=
 
34951
  CAIRO_HAS_PERF_UTILS_FALSE='#'
 
34952
else
 
34953
  CAIRO_HAS_PERF_UTILS_TRUE='#'
 
34954
  CAIRO_HAS_PERF_UTILS_FALSE=
 
34955
fi
 
34956
 
 
34957
 
 
34958
                                                                                cr_make_tmp='CAIRO_HAS_PERF_UTILS=0'
 
34959
                                                                                                                CAIRO_MAKEFILE___WIN32="${CAIRO_MAKEFILE___WIN32}
 
34960
""$cr_make_tmp"
 
34961
 
 
34962
 
 
34963
                                                                                cr_make_tmp=''
 
34964
                                                                                        CAIRO_MAKEFILE_cairo_AMAKE="${CAIRO_MAKEFILE_cairo_AMAKE}
 
34965
""$cr_make_tmp"
 
34966
 
 
34967
                                                                                                                CAIRO_MAKEFILE_cairo_WIN32="${CAIRO_MAKEFILE_cairo_WIN32}
 
34968
""$cr_make_tmp"
 
34969
                                                                                cr_make_tmp=''
 
34970
                                                                                        CAIRO_MAKEFILE_cairo_boilerplate_AMAKE="${CAIRO_MAKEFILE_cairo_boilerplate_AMAKE}
 
34971
""$cr_make_tmp"
 
34972
 
 
34973
                                                                                                                CAIRO_MAKEFILE_cairo_boilerplate_WIN32="${CAIRO_MAKEFILE_cairo_boilerplate_WIN32}
 
34974
""$cr_make_tmp"
 
34975
 
 
34976
 
 
34977
 
 
34978
 
 
34979
 
 
34980
 
 
34981
                                                                                cr_make_tmp='all_cairo_private += $(cairo_perf_utils_private) $(cairo_perf_utils_headers)
 
34982
all_cairo_cxx_sources += $(cairo_perf_utils_cxx_sources)
 
34983
all_cairo_sources += $(cairo_perf_utils_sources)'
 
34984
                                                                                        CAIRO_MAKEFILE_cairo_AMAKE="${CAIRO_MAKEFILE_cairo_AMAKE}
 
34985
""$cr_make_tmp"
 
34986
 
 
34987
                                                                                                                CAIRO_MAKEFILE_cairo_WIN32="${CAIRO_MAKEFILE_cairo_WIN32}
 
34988
""$cr_make_tmp"
 
34989
                                                                                cr_make_tmp='all_cairo_boilerplate_private += $(cairo_boilerplate_perf_utils_private) $(cairo_boilerplate_perf_utils_headers)
 
34990
all_cairo_boilerplate_cxx_sources += $(cairo_boilerplate_perf_utils_cxx_sources)
 
34991
all_cairo_boilerplate_sources += $(cairo_boilerplate_perf_utils_sources)'
 
34992
                                                                                        CAIRO_MAKEFILE_cairo_boilerplate_AMAKE="${CAIRO_MAKEFILE_cairo_boilerplate_AMAKE}
 
34993
""$cr_make_tmp"
 
34994
 
 
34995
                                                                                                                CAIRO_MAKEFILE_cairo_boilerplate_WIN32="${CAIRO_MAKEFILE_cairo_boilerplate_WIN32}
 
34996
""$cr_make_tmp"
 
34997
 
 
34998
 
 
34999
                                                                                cr_make_tmp='enabled_cairo_private += $(cairo_perf_utils_private) $(cairo_perf_utils_headers)
 
35000
enabled_cairo_cxx_sources += $(cairo_perf_utils_cxx_sources)
 
35001
enabled_cairo_sources += $(cairo_perf_utils_sources)'
 
35002
                                                                                CAIRO_MAKEFILE_cairo_AMAKE="${CAIRO_MAKEFILE_cairo_AMAKE}
 
35003
"'if CAIRO_HAS_PERF_UTILS'
 
35004
                                        CAIRO_MAKEFILE_cairo_AMAKE="${CAIRO_MAKEFILE_cairo_AMAKE}
 
35005
""$cr_make_tmp"
 
35006
                                        CAIRO_MAKEFILE_cairo_AMAKE="${CAIRO_MAKEFILE_cairo_AMAKE}
 
35007
"'endif'
 
35008
 
 
35009
                                                                                                        CAIRO_MAKEFILE_cairo_WIN32="${CAIRO_MAKEFILE_cairo_WIN32}
 
35010
"'ifeq ($(CAIRO_HAS_PERF_UTILS),1)'
 
35011
                                        CAIRO_MAKEFILE_cairo_WIN32="${CAIRO_MAKEFILE_cairo_WIN32}
 
35012
""$cr_make_tmp"
 
35013
                                        CAIRO_MAKEFILE_cairo_WIN32="${CAIRO_MAKEFILE_cairo_WIN32}
 
35014
"'endif'
 
35015
                                                                        cr_make_tmp='enabled_cairo_boilerplate_private += $(cairo_boilerplate_perf_utils_private) $(cairo_boilerplate_perf_utils_headers)
 
35016
enabled_cairo_boilerplate_cxx_sources += $(cairo_boilerplate_perf_utils_cxx_sources)
 
35017
enabled_cairo_boilerplate_sources += $(cairo_boilerplate_perf_utils_sources)'
 
35018
                                                                                CAIRO_MAKEFILE_cairo_boilerplate_AMAKE="${CAIRO_MAKEFILE_cairo_boilerplate_AMAKE}
 
35019
"'if CAIRO_HAS_PERF_UTILS'
 
35020
                                        CAIRO_MAKEFILE_cairo_boilerplate_AMAKE="${CAIRO_MAKEFILE_cairo_boilerplate_AMAKE}
 
35021
""$cr_make_tmp"
 
35022
                                        CAIRO_MAKEFILE_cairo_boilerplate_AMAKE="${CAIRO_MAKEFILE_cairo_boilerplate_AMAKE}
 
35023
"'endif'
 
35024
 
 
35025
                                                                                                        CAIRO_MAKEFILE_cairo_boilerplate_WIN32="${CAIRO_MAKEFILE_cairo_boilerplate_WIN32}
 
35026
"'ifeq ($(CAIRO_HAS_PERF_UTILS),1)'
 
35027
                                        CAIRO_MAKEFILE_cairo_boilerplate_WIN32="${CAIRO_MAKEFILE_cairo_boilerplate_WIN32}
 
35028
""$cr_make_tmp"
 
35029
                                        CAIRO_MAKEFILE_cairo_boilerplate_WIN32="${CAIRO_MAKEFILE_cairo_boilerplate_WIN32}
 
35030
"'endif'
 
35031
 
 
35032
 
 
35033
 
 
35034
 
 
35035
 
 
35036
 
 
35037
 
 
35038
 
 
35039
 
 
35040
                                        if test "x$use_perf_utils" = xyes; then :
 
35041
  :
 
35042
 
 
35043
$as_echo "#define CAIRO_HAS_PERF_UTILS 1" >>confdefs.h
 
35044
 
 
35045
 
 
35046
 
 
35047
fi
 
35048
                                                                                cr_make_tmp='   @echo "#define CAIRO_HAS_PERF_UTILS 1" >> src/cairo-features.h'
 
35049
                                                                                                        CAIRO_MAKEFILE_win32_features_h_WIN32="${CAIRO_MAKEFILE_win32_features_h_WIN32}
 
35050
"'ifeq ($(CAIRO_HAS_PERF_UTILS),1)'
 
35051
                                        CAIRO_MAKEFILE_win32_features_h_WIN32="${CAIRO_MAKEFILE_win32_features_h_WIN32}
 
35052
""$cr_make_tmp"
 
35053
                                        CAIRO_MAKEFILE_win32_features_h_WIN32="${CAIRO_MAKEFILE_win32_features_h_WIN32}
 
35054
"'endif'
 
35055
 
 
35056
 
 
35057
 
 
35058
 
 
35059
 
 
35060
 
 
35061
 
 
35062
 
 
35063
 
34817
35064
ac_config_files="$ac_config_files Makefile boilerplate/Makefile src/Makefile test/Makefile test/pdiff/Makefile perf/Makefile util/Makefile util/cairo-fdr/Makefile util/cairo-gobject/Makefile util/cairo-script/Makefile util/cairo-script/examples/Makefile util/cairo-sphinx/Makefile util/cairo-trace/Makefile util/cairo-trace/cairo-trace doc/Makefile doc/public/Makefile"
34818
35065
 
34819
35066
 
34931
35178
  am__EXEEXT_FALSE=
34932
35179
fi
34933
35180
 
 
35181
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
35182
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
 
35183
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
35184
fi
34934
35185
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
34935
35186
  as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
34936
35187
Usually this means the macro was only invoked conditionally." "$LINENO" 5
35220
35471
  as_fn_error $? "conditional \"HAVE_GTK\" was never defined.
35221
35472
Usually this means the macro was only invoked conditionally." "$LINENO" 5
35222
35473
fi
 
35474
if test -z "${CAIRO_HAS_PERF_UTILS_TRUE}" && test -z "${CAIRO_HAS_PERF_UTILS_FALSE}"; then
 
35475
  as_fn_error $? "conditional \"CAIRO_HAS_PERF_UTILS\" was never defined.
 
35476
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
35477
fi
35223
35478
 
35224
35479
: ${CONFIG_STATUS=./config.status}
35225
35480
ac_write_fail=0
38789
39044
        echo "The following features and utilities:"
38790
39045
        echo "  cairo-trace:                $use_trace"
38791
39046
        echo "  cairo-script-interpreter:   $use_interpreter"
 
39047
        echo "  cairo-perf-utils:           $use_perf_utils"
38792
39048
        echo ""
38793
39049
        echo "And the following internal features:"
38794
39050
        echo "  pthread:       $use_pthread"