~ubuntu-branches/ubuntu/trusty/parole/trusty-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-06-03 22:20:52 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130603222052-sdvisn13mg39s0sd
Tags: 0.5.1-1
* New upstream release.
* debian/control:
  - add build-dep on autotools-dev.
* debian/rules:
  - use autotools-dev dh addon to refresh config.{guess,sub}.

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 parole 0.5.0.
 
3
# Generated by GNU Autoconf 2.69 for parole 0.5.1.
4
4
#
5
5
# Report bugs to <aliov@xfce.org>.
6
6
#
590
590
# Identity of this package.
591
591
PACKAGE_NAME='parole'
592
592
PACKAGE_TARNAME='parole'
593
 
PACKAGE_VERSION='0.5.0'
594
 
PACKAGE_STRING='parole 0.5.0'
 
593
PACKAGE_VERSION='0.5.1'
 
594
PACKAGE_STRING='parole 0.5.1'
595
595
PACKAGE_BUGREPORT='aliov@xfce.org'
596
596
PACKAGE_URL=''
597
597
 
1505
1505
  # Omit some internal or obsolete options to make the list less imposing.
1506
1506
  # This message is too long to be a string in the A/UX 3.1 sh.
1507
1507
  cat <<_ACEOF
1508
 
\`configure' configures parole 0.5.0 to adapt to many kinds of systems.
 
1508
\`configure' configures parole 0.5.1 to adapt to many kinds of systems.
1509
1509
 
1510
1510
Usage: $0 [OPTION]... [VAR=VALUE]...
1511
1511
 
1579
1579
 
1580
1580
if test -n "$ac_init_help"; then
1581
1581
  case $ac_init_help in
1582
 
     short | recursive ) echo "Configuration of parole 0.5.0:";;
 
1582
     short | recursive ) echo "Configuration of parole 0.5.1:";;
1583
1583
   esac
1584
1584
  cat <<\_ACEOF
1585
1585
 
1717
1717
test -n "$ac_init_help" && exit $ac_status
1718
1718
if $ac_init_version; then
1719
1719
  cat <<\_ACEOF
1720
 
parole configure 0.5.0
 
1720
parole configure 0.5.1
1721
1721
generated by GNU Autoconf 2.69
1722
1722
 
1723
1723
Copyright (C) 2012 Free Software Foundation, Inc.
2253
2253
This file contains any messages produced by compilers while
2254
2254
running configure, to aid debugging if configure makes a mistake.
2255
2255
 
2256
 
It was created by parole $as_me 0.5.0, which was
 
2256
It was created by parole $as_me 0.5.1, which was
2257
2257
generated by GNU Autoconf 2.69.  Invocation command line was
2258
2258
 
2259
2259
  $ $0 $@
3072
3072
 
3073
3073
# Define the identity of the package.
3074
3074
 PACKAGE='parole'
3075
 
 VERSION='0.5.0'
 
3075
 VERSION='0.5.1'
3076
3076
 
3077
3077
 
3078
3078
cat >>confdefs.h <<_ACEOF
7273
7273
    ;;
7274
7274
  *)
7275
7275
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
7276
 
    if test -n "$lt_cv_sys_max_cmd_len"; then
 
7276
    if test -n "$lt_cv_sys_max_cmd_len" && \
 
7277
        test undefined != "$lt_cv_sys_max_cmd_len"; then
7277
7278
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7278
7279
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7279
7280
    else
7674
7675
  fi
7675
7676
  ;;
7676
7677
 
7677
 
gnu*)
7678
 
  lt_cv_deplibs_check_method=pass_all
7679
 
  ;;
7680
 
 
7681
7678
haiku*)
7682
7679
  lt_cv_deplibs_check_method=pass_all
7683
7680
  ;;
7716
7713
  ;;
7717
7714
 
7718
7715
# This must be glibc/ELF.
7719
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
7716
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
7720
7717
  lt_cv_deplibs_check_method=pass_all
7721
7718
  ;;
7722
7719
 
8813
8810
            LD="${LD-ld} -m elf_i386_fbsd"
8814
8811
            ;;
8815
8812
          x86_64-*linux*)
8816
 
            LD="${LD-ld} -m elf_i386"
 
8813
            case `/usr/bin/file conftest.o` in
 
8814
              *x86-64*)
 
8815
                LD="${LD-ld} -m elf32_x86_64"
 
8816
                ;;
 
8817
              *)
 
8818
                LD="${LD-ld} -m elf_i386"
 
8819
                ;;
 
8820
            esac
8817
8821
            ;;
8818
8822
          ppc64-*linux*|powerpc64-*linux*)
8819
8823
            LD="${LD-ld} -m elf32ppclinux"
10381
10385
      lt_prog_compiler_static='-non_shared'
10382
10386
      ;;
10383
10387
 
10384
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
10388
    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10385
10389
      case $cc_basename in
10386
10390
      # old Intel for x86_64 which still supported -KPIC.
10387
10391
      ecc*)
12551
12555
  esac
12552
12556
  ;;
12553
12557
 
12554
 
gnu*)
12555
 
  version_type=linux # correct to gnu/linux during the next big refactor
12556
 
  need_lib_prefix=no
12557
 
  need_version=no
12558
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12559
 
  soname_spec='${libname}${release}${shared_ext}$major'
12560
 
  shlibpath_var=LD_LIBRARY_PATH
12561
 
  shlibpath_overrides_runpath=no
12562
 
  hardcode_into_libs=yes
12563
 
  ;;
12564
 
 
12565
12558
haiku*)
12566
12559
  version_type=linux # correct to gnu/linux during the next big refactor
12567
12560
  need_lib_prefix=no
12678
12671
  ;;
12679
12672
 
12680
12673
# This must be glibc/ELF.
12681
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
12674
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
12682
12675
  version_type=linux # correct to gnu/linux during the next big refactor
12683
12676
  need_lib_prefix=no
12684
12677
  need_version=no
14501
14494
        ld_shlibs_CXX=yes
14502
14495
        ;;
14503
14496
 
14504
 
      gnu*)
14505
 
        ;;
14506
 
 
14507
14497
      haiku*)
14508
14498
        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14509
14499
        link_all_deplibs_CXX=yes
14665
14655
        inherit_rpath_CXX=yes
14666
14656
        ;;
14667
14657
 
14668
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
14658
      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
14669
14659
        case $cc_basename in
14670
14660
          KCC*)
14671
14661
            # Kuck and Associates, Inc. (KAI) C++ Compiler
15525
15515
            ;;
15526
15516
        esac
15527
15517
        ;;
15528
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
15518
      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
15529
15519
        case $cc_basename in
15530
15520
          KCC*)
15531
15521
            # KAI C++ Compiler
16397
16387
  esac
16398
16388
  ;;
16399
16389
 
16400
 
gnu*)
16401
 
  version_type=linux # correct to gnu/linux during the next big refactor
16402
 
  need_lib_prefix=no
16403
 
  need_version=no
16404
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
16405
 
  soname_spec='${libname}${release}${shared_ext}$major'
16406
 
  shlibpath_var=LD_LIBRARY_PATH
16407
 
  shlibpath_overrides_runpath=no
16408
 
  hardcode_into_libs=yes
16409
 
  ;;
16410
 
 
16411
16390
haiku*)
16412
16391
  version_type=linux # correct to gnu/linux during the next big refactor
16413
16392
  need_lib_prefix=no
16524
16503
  ;;
16525
16504
 
16526
16505
# This must be glibc/ELF.
16527
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
16506
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
16528
16507
  version_type=linux # correct to gnu/linux during the next big refactor
16529
16508
  need_lib_prefix=no
16530
16509
  need_version=no
17333
17312
Report bugs to <bug-libtool@gnu.org>."
17334
17313
 
17335
17314
lt_cl_version="\
17336
 
parole config.lt 0.5.0
 
17315
parole config.lt 0.5.1
17337
17316
configured by $0, generated by GNU Autoconf 2.69.
17338
17317
 
17339
17318
Copyright (C) 2011 Free Software Foundation, Inc.
18568
18547
PAROLE_VERSION_API=0
18569
18548
PAROLE_VERSION_MAJOR=0
18570
18549
PAROLE_VERSION_MINOR=5
18571
 
PAROLE_VERSION_MICRO=0
 
18550
PAROLE_VERSION_MICRO=1
18572
18551
 
18573
18552
 
18574
18553
 
18719
18698
 
18720
18699
 
18721
18700
 
18722
 
    ALL_LINGUAS="ar ast bg ca cs da de el en_GB es eu fr gl he hr hu id is it ja ko lt lv nl nn pl pt_BR pt ru sk sr sv te th tr ug uk zh_CN zh_HK zh_TW "
 
18701
    ALL_LINGUAS="ar ast bg ca cs da de el en_GB es eu fr gl he hr hu id is it ja kk ko lt lv nl nn pl pt_BR pt ru sk sr sv te th tr ug uk zh_CN zh_HK zh_TW "
18723
18702
 
18724
18703
   for ac_header in locale.h
18725
18704
do :
19654
19633
 
19655
19634
 
19656
19635
 
19657
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.20.0" >&5
19658
 
$as_echo_n "checking for gtk+-2.0 >= 2.20.0... " >&6; }
19659
 
  if $PKG_CONFIG "--atleast-version=2.20.0" "gtk+-2.0" >/dev/null 2>&1; then
 
19636
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.24.0" >&5
 
19637
$as_echo_n "checking for gtk+-2.0 >= 2.24.0... " >&6; }
 
19638
  if $PKG_CONFIG "--atleast-version=2.24.0" "gtk+-2.0" >/dev/null 2>&1; then
19660
19639
    GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-2.0"`
