~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.69 for inkscape 0.48.4.
 
3
# Generated by GNU Autoconf 2.69 for inkscape 0.48.5.
4
4
#
5
5
#
6
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
577
577
# Identity of this package.
578
578
PACKAGE_NAME='inkscape'
579
579
PACKAGE_TARNAME='inkscape'
580
 
PACKAGE_VERSION='0.48.4'
581
 
PACKAGE_STRING='inkscape 0.48.4'
 
580
PACKAGE_VERSION='0.48.5'
 
581
PACKAGE_STRING='inkscape 0.48.5'
582
582
PACKAGE_BUGREPORT=''
583
583
PACKAGE_URL=''
584
584
 
657
657
LIBWPG01_CFLAGS
658
658
INKBOARD_CFLAGS
659
659
INKBOARD_LIBS
 
660
POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS
 
661
POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS
660
662
POPPLER_NEWERRORAPI_LIBS
661
663
POPPLER_NEWERRORAPI_CFLAGS
662
664
POPPLER_GFXFONT_LIBS
714
716
PKG_CONFIG_LIBDIR
715
717
PKG_CONFIG_PATH
716
718
PKG_CONFIG
717
 
AM_BACKSLASH
718
 
AM_DEFAULT_V
719
 
AM_V
720
719
USE_BZR_VERSION_FALSE
721
720
USE_BZR_VERSION_TRUE
722
721
EGREP
754
753
INTLTOOL__v_MERGE_0
755
754
INTLTOOL__v_MERGE_
756
755
INTLTOOL_V_MERGE
757
 
AM_DEFAULT_VERBOSITY
758
756
INTLTOOL_EXTRACT
759
757
INTLTOOL_MERGE
760
758
INTLTOOL_UPDATE
788
786
LDFLAGS
789
787
CXXFLAGS
790
788
CXX
 
789
AM_BACKSLASH
 
790
AM_DEFAULT_VERBOSITY
 
791
AM_DEFAULT_V
 
792
AM_V
791
793
am__untar
792
794
am__tar
793
795
AMTAR
860
862
ac_subst_files=''
861
863
ac_user_opts='
862
864
enable_option_checking
 
865
enable_silent_rules
863
866
enable_lsb
864
867
enable_dependency_tracking
865
868
enable_nls
866
 
enable_silent_rules
867
869
with_gnome_vfs
868
870
with_inkjar
869
871
with_perl
910
912
POPPLER_GFXFONT_LIBS
911
913
POPPLER_NEWERRORAPI_CFLAGS
912
914
POPPLER_NEWERRORAPI_LIBS
 
915
POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS
 
916
POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS
913
917
LIBWPG01_CFLAGS
914
918
LIBWPG01_LIBS
915
919
LIBWPG02_CFLAGS
1466
1470
  # Omit some internal or obsolete options to make the list less imposing.
1467
1471
  # This message is too long to be a string in the A/UX 3.1 sh.
1468
1472
  cat <<_ACEOF
1469
 
\`configure' configures inkscape 0.48.4 to adapt to many kinds of systems.
 
1473
\`configure' configures inkscape 0.48.5 to adapt to many kinds of systems.
1470
1474
 
1471
1475
Usage: $0 [OPTION]... [VAR=VALUE]...
1472
1476
 
1536
1540
 
1537
1541
if test -n "$ac_init_help"; then
1538
1542
  case $ac_init_help in
1539
 
     short | recursive ) echo "Configuration of inkscape 0.48.4:";;
 
1543
     short | recursive ) echo "Configuration of inkscape 0.48.5:";;
1540
1544
   esac
1541
1545
  cat <<\_ACEOF
1542
1546
 
1544
1548
  --disable-option-checking  ignore unrecognized --enable/--with options
1545
1549
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1546
1550
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1551
  --enable-silent-rules   less verbose build output (undo: "make V=1")
 
1552
  --disable-silent-rules  verbose build output (undo: "make V=0")
1547
1553
  --enable-lsb            LSB-compatible build configuration
1548
 
  --disable-dependency-tracking  speeds up one-time build
1549
 
  --enable-dependency-tracking   do not reject slow dependency extractors
 
1554
  --enable-dependency-tracking
 
1555
                          do not reject slow dependency extractors
 
1556
  --disable-dependency-tracking
 
1557
                          speeds up one-time build
1550
1558
  --disable-nls           do not use Native Language Support
1551
 
  --enable-silent-rules          less verbose build output (undo: `make V=1')
1552
 
  --disable-silent-rules         verbose build output (undo: `make V=0')
1553
1559
  --enable-lcms           enable LittleCms for color management
1554
1560
  --enable-poppler-cairo  Enable libpoppler-cairo for rendering PDF preview
1555
1561
  --enable-binreloc       compile with binary relocation support
1618
1624
              C compiler flags for POPPLER_NEWERRORAPI, overriding pkg-config
1619
1625
  POPPLER_NEWERRORAPI_LIBS
1620
1626
              linker flags for POPPLER_NEWERRORAPI, overriding pkg-config
 
1627
  POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS
 
1628
              C compiler flags for POPPLER_EVEN_NEWER_COLOR_SPACE_API,
 
1629
              overriding pkg-config
 
1630
  POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS
 
1631
              linker flags for POPPLER_EVEN_NEWER_COLOR_SPACE_API, overriding
 
1632
              pkg-config
1621
1633
  LIBWPG01_CFLAGS
1622
1634
              C compiler flags for LIBWPG01, overriding pkg-config
1623
1635
  LIBWPG01_LIBS
1717
1729
test -n "$ac_init_help" && exit $ac_status
1718
1730
if $ac_init_version; then
1719
1731
  cat <<\_ACEOF
1720
 
inkscape configure 0.48.4
 
1732
inkscape configure 0.48.5
1721
1733
generated by GNU Autoconf 2.69
1722
1734
 
1723
1735
Copyright (C) 2012 Free Software Foundation, Inc.
2277
2289
This file contains any messages produced by compilers while
2278
2290
running configure, to aid debugging if configure makes a mistake.
2279
2291
 
2280
 
It was created by inkscape $as_me 0.48.4, which was
 
2292
It was created by inkscape $as_me 0.48.5, which was
2281
2293
generated by GNU Autoconf 2.69.  Invocation command line was
2282
2294
 
2283
2295
  $ $0 $@
2727
2739
 
2728
2740
 
2729
2741
 
2730
 
am__api_version='1.11'
 
2742
am__api_version='1.14'
2731
2743
 
2732
2744
# Find a good install program.  We prefer a C program (faster),
2733
2745
# so one script is as good as another.  But avoid the broken or
2824
2836
 
2825
2837
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2826
2838
$as_echo_n "checking whether build environment is sane... " >&6; }
2827
 
# Just in case
2828
 
sleep 1
2829
 
echo timestamp > conftest.file
2830
2839
# Reject unsafe characters in $srcdir or the absolute working directory
2831
2840
# name.  Accept space and tab only in the latter.
2832
2841
am_lf='
2837
2846
esac
2838
2847
case $srcdir in
2839
2848
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2840
 
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2849
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2841
2850
esac
2842
2851
 
2843
 
# Do `set' in a subshell so we don't clobber the current shell's
 
2852
# Do 'set' in a subshell so we don't clobber the current shell's
2844
2853
# arguments.  Must try -L first in case configure is actually a
2845
2854
# symlink; some systems play weird games with the mod time of symlinks
2846
2855
# (eg FreeBSD returns the mod time of the symlink's containing
2847
2856
# directory).
2848
2857
if (
2849
 
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2850
 
   if test "$*" = "X"; then
2851
 
      # -L didn't work.
2852
 
      set X `ls -t "$srcdir/configure" conftest.file`
2853
 
   fi
2854
 
   rm -f conftest.file
2855
 
   if test "$*" != "X $srcdir/configure conftest.file" \
2856
 
      && test "$*" != "X conftest.file $srcdir/configure"; then
2857
 
 
2858
 
      # If neither matched, then we have a broken ls.  This can happen
2859
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2860
 
      # broken ls alias from the environment.  This has actually
2861
 
      # happened.  Such a system could not be considered "sane".
2862
 
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2863
 
alias in your environment" "$LINENO" 5
2864
 
   fi
2865
 
 
 
2858
   am_has_slept=no
 
2859
   for am_try in 1 2; do
 
2860
     echo "timestamp, slept: $am_has_slept" > conftest.file
 
2861
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
2862
     if test "$*" = "X"; then
 
2863
        # -L didn't work.
 
2864
        set X `ls -t "$srcdir/configure" conftest.file`
 
2865
     fi
 
2866
     if test "$*" != "X $srcdir/configure conftest.file" \
 
2867
        && test "$*" != "X conftest.file $srcdir/configure"; then
 
2868
 
 
2869
        # If neither matched, then we have a broken ls.  This can happen
 
2870
        # if, for instance, CONFIG_SHELL is bash and it inherits a
 
2871
        # broken ls alias from the environment.  This has actually
 
2872
        # happened.  Such a system could not be considered "sane".
 
2873
        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
2874
  alias in your environment" "$LINENO" 5
 
2875
     fi
 
2876
     if test "$2" = conftest.file || test $am_try -eq 2; then
 
2877
       break
 
2878
     fi
 
2879
     # Just in case.
 
2880
     sleep 1
 
2881
     am_has_slept=yes
 
2882
   done
2866
2883
   test "$2" = conftest.file
2867
2884
   )
2868
2885
then
2874
2891
fi
2875
2892
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2876
2893
$as_echo "yes" >&6; }
 
