~ubuntu-branches/ubuntu/quantal/libsoup2.4/quantal-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-10 17:26:01 UTC
  • mfrom: (1.5.9)
  • Revision ID: package-import@ubuntu.com-20120210172601-s2yjsyrgkltxsaxw
Tags: 2.37.5.1-0ubuntu1
New upstream version (lp: #928820)

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.68 for libsoup 2.37.5.
 
3
# Generated by GNU Autoconf 2.68 for libsoup 2.37.5.1.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='libsoup'
573
573
PACKAGE_TARNAME='libsoup'
574
 
PACKAGE_VERSION='2.37.5'
575
 
PACKAGE_STRING='libsoup 2.37.5'
 
574
PACKAGE_VERSION='2.37.5.1'
 
575
PACKAGE_STRING='libsoup 2.37.5.1'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
577
577
PACKAGE_URL=''
578
578
 
715
715
am__fastdepCC_FALSE
716
716
am__fastdepCC_TRUE
717
717
CCDEPMODE
 
718
am__nodep
718
719
AMDEPBACKSLASH
719
720
AMDEP_FALSE
720
721
AMDEP_TRUE
736
737
SOUP_API_VERSION
737
738
AM_BACKSLASH
738
739
AM_DEFAULT_VERBOSITY
 
740
AM_DEFAULT_V
 
741
AM_V
739
742
am__untar
740
743
am__tar
741
744
AMTAR
1385
1388
  # Omit some internal or obsolete options to make the list less imposing.
1386
1389
  # This message is too long to be a string in the A/UX 3.1 sh.
1387
1390
  cat <<_ACEOF
1388
 
\`configure' configures libsoup 2.37.5 to adapt to many kinds of systems.
 
1391
\`configure' configures libsoup 2.37.5.1 to adapt to many kinds of systems.
1389
1392
 
1390
1393
Usage: $0 [OPTION]... [VAR=VALUE]...
1391
1394
 
1455
1458
 
1456
1459
if test -n "$ac_init_help"; then
1457
1460
  case $ac_init_help in
1458
 
     short | recursive ) echo "Configuration of libsoup 2.37.5:";;
 
1461
     short | recursive ) echo "Configuration of libsoup 2.37.5.1:";;
1459
1462
   esac
1460
1463
  cat <<\_ACEOF
1461
1464
 
1593
1596
test -n "$ac_init_help" && exit $ac_status
1594
1597
if $ac_init_version; then
1595
1598
  cat <<\_ACEOF
1596
 
libsoup configure 2.37.5
 
1599
libsoup configure 2.37.5.1
1597
1600
generated by GNU Autoconf 2.68
1598
1601
 
1599
1602
Copyright (C) 2010 Free Software Foundation, Inc.
1871
1874
This file contains any messages produced by compilers while
1872
1875
running configure, to aid debugging if configure makes a mistake.
1873
1876
 
1874
 
It was created by libsoup $as_me 2.37.5, which was
 
1877
It was created by libsoup $as_me 2.37.5.1, which was
1875
1878
generated by GNU Autoconf 2.68.  Invocation command line was
1876
1879
 
1877
1880
  $ $0 $@
2689
2692
 
2690
2693
# Define the identity of the package.
2691
2694
 PACKAGE='libsoup'
2692
 
 VERSION='2.37.5'
 
2695
 VERSION='2.37.5.1'
2693
2696
 
2694
2697
 
2695
2698
cat >>confdefs.h <<_ACEOF
2719
2722
 
2720
2723
# We need awk for the "check" target.  The system "awk" is bad on
2721
2724
# some platforms.
2722
 
# Always define AMTAR for backward compatibility.
2723
 
 
2724
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
2725
 
 
2726
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
2725
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2726
# in the wild :-(  We should find a proper way to deprecate it ...
 
2727
AMTAR='$${TAR-tar}'
 
2728
 
 
2729
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2727
2730
 
2728
2731
 
2729
2732
 
2739
2742
no)  AM_DEFAULT_VERBOSITY=1;;
2740
2743
*)   AM_DEFAULT_VERBOSITY=0;;
2741
2744
esac
 
2745
am_make=${MAKE-make}
 
2746
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
2747
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
2748
if ${am_cv_make_support_nested_variables+:} false; then :
 
2749
  $as_echo_n "(cached) " >&6
 
2750
else
 
2751
  if $as_echo 'TRUE=$(BAR$(V))
 
2752
BAR0=false
 
2753
BAR1=true
 
2754
V=1
 
2755
am__doit:
 
2756
        @$(TRUE)
 
2757
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
2758
  am_cv_make_support_nested_variables=yes
 
2759
else
 
2760
  am_cv_make_support_nested_variables=no
 
2761
fi
 
2762
fi
 
2763
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
2764
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
2765
if test $am_cv_make_support_nested_variables = yes; then
 
2766
    AM_V='$(V)'
 
2767
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
2768
else
 
2769
  AM_V=$AM_DEFAULT_VERBOSITY
 
2770
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
2771
fi
2742
2772
AM_BACKSLASH='\'
2743
2773
 
2744
2774
 
3662
3692
if test "x$enable_dependency_tracking" != xno; then
3663
3693
  am_depcomp="$ac_aux_dir/depcomp"
3664
3694
  AMDEPBACKSLASH='\'
 
3695
  am__nodep='_no'
3665
3696
fi
3666
3697
 if test "x$enable_dependency_tracking" != xno; then
3667
3698
  AMDEP_TRUE=
3686
3717
  # instance it was reported that on HP-UX the gcc test will end up
3687
3718
  # making a dummy file named `D' -- because `-MD' means `put the output
3688
3719
  # in D'.
 
3720
  rm -rf conftest.dir
3689
3721
  mkdir conftest.dir
3690
3722
  # Copy depcomp to subdir because otherwise we won't find it if we're
3691
3723
  # using a relative directory.
3745
3777
        break
3746
3778
      fi
3747
3779
      ;;
3748
 
    msvisualcpp | msvcmsys)
 
3780
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3749
3781
      # This compiler won't grok `-c -o', but also, the minuso test has
3750
3782
      # not run yet.  These depmodes are late enough in the game, and
3751
3783
      # so weak that their functioning should not be impacted.
13758
13790
# report actual input values of CONFIG_FILES etc. instead of their
13759
13791
# values after options handling.
13760
13792
ac_log="
13761
 
This file was extended by libsoup $as_me 2.37.5, which was
 
13793
This file was extended by libsoup $as_me 2.37.5.1, which was
13762
13794
generated by GNU Autoconf 2.68.  Invocation command line was
13763
13795
 
13764
13796
  CONFIG_FILES    = $CONFIG_FILES
13824
13856
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13825
13857
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13826
13858
ac_cs_version="\\
13827
 
libsoup config.status 2.37.5
 
13859
libsoup config.status 2.37.5.1
13828
13860
configured by $0, generated by GNU Autoconf 2.68,
13829
13861
  with options \\"\$ac_cs_config\\"
13830
13862