19661
19640
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5
19662
19641
$as_echo "$GTK_VERSION" >&6; }
19673
19652
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
19674
19653
$as_echo "$GTK_LIBS" >&6; }
19675
19654
 
19676
 
    GTK_REQUIRED_VERSION=2.20.0
 
19655
    GTK_REQUIRED_VERSION=2.24.0
19677
19656
 
19678
19657
 
19679
19658
 
19689
19668
 
19690
19669
      echo "*** The required package gtk+-2.0 was found on your system,"
19691
19670
      echo "*** but the installed version ($xdt_cv_version) is too old."
19692
 
      echo "*** Please upgrade gtk+-2.0 to atleast version 2.20.0, or adjust"
 
19671
      echo "*** Please upgrade gtk+-2.0 to atleast version 2.24.0, or adjust"
19693
19672
      echo "*** the PKG_CONFIG_PATH environment variable if you installed"
19694
19673
      echo "*** the new version of the package in a nonstandard prefix so"
19695
19674
      echo "*** pkg-config is able to find it."
19701
19680
 
19702
19681
 
19703
19682
      echo "*** The required package gtk+-2.0 was not found on your system."
19704
 
      echo "*** Please install gtk+-2.0 (atleast version 2.20.0) or adjust"
 
19683
      echo "*** Please install gtk+-2.0 (atleast version 2.24.0) or adjust"
19705
19684
      echo "*** the PKG_CONFIG_PATH environment variable if you"
19706
19685
      echo "*** installed the package in a nonstandard prefix so that"
19707
19686
      echo "*** pkg-config is able to find it."
25008
24987
# report actual input values of CONFIG_FILES etc. instead of their
25009
24988
# values after options handling.
25010
24989
ac_log="
25011
 
This file was extended by parole $as_me 0.5.0, which was
 
24990
This file was extended by parole $as_me 0.5.1, which was
25012
24991
generated by GNU Autoconf 2.69.  Invocation command line was
25013
24992
 
25014
24993
  CONFIG_FILES    = $CONFIG_FILES
25074
25053
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25075
25054
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
25076
25055
ac_cs_version="\\
25077
 
parole config.status 0.5.0
 
25056
parole config.status 0.5.1
25078
25057
configured by $0, generated by GNU Autoconf 2.69,
25079
25058
  with options \\"\$ac_cs_config\\"
25080
25059