2894
# If we didn't sleep, we still need to ensure time stamps of config.status and
 
2895
# generated files are strictly newer.
 
2896
am_sleep_pid=
 
2897
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
 
2898
  ( sleep 1 ) &
 
2899
  am_sleep_pid=$!
 
2900
fi
 
2901
 
 
2902
rm -f conftest.file
 
2903
 
2877
2904
test "$program_prefix" != NONE &&
2878
2905
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2879
2906
# Use a double $ so make ignores it.
2896
2923
  esac
2897
2924
fi
2898
2925
# Use eval to expand $SHELL
2899
 
if eval "$MISSING --run true"; then
2900
 
  am_missing_run="$MISSING --run "
 
2926
if eval "$MISSING --is-lightweight"; then
 
2927
  am_missing_run="$MISSING "
2901
2928
else
2902
2929
  am_missing_run=
2903
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2904
 
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
2930
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
 
2931
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2905
2932
fi
2906
2933
 
2907
2934
if test x"${install_sh}" != xset; then
2913
2940
  esac
2914
2941
fi
2915
2942
 
2916
 
# Installed binaries are usually stripped using `strip' when the user
2917
 
# run `make install-strip'.  However `strip' might not be the right
 
2943
# Installed binaries are usually stripped using 'strip' when the user
 
2944
# run "make install-strip".  However 'strip' might not be the right
2918
2945
# tool to use in cross-compilation environments, therefore Automake
2919
 
# will honor the `STRIP' environment variable to overrule this program.
 
2946
# will honor the 'STRIP' environment variable to overrule this program.
2920
2947
if test "$cross_compiling" != no; then
2921
2948
  if test -n "$ac_tool_prefix"; then
2922
2949
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3055
3082
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3056
3083
$as_echo "$MKDIR_P" >&6; }
3057
3084
 
3058
 
mkdir_p="$MKDIR_P"
3059
 
case $mkdir_p in
3060
 
  [\\/$]* | ?:[\\/]*) ;;
3061
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3062
 
esac
3063
 
 
3064
3085
for ac_prog in gawk mawk nawk awk
3065
3086
do
3066
3087
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3143
3164
fi
3144
3165
rmdir .tst 2>/dev/null
3145
3166
 
 
3167
# Check whether --enable-silent-rules was given.
 
3168
if test "${enable_silent_rules+set}" = set; then :
 
3169
  enableval=$enable_silent_rules;
 
3170
fi
 
3171
 
 
3172
case $enable_silent_rules in # (((
 
3173
  yes) AM_DEFAULT_VERBOSITY=0;;
 
3174
   no) AM_DEFAULT_VERBOSITY=1;;
 
3175
    *) AM_DEFAULT_VERBOSITY=1;;
 
3176
esac
 
3177
am_make=${MAKE-make}
 
3178
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
3179
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
3180
if ${am_cv_make_support_nested_variables+:} false; then :
 
3181
  $as_echo_n "(cached) " >&6
 
3182
else
 
3183
  if $as_echo 'TRUE=$(BAR$(V))
 
3184
BAR0=false
 
3185
BAR1=true
 
3186
V=1
 
3187
am__doit:
 
3188
        @$(TRUE)
 
3189
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
3190
  am_cv_make_support_nested_variables=yes
 
3191
else
 
3192
  am_cv_make_support_nested_variables=no
 
3193
fi
 
3194
fi
 
3195
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
3196
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
3197
if test $am_cv_make_support_nested_variables = yes; then
 
3198
    AM_V='$(V)'
 
3199
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
3200
else
 
3201
  AM_V=$AM_DEFAULT_VERBOSITY
 
3202
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
3203
fi
 
3204
AM_BACKSLASH='\'
 
3205
 
3146
3206
if test "`cd $srcdir && pwd`" != "`pwd`"; then
3147
3207
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3148
3208
  # is not polluted with repeated "-I."
3165
3225
 
3166
3226
# Define the identity of the package.
3167
3227
 PACKAGE='inkscape'
3168
 
 VERSION='0.48.4'
 
3228
 VERSION='0.48.5'
3169
3229
 
3170
3230
 
3171
3231
cat >>confdefs.h <<_ACEOF
3193
3253
 
3194
3254
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3195
3255
 
 
3256
# For better backward compatibility.  To be removed once Automake 1.9.x
 
3257
# dies out for good.  For more background, see:
 
3258
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
 
3259
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 
3260
mkdir_p='$(MKDIR_P)'
 
3261
 
3196
3262
# We need awk for the "check" target.  The system "awk" is bad on
3197
3263
# some platforms.
3198
3264
# Always define AMTAR for backward compatibility.  Yes, it's still used
3200
3266
AMTAR='$${TAR-tar}'
3201
3267
 
3202
3268
 
3203
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
 
3269
# We'll loop over all known methods to create a tar archive until one works.
 
3270
_am_tools='gnutar  pax cpio none'
 
