~ubuntu-desktop/libindicator/ubuntu

« back to all changes in this revision

Viewing changes to configure

  • Committer: Sebastien Bacher
  • Date: 2012-02-14 21:35:40 UTC
  • mfrom: (337.1.80 ubuntu)
  • Revision ID: seb128@ubuntu.com-20120214213540-hz0u0163kx8ir6ks
Tags: 0.4.91-0ubuntu1
releasing version 0.4.91-0ubuntu1

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 libindicator 0.4.90.
 
3
# Generated by GNU Autoconf 2.68 for libindicator 0.4.91.
4
4
#
5
5
# Report bugs to <http://bugs.launchpad.net/libindicator>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='libindicator'
572
572
PACKAGE_TARNAME='libindicator'
573
 
PACKAGE_VERSION='0.4.90'
574
 
PACKAGE_STRING='libindicator 0.4.90'
 
573
PACKAGE_VERSION='0.4.91'
 
574
PACKAGE_STRING='libindicator 0.4.91'
575
575
PACKAGE_BUGREPORT='http://bugs.launchpad.net/libindicator'
576
576
PACKAGE_URL='http://launchpad.net/libindicator'
577
577
 
673
673
am__fastdepCC_FALSE
674
674
am__fastdepCC_TRUE
675
675
CCDEPMODE
 
676
am__nodep
676
677
AMDEPBACKSLASH
677
678
AMDEP_FALSE
678
679
AMDEP_TRUE
688
689
CC
689
690
AM_BACKSLASH
690
691
AM_DEFAULT_VERBOSITY
 
692
AM_DEFAULT_V
 
693
AM_V
691
694
MAINT
692
695
MAINTAINER_MODE_FALSE
693
696
MAINTAINER_MODE_TRUE
1327
1330
  # Omit some internal or obsolete options to make the list less imposing.
1328
1331
  # This message is too long to be a string in the A/UX 3.1 sh.
1329
1332
  cat <<_ACEOF
1330
 
\`configure' configures libindicator 0.4.90 to adapt to many kinds of systems.
 
1333
\`configure' configures libindicator 0.4.91 to adapt to many kinds of systems.
1331
1334
 
1332
1335
Usage: $0 [OPTION]... [VAR=VALUE]...
1333
1336
 
1397
1400
 
1398
1401
if test -n "$ac_init_help"; then
1399
1402
  case $ac_init_help in
1400
 
     short | recursive ) echo "Configuration of libindicator 0.4.90:";;
 
1403
     short | recursive ) echo "Configuration of libindicator 0.4.91:";;
1401
1404
   esac
1402
1405
  cat <<\_ACEOF
1403
1406
 
1517
1520
test -n "$ac_init_help" && exit $ac_status
1518
1521
if $ac_init_version; then
1519
1522
  cat <<\_ACEOF
1520
 
libindicator configure 0.4.90
 
1523
libindicator configure 0.4.91
1521
1524
generated by GNU Autoconf 2.68
1522
1525
 
1523
1526
Copyright (C) 2010 Free Software Foundation, Inc.
1795
1798
This file contains any messages produced by compilers while
1796
1799
running configure, to aid debugging if configure makes a mistake.
1797
1800
 
1798
 
It was created by libindicator $as_me 0.4.90, which was
 
1801
It was created by libindicator $as_me 0.4.91, which was
1799
1802
generated by GNU Autoconf 2.68.  Invocation command line was
1800
1803
 
1801
1804
  $ $0 $@
2617
2620
 
2618
2621
# Define the identity of the package.
2619
2622
 PACKAGE='libindicator'
2620
 
 VERSION='0.4.90'
 
2623
 VERSION='0.4.91'
2621
2624
 
2622
2625
 
2623
2626
cat >>confdefs.h <<_ACEOF
2647
2650
 
2648
2651
# We need awk for the "check" target.  The system "awk" is bad on
2649
2652
# some platforms.
2650
 
# Always define AMTAR for backward compatibility.
2651
 
 
2652
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
2653
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2654
# in the wild :-(  We should find a proper way to deprecate it ...
 
2655
AMTAR='$${TAR-tar}'
2653
2656
 
2654
2657
 
2655
2658
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2740
2743
 
2741
2744
 
2742
2745
 
2743
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to disable maintainer-specific portions of Makefiles" >&5
2744
 
$as_echo_n "checking whether to disable maintainer-specific portions of Makefiles... " >&6; }
 
2746
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
2747
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2745
2748
    # Check whether --enable-maintainer-mode was given.
2746
2749
if test "${enable_maintainer_mode+set}" = set; then :
2747
2750
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2773
2776
no)  AM_DEFAULT_VERBOSITY=1;;
2774
2777
*)   AM_DEFAULT_VERBOSITY=0;;
2775
2778
esac
 
2779
am_make=${MAKE-make}
 
2780
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
2781
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
2782
if ${am_cv_make_support_nested_variables+:} false; then :
 
2783
  $as_echo_n "(cached) " >&6
 
2784
else
 
2785
  if $as_echo 'TRUE=$(BAR$(V))
 
2786
BAR0=false
 
2787
BAR1=true
 
2788
V=1
 
2789
am__doit:
 
2790
        @$(TRUE)
 
2791
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
2792
  am_cv_make_support_nested_variables=yes
 
2793
else
 
2794
  am_cv_make_support_nested_variables=no
 
2795
fi
 
2796
fi
 
2797
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
2798
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
2799
if test $am_cv_make_support_nested_variables = yes; then
 
2800
    AM_V='$(V)'
 
2801
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
2802
else
 
2803
  AM_V=$AM_DEFAULT_VERBOSITY
 
2804
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
2805
fi
2776
2806
AM_BACKSLASH='\'
2777
2807
]
2778
2808
 
3618
3648
if test "x$enable_dependency_tracking" != xno; then
3619
3649
  am_depcomp="$ac_aux_dir/depcomp"
3620
3650
  AMDEPBACKSLASH='\'
 
3651
  am__nodep='_no'
3621
3652
fi
3622
3653
 if test "x$enable_dependency_tracking" != xno; then
3623
3654
  AMDEP_TRUE=
3642
3673
  # instance it was reported that on HP-UX the gcc test will end up
3643
3674
  # making a dummy file named `D' -- because `-MD' means `put the output
3644
3675
  # in D'.
 
3676
  rm -rf conftest.dir
3645
3677
  mkdir conftest.dir
3646
3678
  # Copy depcomp to subdir because otherwise we won't find it if we're
3647
3679
  # using a relative directory.
3701
3733
        break
3702
3734
      fi
3703
3735
      ;;
3704
 
    msvisualcpp | msvcmsys)
 
3736
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3705
3737
      # This compiler won't grok `-c -o', but also, the minuso test has
3706
3738
      # not run yet.  These depmodes are late enough in the game, and
3707
3739
      # so weak that their functioning should not be impacted.
12990
13022
# report actual input values of CONFIG_FILES etc. instead of their
12991
13023
# values after options handling.
12992
13024
ac_log="
12993
 
This file was extended by libindicator $as_me 0.4.90, which was
 
13025
This file was extended by libindicator $as_me 0.4.91, which was
12994
13026
generated by GNU Autoconf 2.68.  Invocation command line was
12995
13027
 
12996
13028
  CONFIG_FILES    = $CONFIG_FILES
13057
13089
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13058
13090
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13059
13091
ac_cs_version="\\
13060
 
libindicator config.status 0.4.90
 
13092
libindicator config.status 0.4.91
13061
13093
configured by $0, generated by GNU Autoconf 2.68,
13062
13094
  with options \\"\$ac_cs_config\\"
13063
13095