3271
 
 
3272
 
 
3273
 
 
3274
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
3204
3275
$as_echo_n "checking how to create a pax tar archive... " >&6; }
3205
 
# Loop over all known methods to create a tar archive until one works.
3206
 
_am_tools='gnutar  pax cpio none'
3207
 
_am_tools=${am_cv_prog_tar_pax-$_am_tools}
3208
 
# Do not fold the above two line into one, because Tru64 sh and
3209
 
# Solaris sh will not grok spaces in the rhs of `-'.
3210
 
for _am_tool in $_am_tools
3211
 
do
3212
 
  case $_am_tool in
3213
 
  gnutar)
3214
 
    for _am_tar in tar gnutar gtar;
3215
 
    do
3216
 
      { echo "$as_me:$LINENO: $_am_tar --version" >&5
 
3276
 
 
3277
  # Go ahead even if we have the value already cached.  We do so because we
 
3278
  # need to set the values for the 'am__tar' and 'am__untar' variables.
 
3279
  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
 
3280
 
 
3281
  for _am_tool in $_am_tools; do
 
3282
    case $_am_tool in
 
3283
    gnutar)
 
3284
      for _am_tar in tar gnutar gtar; do
 
3285
        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3217
3286
   ($_am_tar --version) >&5 2>&5
3218
3287
   ac_status=$?
3219
3288
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3220
3289
   (exit $ac_status); } && break
3221
 
    done
3222
 
    am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
3223
 
    am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
3224
 
    am__untar="$_am_tar -xf -"
3225
 
    ;;
3226
 
  plaintar)
3227
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
3228
 
    # ustar tarball either.
3229
 
    (tar --version) >/dev/null 2>&1 && continue
3230
 
    am__tar='tar chf - "$$tardir"'
3231
 
    am__tar_='tar chf - "$tardir"'
3232
 
    am__untar='tar xf -'
3233
 
    ;;
3234
 
  pax)
3235
 
    am__tar='pax -L -x pax -w "$$tardir"'
3236
 
    am__tar_='pax -L -x pax -w "$tardir"'
3237
 
    am__untar='pax -r'
3238
 
    ;;
3239
 
  cpio)
3240
 
    am__tar='find "$$tardir" -print | cpio -o -H pax -L'
3241
 
    am__tar_='find "$tardir" -print | cpio -o -H pax -L'
3242
 
    am__untar='cpio -i -H pax -d'
3243
 
    ;;
3244
 
  none)
3245
 
    am__tar=false
3246
 
    am__tar_=false
3247
 
    am__untar=false
3248
 
    ;;
3249
 
  esac
3250
 
 
3251
 
  # If the value was cached, stop now.  We just wanted to have am__tar
3252
 
  # and am__untar set.
3253
 
  test -n "${am_cv_prog_tar_pax}" && break
3254
 
 
3255
 
  # tar/untar a dummy directory, and stop if the command works
3256
 
  rm -rf conftest.dir
3257
 
  mkdir conftest.dir
3258
 
  echo GrepMe > conftest.dir/file
3259
 
  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
 
3290
      done
 
3291
      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
 
3292
      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
 
3293
      am__untar="$_am_tar -xf -"
 
3294
      ;;
 
3295
    plaintar)
 
3296
      # Must skip GNU tar: if it does not support --format= it doesn't create
 
3297
      # ustar tarball either.
 
3298
      (tar --version) >/dev/null 2>&1 && continue
 
3299
      am__tar='tar chf - "$$tardir"'
 
3300
      am__tar_='tar chf - "$tardir"'
 
3301
      am__untar='tar xf -'
 
3302
      ;;
 
3303
    pax)
 
3304
      am__tar='pax -L -x pax -w "$$tardir"'
 
3305
      am__tar_='pax -L -x pax -w "$tardir"'
 
3306
      am__untar='pax -r'
 
3307
      ;;
 
3308
    cpio)
 
3309
      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
 
3310
      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
 
3311
      am__untar='cpio -i -H pax -d'
 
3312
      ;;
 
3313
    none)
 
3314
      am__tar=false
 
3315
      am__tar_=false
 
3316
      am__untar=false
 
3317
      ;;
 
3318
    esac
 
3319
 
 
3320
    # If the value was cached, stop now.  We just wanted to have am__tar
 
3321
    # and am__untar set.
 
3322
    test -n "${am_cv_prog_tar_pax}" && break
 
3323
 
 
3324
    # tar/untar a dummy directory, and stop if the command works.
 
3325
    rm -rf conftest.dir
 
3326
    mkdir conftest.dir
 
3327
    echo GrepMe > conftest.dir/file
 
3328
    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3260
3329
   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3261
3330
   ac_status=$?
3262
3331
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3263
3332
   (exit $ac_status); }
3264
 
  rm -rf conftest.dir
3265
 
  if test -s conftest.tar; then
3266
 
    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
 
3333
    rm -rf conftest.dir
 
3334
    if test -s conftest.tar; then
 
3335
      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3267
3336
   ($am__untar <conftest.tar) >&5 2>&5
3268
3337
   ac_status=$?
3269
3338
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3270
3339
   (exit $ac_status); }
3271
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3272
 
  fi
3273
 
done
3274
 
rm -rf conftest.dir
 
3340
      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
 
3341
   (cat conftest.dir/file) >&5 2>&5
 
3342
   ac_status=$?
 
3343
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3344
   (exit $ac_status); }
 
3345
      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
3346
    fi
 
3347
  done
 
3348
  rm -rf conftest.dir
3275
3349
 
3276
 
if ${am_cv_prog_tar_pax+:} false; then :
 
3350
  if ${am_cv_prog_tar_pax+:} false; then :
3277
3351
  $as_echo_n "(cached) " >&6
3278
3352
else
3279
3353
  am_cv_prog_tar_pax=$_am_tool
3280
3354
fi
3281
3355
 
3282
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
 
3356
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3283
3357
$as_echo "$am_cv_prog_tar_pax" >&6; }
3284
3358
 
3285
3359
 
3287
3361
 
3288
3362
 
3289
3363
 
 
3364
# POSIX will say in a future version that running "rm -f" with no argument
 
3365
# is OK; and we want to be able to make that assumption in our Makefile
 
3366
# recipes.  So use an aggressive probe to check that the usage we want is
 
3367
# actually supported "in the wild" to an acceptable degree.
 
3368
# See automake bug#10828.
 
3369
# To make any issue more visible, cause the running configure to be aborted
 
3370
# by default if the 'rm' program in use doesn't match our expectations; the
 
3371
# user can still override this though.
 
3372
if rm -f && rm -fr && rm -rf; then : OK; else
 
3373
  cat >&2 <<'END'
 
3374
Oops!
 
3375
 
 
3376
Your 'rm' program seems unable to run without file operands specified
 
3377
on the command line, even when the '-f' option is present.  This is contrary
 
3378
to the behaviour of most rm programs out there, and not conforming with
 
3379
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
3380
 
 
3381
Please tell bug-automake@gnu.org about your system, including the value
 
3382
of your $PATH and any error possibly output before this message.  This
 
3383
can help us improve future automake versions.
 
3384
 
 
3385
END
 
3386
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
3387
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
3388
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
3389
    echo >&2
 
3390
  else
 
3391
    cat >&2 <<'END'
 
3392
Aborting the configuration process, to ensure you take notice of the issue.
 
3393
 
 
3394
You can download and install GNU coreutils to get an 'rm' implementation
 
3395
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
3396
 
 
3397
If you want to complete the configuration process using your problematic
 
3398
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
3399
to "yes", and re-run configure.
 
3400
 
 
3401
END
 
3402
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
 
3403
  fi
 
3404
fi
 
3405
 
3290
3406
# Check whether --enable-lsb was given.
3291
3407
if test "${enable_lsb+set}" = set; then :
3292
3408
  enableval=$enable_lsb;
3327
3443
_am_result=none
3328
3444
# First try GNU make style include.
3329
3445
echo "include confinc" > confmf
3330
 
# Ignore all kinds of additional output from `make'.
 
3446
# Ignore all kinds of additional output from 'make'.
3331
3447
case `$am_make -s -f confmf 2> /dev/null` in #(
3332
3448
*the\ am__doit\ target*)
3333
3449
  am__include=include
3889
4005
  # We make a subdir and do the tests there.  Otherwise we can end up
3890
4006
  # making bogus files that we don't know about and never remove.  For
3891
4007
  # instance it was reported that on HP-UX the gcc test will end up
3892
 
  # making a dummy file named `D' -- because `-MD' means `put the output
3893
 
  # in D'.
 
4008
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
4009
  # in D".
3894
4010
  rm -rf conftest.dir
3895
4011
  mkdir conftest.dir
3896
4012
  # Copy depcomp to subdir because otherwise we won't find it if we're
3925
4041
    : > sub/conftest.c
3926
4042
    for i in 1 2 3 4 5 6; do
3927
4043
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3928
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3929
 
      # Solaris 8's {/usr,}/bin/sh.
3930
 
      touch sub/conftst$i.h
 
4044
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
4045
      # Solaris 10 /bin/sh.
 
4046
      echo '/* dummy */' > sub/conftst$i.h
3931
4047
    done
3932
4048
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3933
4049
 
3934
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
4050
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3935
4051
    # mode.  It turns out that the SunPro C++ compiler does not properly
3936
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
3937
 
    # versions had trouble with output in subdirs
 
4052
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
4053
    # versions had trouble with output in subdirs.
3938
4054
    am__obj=sub/conftest.${OBJEXT-o}
3939
4055
    am__minus_obj="-o $am__obj"
3940
4056
    case $depmode in
3943
4059
      test "$am__universal" = false || continue
3944
4060
      ;;
3945
4061
    nosideeffect)
3946
 
      # after this tag, mechanisms are not by side-effect, so they'll
3947
 
      # only be used when explicitly requested
 
4062
      # After this tag, mechanisms are not by side-effect, so they'll
 
4063
      # only be used when explicitly requested.
3948
4064
      if test "x$enable_dependency_tracking" = xyes; then
3949
4065
        continue
3950
4066
      else
3952
4068
      fi
3953
4069
      ;;
3954
4070
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3955
 
      # This compiler won't grok `-c -o', but also, the minuso test has
 
4071
      # This compiler won't grok '-c -o', but also, the minuso test has
3956
4072
      # not run yet.  These depmodes are late enough in the game, and
3957
4073
      # so weak that their functioning should not be impacted.
3958
4074
      am__obj=conftest.${OBJEXT-o}
4331
4447
  # We make a subdir and do the tests there.  Otherwise we can end up
4332
4448
  # making bogus files that we don't know about and never remove.  For
4333
4449
  # instance it was reported that on HP-UX the gcc test will end up
4334
 
  # making a dummy file named `D' -- because `-MD' means `put the output
4335
 
  # in D'.
 
4450
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
4451
  # in D".
4336
4452
  rm -rf conftest.dir
4337
4453
  mkdir conftest.dir
4338
4454
  # Copy depcomp to subdir because otherwise we won't find it if we're
4367
4483
    : > sub/conftest.c
4368
4484
    for i in 1 2 3 4 5 6; do
4369
4485
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4370
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4371
 
      # Solaris 8's {/usr,}/bin/sh.
4372
 
      touch sub/conftst$i.h
 
4486
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
4487
      # Solaris 10 /bin/sh.
 
4488
      echo '/* dummy */' > sub/conftst$i.h
4373
4489
    done
4374
4490
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4375
4491
 
4376
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
4492
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4377
4493
    # mode.  It turns out that the SunPro C++ compiler does not properly
4378
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
4379
 
    # versions had trouble with output in subdirs
 
4494
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
4495
    # versions had trouble with output in subdirs.
4380
4496
    am__obj=sub/conftest.${OBJEXT-o}
4381
4497
    am__minus_obj="-o $am__obj"
4382
4498
    case $depmode in
4385
4501
      test "$am__universal" = false || continue
4386
4502
      ;;
4387
4503
    nosideeffect)
4388
 
      # after this tag, mechanisms are not by side-effect, so they'll
4389
 
      # only be used when explicitly requested
 
4504
      # After this tag, mechanisms are not by side-effect, so they'll
 
4505
      # only be used when explicitly requested.
4390
4506
      if test "x$enable_dependency_tracking" = xyes; then
4391
4507
        continue
4392
4508
      else
4394
4510
      fi
4395
4511
      ;;
4396
4512
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4397
 
      # This compiler won't grok `-c -o', but also, the minuso test has
 
4513
      # This compiler won't grok '-c -o', but also, the minuso test has
4398
4514
      # not run yet.  These depmodes are late enough in the game, and
4399
4515
      # so weak that their functioning should not be impacted.
4400
4516
      am__obj=conftest.${OBJEXT-o}
4987
5103
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4988
5104
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4989
5105
 
 
5106
ac_ext=c
 
5107
ac_cpp='$CPP $CPPFLAGS'
 
5108
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5109
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5110
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
5111
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
5112
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
5113
if ${am_cv_prog_cc_c_o+:} false; then :
 
5114
  $as_echo_n "(cached) " >&6
 
5115
else
 
5116
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
5117
/* end confdefs.h.  */
 
5118
 
 
5119
int
 
5120
main ()
 
5121
{
 
5122
 
 
5123
  ;
 
5124
  return 0;
 
5125
}
 
5126
_ACEOF
 
5127
  # Make sure it works both with $CC and with simple cc.
 
5128
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
5129
  # compilers refuse to overwrite an existing .o file with -o,
 
5130
  # though they will create one.
 
5131
  am_cv_prog_cc_c_o=yes
 
5132
  for am_i in 1 2; do
 
5133
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
5134
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
5135
   ac_status=$?
 
5136
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5137
   (exit $ac_status); } \
 
5138
         && test -f conftest2.$ac_objext; then
 
5139
      : OK
 
5140
    else
 
5141
      am_cv_prog_cc_c_o=no
 
5142
      break
 
5143
    fi
 
5144
  done
 
5145
  rm -f core conftest*
 
5146
  unset am_i
 
5147
fi
 
5148
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
5149
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
5150
if test "$am_cv_prog_cc_c_o" != yes; then
 
5151
   # Losing compiler, so override with the script.
 
5152
   # FIXME: It is wrong to rewrite CC.
 
5153
   # But if we don't then we get into trouble of one sort or another.
 
5154
   # A longer-term fix would be to have automake use am__CC in this case,
 
5155
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
5156
   CC="$am_aux_dir/compile $CC"
 
5157
fi
 
5158
ac_ext=cpp
 
5159
ac_cpp='$CXXCPP $CPPFLAGS'
 
5160
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5161
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5162
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
5163
 
 
5164
 
4990
5165
depcc="$CC"   am_compiler_list=
4991
5166
 
4992
5167
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4998
5173
  # We make a subdir and do the tests there.  Otherwise we can end up
4999
5174
  # making bogus files that we don't know about and never remove.  For
5000
5175
  # instance it was reported that on HP-UX the gcc test will end up
5001
 
  # making a dummy file named `D' -- because `-MD' means `put the output
5002
 
  # in D'.
 
5176
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
5177
  # in D".
5003
5178
  rm -rf conftest.dir
5004
5179
  mkdir conftest.dir
5005
5180
  # Copy depcomp to subdir because otherwise we won't find it if we're
5034
5209
    : > sub/conftest.c
5035
5210
    for i in 1 2 3 4 5 6; do
5036
5211
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5037
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5038
 
      # Solaris 8's {/usr,}/bin/sh.
5039
 
      touch sub/conftst$i.h
 
5212
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
5213
      # Solaris 10 /bin/sh.
 
5214
      echo '/* dummy */' > sub/conftst$i.h
5040
5215
    done
5041
5216
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5042
5217
 
5043
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
5218
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
5044
5219
    # mode.  It turns out that the SunPro C++ compiler does not properly
5045
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
5046
 
    # versions had trouble with output in subdirs
 
5220
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
5221
    # versions had trouble with output in subdirs.
5047
5222
    am__obj=sub/conftest.${OBJEXT-o}
5048
5223
    am__minus_obj="-o $am__obj"
5049
5224
    case $depmode in
5052
5227
      test "$am__universal" = false || continue
5053
5228
      ;;
5054
5229
    nosideeffect)
5055
 
      # after this tag, mechanisms are not by side-effect, so they'll
5056
 
      # only be used when explicitly requested
 
5230
      # After this tag, mechanisms are not by side-effect, so they'll
 
5231
      # only be used when explicitly requested.
5057
5232
      if test "x$enable_dependency_tracking" = xyes; then
5058
5233
        continue
5059
5234
      else
5061
5236
      fi
5062
5237
      ;;
5063
5238
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5064
 
      # This compiler won't grok `-c -o', but also, the minuso test has
 
5239
      # This compiler won't grok '-c -o', but also, the minuso test has
5065
5240
      # not run yet.  These depmodes are late enough in the game, and
5066
5241
      # so weak that their functioning should not be impacted.
5067
5242
      am__obj=conftest.${OBJEXT-o}
5115
5290
fi
5116
5291
 
5117
5292
 
5118
 
 
5119
5293
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
5120
5294
 
5121
5295
# By default we simply use the C compiler to build assembly code.
5136
5310
  # We make a subdir and do the tests there.  Otherwise we can end up
5137
5311
  # making bogus files that we don't know about and never remove.  For
5138
5312
  # instance it was reported that on HP-UX the gcc test will end up
5139
 
  # making a dummy file named `D' -- because `-MD' means `put the output
5140
 
  # in D'.
 
5313
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
5314
  # in D".
5141
5315
  rm -rf conftest.dir
5142
5316
  mkdir conftest.dir
5143
5317
  # Copy depcomp to subdir because otherwise we won't find it if we're
5170
5344
    : > sub/conftest.c
5171
5345
    for i in 1 2 3 4 5 6; do
5172
5346
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5173
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5174
 
      # Solaris 8's {/usr,}/bin/sh.
5175
 
      touch sub/conftst$i.h
 
5347
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
5348
      # Solaris 10 /bin/sh.
 
5349
      echo '/* dummy */' > sub/conftst$i.h
5176
5350
    done
5177
5351
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5178
5352
 
5179
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
5353
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
5180
5354
    # mode.  It turns out that the SunPro C++ compiler does not properly
5181
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
5182
 
    # versions had trouble with output in subdirs
 
5355
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
5356
    # versions had trouble with output in subdirs.
5183
5357
    am__obj=sub/conftest.${OBJEXT-o}
5184
5358
    am__minus_obj="-o $am__obj"
5185
5359
    case $depmode in
5188
5362
      test "$am__universal" = false || continue
5189
5363
      ;;
5190
5364
    nosideeffect)
5191
 
      # after this tag, mechanisms are not by side-effect, so they'll
5192
 
      # only be used when explicitly requested
 
5365
      # After this tag, mechanisms are not by side-effect, so they'll
 
5366
      # only be used when explicitly requested.
5193
5367
      if test "x$enable_dependency_tracking" = xyes; then
5194
5368
        continue
5195
5369
      else
5197
5371
      fi
5198
5372
      ;;
5199
5373
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5200
 
      # This compiler won't grok `-c -o', but also, the minuso test has
 
5374
      # This compiler won't grok '-c -o', but also, the minuso test has
5201
5375
      # not run yet.  These depmodes are late enough in the game, and
5202
5376
      # so weak that their functioning should not be impacted.
5203
5377
      am__obj=conftest.${OBJEXT-o}
6327
6501
  enableval=$enable_silent_rules;
6328
6502
fi
6329
6503
 
6330
 
case $enable_silent_rules in
6331
 
yes) AM_DEFAULT_VERBOSITY=0;;
6332
 
no)  AM_DEFAULT_VERBOSITY=1;;
6333
 
*)   AM_DEFAULT_VERBOSITY=0;;
 
6504
case $enable_silent_rules in # (((
 
6505
  yes) AM_DEFAULT_VERBOSITY=0;;
 
6506
   no) AM_DEFAULT_VERBOSITY=1;;
 
6507
    *) AM_DEFAULT_VERBOSITY=0;;
6334
6508
esac
6335
6509
am_make=${MAKE-make}
6336
6510
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
6901
7075
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6902
7076
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6903
7077
 
 
7078
ac_ext=c
 
7079
ac_cpp='$CPP $CPPFLAGS'
 
7080
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
7081
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
7082
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
7083
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
7084
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
7085
if ${am_cv_prog_cc_c_o+:} false; then :
 
7086
  $as_echo_n "(cached) " >&6
 
7087
else
 
7088
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7089
/* end confdefs.h.  */
 
7090
 
 
7091
int
 
7092
main ()
 
7093
{
 
7094
 
 
7095
  ;
 
7096
  return 0;
 
7097
}
 
7098
_ACEOF
 
7099
  # Make sure it works both with $CC and with simple cc.
 
7100
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
7101
  # compilers refuse to overwrite an existing .o file with -o,
 
7102
  # though they will create one.
 
7103
  am_cv_prog_cc_c_o=yes
 
7104
  for am_i in 1 2; do
 
7105
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
7106
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
7107
   ac_status=$?
 
7108
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7109
   (exit $ac_status); } \
 
7110
         && test -f conftest2.$ac_objext; then
 
7111
      : OK
 
7112
    else
 
7113
      am_cv_prog_cc_c_o=no
 
7114
      break
 
7115
    fi
 
7116
  done
 
7117
  rm -f core conftest*
 
7118
  unset am_i
 
7119
fi
 
7120
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
7121
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
7122
if test "$am_cv_prog_cc_c_o" != yes; then
 
7123
   # Losing compiler, so override with the script.
 
7124
   # FIXME: It is wrong to rewrite CC.
 
7125
   # But if we don't then we get into trouble of one sort or another.
 
7126
   # A longer-term fix would be to have automake use am__CC in this case,
 
7127
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
7128
   CC="$am_aux_dir/compile $CC"
 
7129
fi
 
7130
ac_ext=cpp
 
7131
ac_cpp='$CXXCPP $CPPFLAGS'
 
7132
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
7133
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
7134
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
7135
 
 
7136
 
6904
7137
depcc="$CC"   am_compiler_list=
6905
7138
 
6906
7139
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6912
7145
  # We make a subdir and do the tests there.  Otherwise we can end up
6913
7146
  # making bogus files that we don't know about and never remove.  For
6914
7147
  # instance it was reported that on HP-UX the gcc test will end up
6915
 
  # making a dummy file named `D' -- because `-MD' means `put the output
6916
 
  # in D'.
 
7148
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
7149
  # in D".
6917
7150
  rm -rf conftest.dir
6918
7151
  mkdir conftest.dir
6919
7152
  # Copy depcomp to subdir because otherwise we won't find it if we're
6948
7181
    : > sub/conftest.c
6949
7182
    for i in 1 2 3 4 5 6; do
6950
7183
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
6951
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6952
 
      # Solaris 8's {/usr,}/bin/sh.
6953
 
      touch sub/conftst$i.h
 
7184
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
7185
      # Solaris 10 /bin/sh.
 
7186
      echo '/* dummy */' > sub/conftst$i.h
6954
7187
    done
6955
7188
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6956
7189
 
6957
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
7190
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
6958
7191
    # mode.  It turns out that the SunPro C++ compiler does not properly
6959
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
6960
 
    # versions had trouble with output in subdirs
 
7192
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
7193
    # versions had trouble with output in subdirs.
6961
7194
    am__obj=sub/conftest.${OBJEXT-o}
6962
7195
    am__minus_obj="-o $am__obj"
6963
7196
    case $depmode in
6966
7199
      test "$am__universal" = false || continue
6967
7200
      ;;
6968
7201
    nosideeffect)
6969
 
      # after this tag, mechanisms are not by side-effect, so they'll
6970
 
      # only be used when explicitly requested
 
7202
      # After this tag, mechanisms are not by side-effect, so they'll
 
7203
      # only be used when explicitly requested.
6971
7204
      if test "x$enable_dependency_tracking" = xyes; then
6972
7205
        continue
6973
7206
      else
6975
7208
      fi
6976
7209
      ;;
6977
7210
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
6978
 
      # This compiler won't grok `-c -o', but also, the minuso test has
 
7211
      # This compiler won't grok '-c -o', but also, the minuso test has
6979
7212
      # not run yet.  These depmodes are late enough in the game, and
6980
7213
      # so weak that their functioning should not be impacted.
6981
7214
      am__obj=conftest.${OBJEXT-o}
7029
7262
fi
7030
7263
 
7031
7264
 
7032
 
if test "x$CC" != xcc; then
7033
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
7034
 
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
7035
 
else
7036
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
7037
 
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
7038
 
fi
7039
 
set dummy $CC; ac_cc=`$as_echo "$2" |
7040
 
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
7041
 
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
7042
 
  $as_echo_n "(cached) " >&6
7043
 
else
7044
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7045
 
/* end confdefs.h.  */
7046
 
 
7047
 
int
7048
 
main ()
7049
 
{
7050
 
 
7051
 
  ;
7052
 
  return 0;
7053
 
}
7054
 
_ACEOF
7055
 
# Make sure it works both with $CC and with simple cc.
7056
 
# We do the test twice because some compilers refuse to overwrite an
7057
 
# existing .o file with -o, though they will create one.
7058
 
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
7059
 
rm -f conftest2.*
7060
 
if { { case "(($ac_try" in
7061
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7062
 
  *) ac_try_echo=$ac_try;;
7063
 
esac
7064
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7065
 
$as_echo "$ac_try_echo"; } >&5
7066
 
  (eval "$ac_try") 2>&5
7067
 
  ac_status=$?
7068
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7069
 
  test $ac_status = 0; } &&
7070
 
   test -f conftest2.$ac_objext && { { case "(($ac_try" in
7071
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7072
 
  *) ac_try_echo=$ac_try;;
7073
 
esac
7074
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7075
 
$as_echo "$ac_try_echo"; } >&5
7076
 
  (eval "$ac_try") 2>&5
7077
 
  ac_status=$?
7078
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7079
 
  test $ac_status = 0; };
7080
 
then
7081
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
7082
 
  if test "x$CC" != xcc; then
7083
 
    # Test first that cc exists at all.
7084
 
    if { ac_try='cc -c conftest.$ac_ext >&5'
7085
 
  { { case "(($ac_try" in
7086
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7087
 
  *) ac_try_echo=$ac_try;;
7088
 
esac
7089
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7090
 
$as_echo "$ac_try_echo"; } >&5
7091
 
  (eval "$ac_try") 2>&5
7092
 
  ac_status=$?
7093
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7094
 
  test $ac_status = 0; }; }; then
7095
 
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
7096
 
      rm -f conftest2.*
7097
 
      if { { case "(($ac_try" in
7098
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7099
 
  *) ac_try_echo=$ac_try;;
7100
 
esac
7101
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7102
 
$as_echo "$ac_try_echo"; } >&5
7103
 
  (eval "$ac_try") 2>&5
7104
 
  ac_status=$?
7105
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7106
 
  test $ac_status = 0; } &&
7107
 
         test -f conftest2.$ac_objext && { { case "(($ac_try" in
7108
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7109
 
  *) ac_try_echo=$ac_try;;
7110
 
esac
7111
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7112
 
$as_echo "$ac_try_echo"; } >&5
7113
 
  (eval "$ac_try") 2>&5
7114
 
  ac_status=$?
7115
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7116
 
  test $ac_status = 0; };
7117
 
      then
7118
 
        # cc works too.
7119
 
        :
7120
 
      else
7121
 
        # cc exists but doesn't like -o.
7122
 
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
7123
 
      fi
7124
 
    fi
7125
 
  fi
7126
 
else
7127
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
7128
 
fi
7129
 
rm -f core conftest*
7130
 
 
7131
 
fi
7132
 
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
7133
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7134
 
$as_echo "yes" >&6; }
7135
 
else
7136
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7137
 
$as_echo "no" >&6; }
7138
 
 
7139
 
$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
7140
 
 
7141
 
fi
7142
 
 
7143
 
# FIXME: we rely on the cache variable name because
7144
 
# there is no other way.
7145
 
set dummy $CC
7146
 
am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
7147
 
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
7148
 
if test "$am_t" != yes; then
7149
 
   # Losing compiler, so override with the script.
7150
 
   # FIXME: It is wrong to rewrite CC.
7151
 
   # But if we don't then we get into trouble of one sort or another.
7152
 
   # A longer-term fix would be to have automake use am__CC in this case,
7153
 
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
7154
 
   CC="$am_aux_dir/compile $CC"
7155
 
fi
7156
 
 
7157
7265
 
7158
7266
if test "$GCC" = "yes"; then
7159
7267
  # Enable some warnings from gcc.
7476
7584
 
7477
7585
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
7478
7586
 
7479
 
if test "x$GXX" = "xyes"; then
7480
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking GNU compiler version" >&5
7481
 
$as_echo_n "checking GNU compiler version... " >&6; }
7482
 
 
7483
 
        # Don't pass CXXFLAGS to the following CXX command as some
7484
 
        # of them can't be specified along with '-v'.
7485
 
        cc_version="`$CXX -v 2>&1 </dev/null |grep 'gcc version' |\
7486
 
                sed 's/.*gcc version \([-a-z0-9\.]*\).*/\1/'`"
7487
 
 
7488
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_version" >&5
7489
 
$as_echo "$cc_version" >&6; }
7490
 
 
7491
 
        # Some version numbers
7492
 
        cc_vers_major=`echo $cc_version | cut -f1 -d.`
7493
 
        cc_vers_minor=`echo $cc_version | cut -f2 -d.`
7494
 
        cc_vers_patch=`echo $cc_version | cut -f3 -d.`
7495
 
        test -n "$cc_vers_major" || cc_vers_major=0
7496
 
        test -n "$cc_vers_minor" || cc_vers_minor=0
7497
 
        test -n "$cc_vers_patch" || cc_vers_patch=0
7498
 
        cc_vers_all=`expr $cc_vers_major '*' 1000000 + $cc_vers_minor '*' 1000 + $cc_vers_patch`
7499
 
 
7500
 
        if test $cc_vers_major -lt 3; then
7501
 
                as_fn_error $? "gcc >= 3.0 is needed to compile inkscape" "$LINENO" 5
7502
 
        fi
7503
 
fi
7504
 
 
7505
7587
# Detect a working version of unordered containers.
7506
7588
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking TR1 unordered_set usability" >&5
7507
7589
$as_echo_n "checking TR1 unordered_set usability... " >&6; }
8492
8574
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_openmp" >&5
8493
8575
$as_echo "$ax_cv_cxx_openmp" >&6; }
8494
8576
if test "x$ax_cv_cxx_openmp" = "xunknown"; then
8495
 
  openmp_ok=no
 
8577
  :
8496
8578
else
8497
8579
  if test "x$ax_cv_cxx_openmp" != "xnone"; then
8498
8580
    OPENMP_CXXFLAGS=$ax_cv_cxx_openmp
8499
8581
  fi
 
8582
  ac_fn_cxx_check_header_mongrel "$LINENO" "omp.h" "ac_cv_header_omp_h" "$ac_includes_default"
 
8583
if test "x$ac_cv_header_omp_h" = xyes; then :
8500
8584
  openmp_ok=yes
8501
 
fi
 
8585
else
 
8586
  openmp_ok=no
 
8587
fi
 
8588
 
 
8589
 
 
8590
 
 
8591
fi
 
8592
 
8502
8593
 
8503
8594
if test "x$openmp_ok" = "xyes"; then
8504
8595
                CXXFLAGS="$CXXFLAGS $OPENMP_CXXFLAGS"
8505
 
        ac_fn_cxx_check_header_mongrel "$LINENO" "omp.h" "ac_cv_header_omp_h" "$ac_includes_default"
8506
 
if test "x$ac_cv_header_omp_h" = xyes; then :
8507
 
 
8508
 
fi
8509
 
 
8510
 
 
8511
8596
 
8512
8597
$as_echo "#define HAVE_OPENMP 1" >>confdefs.h
8513
8598
 
10398
10483
$as_echo "no" >&6; }
10399
10484
fi
10400
10485
 
 
10486
 
 
10487
pkg_failed=no
 
10488
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for POPPLER_EVEN_NEWER_COLOR_SPACE_API" >&5
 
10489
$as_echo_n "checking for POPPLER_EVEN_NEWER_COLOR_SPACE_API... " >&6; }
 
10490
 
 
10491
if test -n "$POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS"; then
 
10492
    pkg_cv_POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS="$POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS"
 
10493
 elif test -n "$PKG_CONFIG"; then
 
10494
    if test -n "$PKG_CONFIG" && \
 
10495
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"poppler >= 0.26.0\""; } >&5
 
10496
  ($PKG_CONFIG --exists --print-errors "poppler >= 0.26.0") 2>&5
 
10497
  ac_status=$?
 
10498
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10499
  test $ac_status = 0; }; then
 
10500
  pkg_cv_POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS=`$PKG_CONFIG --cflags "poppler >= 0.26.0" 2>/dev/null`
 
10501
                      test "x$?" != "x0" && pkg_failed=yes
 
10502
else
 
10503
  pkg_failed=yes
 
10504
fi
 
10505
 else
 
10506
    pkg_failed=untried
 
10507
fi
 
10508
if test -n "$POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS"; then
 
10509
    pkg_cv_POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS="$POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS"
 
10510
 elif test -n "$PKG_CONFIG"; then
 
10511
    if test -n "$PKG_CONFIG" && \
 
10512
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"poppler >= 0.26.0\""; } >&5
 
10513
  ($PKG_CONFIG --exists --print-errors "poppler >= 0.26.0") 2>&5
 
10514
  ac_status=$?
 
10515
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10516
  test $ac_status = 0; }; then
 
10517
  pkg_cv_POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS=`$PKG_CONFIG --libs "poppler >= 0.26.0" 2>/dev/null`
 
10518
                      test "x$?" != "x0" && pkg_failed=yes
 
10519
else
 
10520
  pkg_failed=yes
 
10521
fi
 
10522
 else
 
10523
    pkg_failed=untried
 
10524
fi
 
10525
 
 
10526
 
 
10527
 
 
10528
if test $pkg_failed = yes; then
 
10529
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10530
$as_echo "no" >&6; }
 
10531
 
 
10532
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
10533
        _pkg_short_errors_supported=yes
 
10534
else
 
10535
        _pkg_short_errors_supported=no
 
10536
fi
 
10537
        if test $_pkg_short_errors_supported = yes; then
 
10538
                POPPLER_EVEN_NEWER_COLOR_SPACE_API_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "poppler >= 0.26.0" 2>&1`
 
10539
        else
 
10540
                POPPLER_EVEN_NEWER_COLOR_SPACE_API_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "poppler >= 0.26.0" 2>&1`
 
10541
        fi
 
10542
        # Put the nasty error message in config.log where it belongs
 
10543
        echo "$POPPLER_EVEN_NEWER_COLOR_SPACE_API_PKG_ERRORS" >&5
 
10544
 
 
10545
        popplernewercolorspaceapi=no
 
10546
elif test $pkg_failed = untried; then
 
10547
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10548
$as_echo "no" >&6; }
 
10549
        popplernewercolorspaceapi=no
 
10550
else
 
10551
        POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS=$pkg_cv_POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS
 
10552
        POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS=$pkg_cv_POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS
 
10553
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
10554
$as_echo "yes" >&6; }
 
10555
        popplernewercolorspaceapi=yes
 
10556
fi
 
10557
if test "x$popplernewercolorspaceapi" = "xyes"; then
 
10558
 
 
10559
$as_echo "#define POPPLER_EVEN_NEWER_COLOR_SPACE_API 1" >>confdefs.h
 
10560
 
 
10561
fi
 
10562
 
10401
10563
# Poppler's b604a008 commit changes this
10402
10564
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Poppler's GfxPatch no longer uses GfxColor" >&5
10403
10565
$as_echo_n "checking whether Poppler's GfxPatch no longer uses GfxColor... " >&6; }
10810
10972
fi
10811
10973
 
10812
10974
 
10813
 
if test $cc_vers_major -gt 3; then
10814
 
  min_sigc_version=2.0.12
10815
 
else
10816
 
  min_sigc_version=2.0.11
10817
 
fi
10818
10975
 
10819
10976
pkg_failed=no
10820
10977
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for INKSCAPE" >&5
10824
10981
    pkg_cv_INKSCAPE_CFLAGS="$INKSCAPE_CFLAGS"
10825
10982
 elif test -n "$PKG_CONFIG"; then
10826
10983
    if test -n "$PKG_CONFIG" && \
10827
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= \$min_sigc_version  \$ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl\""; } >&5
10828
 
  ($PKG_CONFIG --exists --print-errors "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl") 2>&5
 
10984
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  \$ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl\""; } >&5
 
10985
  ($PKG_CONFIG --exists --print-errors "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl") 2>&5
10829
10986
  ac_status=$?
10830
10987
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10831
10988
  test $ac_status = 0; }; then
10832
 
  pkg_cv_INKSCAPE_CFLAGS=`$PKG_CONFIG --cflags "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>/dev/null`
 
10989
  pkg_cv_INKSCAPE_CFLAGS=`$PKG_CONFIG --cflags "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>/dev/null`
10833
10990
                      test "x$?" != "x0" && pkg_failed=yes
10834
10991
else
10835
10992
  pkg_failed=yes
10841
10998
    pkg_cv_INKSCAPE_LIBS="$INKSCAPE_LIBS"
10842
10999
 elif test -n "$PKG_CONFIG"; then
10843
11000
    if test -n "$PKG_CONFIG" && \
10844
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= \$min_sigc_version  \$ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl\""; } >&5
10845
 
  ($PKG_CONFIG --exists --print-errors "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl") 2>&5
 
11001
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  \$ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl\""; } >&5
 
11002
  ($PKG_CONFIG --exists --print-errors "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl") 2>&5
10846
11003
  ac_status=$?
10847
11004
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10848
11005
  test $ac_status = 0; }; then
10849
 
  pkg_cv_INKSCAPE_LIBS=`$PKG_CONFIG --libs "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>/dev/null`
 
11006
  pkg_cv_INKSCAPE_LIBS=`$PKG_CONFIG --libs "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>/dev/null`
10850
11007
                      test "x$?" != "x0" && pkg_failed=yes
10851
11008
else
10852
11009
  pkg_failed=yes
10867
11024
        _pkg_short_errors_supported=no
10868
11025
fi
10869
11026
        if test $_pkg_short_errors_supported = yes; then
10870
 
                INKSCAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>&1`
 
11027
                INKSCAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>&1`
10871
11028
        else
10872
 
                INKSCAPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>&1`
 
11029
                INKSCAPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl" 2>&1`
10873
11030
        fi
10874
11031
        # Put the nasty error message in config.log where it belongs
10875
11032
        echo "$INKSCAPE_PKG_ERRORS" >&5
10876
11033
 
10877
 
        as_fn_error $? "Package requirements (gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl) were not met:
 
11034
        as_fn_error $? "Package requirements (gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl) were not met:
10878
11035
 
10879
11036
$INKSCAPE_PKG_ERRORS
10880
11037
 
12284
12441
 
12285
12442
ac_libobjs=
12286
12443
ac_ltlibobjs=
12287
 
U=
12288
12444
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12289
12445
  # 1. Remove the extension, and $U if already installed.
12290
12446
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12299
12455
LTLIBOBJS=$ac_ltlibobjs
12300
12456
 
12301
12457
 
 
12458
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
 
12459
$as_echo_n "checking that generated files are newer than configure... " >&6; }
 
12460
   if test -n "$am_sleep_pid"; then
 
12461
     # Hide warnings about reused PIDs.
 
12462
     wait $am_sleep_pid 2>/dev/null
 
12463
   fi
 
12464
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
 
12465
$as_echo "done" >&6; }
12302
12466
 if test -n "$EXEEXT"; then
12303
12467
  am__EXEEXT_TRUE=
12304
12468
  am__EXEEXT_FALSE='#'
12785
12949
# report actual input values of CONFIG_FILES etc. instead of their
12786
12950
# values after options handling.
12787
12951
ac_log="
12788
 
This file was extended by inkscape $as_me 0.48.4, which was
 
12952
This file was extended by inkscape $as_me 0.48.5, which was
12789
12953
generated by GNU Autoconf 2.69.  Invocation command line was
12790
12954
 
12791
12955
  CONFIG_FILES    = $CONFIG_FILES
12851
13015
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12852
13016
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12853
13017
ac_cs_version="\\
12854
 
inkscape config.status 0.48.4
 
13018
inkscape config.status 0.48.5
12855
13019
configured by $0, generated by GNU Autoconf 2.69,
12856
13020
  with options \\"\$ac_cs_config\\"
12857
13021
 
13652
13816
 
13653
13817
  case $ac_file$ac_mode in
13654
13818
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13655
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
13819
  # Older Autoconf quotes --file arguments for eval, but not when files
13656
13820
  # are listed without --file.  Let's play safe and only enable the eval
13657
13821
  # if we detect the quoting.
13658
13822
  case $CONFIG_FILES in
13665
13829
    # Strip MF so we end up with the name of the file.
13666
13830
    mf=`echo "$mf" | sed -e 's/:.*$//'`
13667
13831
    # Check whether this is an Automake generated Makefile or not.
13668
 
    # We used to match only the files named `Makefile.in', but
 
13832
    # We used to match only the files named 'Makefile.in', but
13669
13833
    # some people rename them; so instead we look at the file content.
13670
13834
    # Grep'ing the first line is not enough: some people post-process
13671
13835
    # each Makefile.in and add a new line on top of each file to say so.
13699
13863
      continue
13700
13864
    fi
13701
13865
    # Extract the definition of DEPDIR, am__include, and am__quote
13702
 
    # from the Makefile without running `make'.
 
13866
    # from the Makefile without running 'make'.
13703
13867
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13704
13868
    test -z "$DEPDIR" && continue
13705
13869
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
13706
 
    test -z "am__include" && continue
 
13870
    test -z "$am__include" && continue
13707
13871
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13708
 
    # When using ansi2knr, U may be empty or an underscore; expand it
13709
 
    U=`sed -n 's/^U = //p' < "$mf"`
13710
13872
    # Find all dependency output files, they are included files with
13711
13873
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
13712
13874
    # simplest approach to changing $(DEPDIR) to its actual value in the
13713
13875
    # expansion.
13714
13876
    for file in `sed -n "
13715
13877
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13716
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
13878
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
13717
13879
      # Make sure the directory exists.
13718
13880
      test -f "$dirpart/$file" && continue
13719
13881
      fdir=`$as_dirname -- "$file" ||