~ubuntu-branches/debian/experimental/file-roller/experimental

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-25 14:07:41 UTC
  • mfrom: (1.6.95)
  • Revision ID: package-import@ubuntu.com-20130325140741-fn92im56sms30zkg
Tags: 3.7.92-1
* New upstream release.
* Drop debian/patches/git_handle_cab.patch, from upstream now in release.
* Bump libgtk-3-dev build-dependency to (>= 3.6.0)
  - source uses GtkMenuButton which is new in 3.6

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 file-roller 3.6.3.
 
3
# Generated by GNU Autoconf 2.69 for file-roller 3.7.92.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='file-roller'
593
593
PACKAGE_TARNAME='file-roller'
594
 
PACKAGE_VERSION='3.6.3'
595
 
PACKAGE_STRING='file-roller 3.6.3'
 
594
PACKAGE_VERSION='3.7.92'
 
595
PACKAGE_STRING='file-roller 3.7.92'
596
596
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller'
597
597
PACKAGE_URL=''
598
598
 
1427
1427
  # Omit some internal or obsolete options to make the list less imposing.
1428
1428
  # This message is too long to be a string in the A/UX 3.1 sh.
1429
1429
  cat <<_ACEOF
1430
 
\`configure' configures file-roller 3.6.3 to adapt to many kinds of systems.
 
1430
\`configure' configures file-roller 3.7.92 to adapt to many kinds of systems.
1431
1431
 
1432
1432
Usage: $0 [OPTION]... [VAR=VALUE]...
1433
1433
 
1497
1497
 
1498
1498
if test -n "$ac_init_help"; then
1499
1499
  case $ac_init_help in
1500
 
     short | recursive ) echo "Configuration of file-roller 3.6.3:";;
 
1500
     short | recursive ) echo "Configuration of file-roller 3.7.92:";;
1501
1501
   esac
1502
1502
  cat <<\_ACEOF
1503
1503
 
1641
1641
test -n "$ac_init_help" && exit $ac_status
1642
1642
if $ac_init_version; then
1643
1643
  cat <<\_ACEOF
1644
 
file-roller configure 3.6.3
 
1644
file-roller configure 3.7.92
1645
1645
generated by GNU Autoconf 2.69
1646
1646
 
1647
1647
Copyright (C) 2012 Free Software Foundation, Inc.
1919
1919
This file contains any messages produced by compilers while
1920
1920
running configure, to aid debugging if configure makes a mistake.
1921
1921
 
1922
 
It was created by file-roller $as_me 3.6.3, which was
 
1922
It was created by file-roller $as_me 3.7.92, which was
1923
1923
generated by GNU Autoconf 2.69.  Invocation command line was
1924
1924
 
1925
1925
  $ $0 $@
2267
2267
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2268
2268
 
2269
2269
 
2270
 
am__api_version='1.12'
 
2270
am__api_version='1.13'
2271
2271
 
2272
2272
ac_aux_dir=
2273
2273
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2480
2480
  esac
2481
2481
fi
2482
2482
# Use eval to expand $SHELL
2483
 
if eval "$MISSING --run true"; then
2484
 
  am_missing_run="$MISSING --run "
 
2483
if eval "$MISSING --is-lightweight"; then
 
2484
  am_missing_run="$MISSING "
2485
2485
else
2486
2486
  am_missing_run=
2487
2487
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2721
2721
fi
2722
2722
rmdir .tst 2>/dev/null
2723
2723
 
 
2724
# Check whether --enable-silent-rules was given.
 
2725
if test "${enable_silent_rules+set}" = set; then :
 
2726
  enableval=$enable_silent_rules;
 
2727
fi
 
2728
 
 
2729
case $enable_silent_rules in # (((
 
2730
  yes) AM_DEFAULT_VERBOSITY=0;;
 
2731
   no) AM_DEFAULT_VERBOSITY=1;;
 
2732
    *) AM_DEFAULT_VERBOSITY=1;;
 
2733
esac
 
2734
am_make=${MAKE-make}
 
2735
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
2736
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
2737
if ${am_cv_make_support_nested_variables+:} false; then :
 
2738
  $as_echo_n "(cached) " >&6
 
2739
else
 
2740
  if $as_echo 'TRUE=$(BAR$(V))
 
2741
BAR0=false
 
2742
BAR1=true
 
2743
V=1
 
2744
am__doit:
 
2745
        @$(TRUE)
 
2746
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
2747
  am_cv_make_support_nested_variables=yes
 
2748
else
 
2749
  am_cv_make_support_nested_variables=no
 
2750
fi
 
2751
fi
 
2752
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
2753
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
2754
if test $am_cv_make_support_nested_variables = yes; then
 
2755
    AM_V='$(V)'
 
2756
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
2757
else
 
2758
  AM_V=$AM_DEFAULT_VERBOSITY
 
2759
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
2760
fi
 
2761
AM_BACKSLASH='\'
 
2762
 
2724
2763
if test "`cd $srcdir && pwd`" != "`pwd`"; then
2725
2764
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2726
2765
  # is not polluted with repeated "-I."
2743
2782
 
2744
2783
# Define the identity of the package.
2745
2784
 PACKAGE='file-roller'
2746
 
 VERSION='3.6.3'
 
2785
 VERSION='3.7.92'
2747
2786
 
2748
2787
 
2749
2788
cat >>confdefs.h <<_ACEOF
14305
14344
# report actual input values of CONFIG_FILES etc. instead of their
14306
14345
# values after options handling.
14307
14346
ac_log="
14308
 
This file was extended by file-roller $as_me 3.6.3, which was
 
14347
This file was extended by file-roller $as_me 3.7.92, which was
14309
14348
generated by GNU Autoconf 2.69.  Invocation command line was
14310
14349
 
14311
14350
  CONFIG_FILES    = $CONFIG_FILES
14371
14410
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14372
14411
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14373
14412
ac_cs_version="\\
14374
 
file-roller config.status 3.6.3
 
14413
file-roller config.status 3.7.92
14375
14414
configured by $0, generated by GNU Autoconf 2.69,
14376
14415
  with options \\"\$ac_cs_config\\"
14377
14416
 
15404
15443
 
15405
15444
  case $ac_file$ac_mode in
15406
15445
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15407
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
15446
  # Older Autoconf quotes --file arguments for eval, but not when files
15408
15447
  # are listed without --file.  Let's play safe and only enable the eval
15409
15448
  # if we detect the quoting.
15410
15449
  case $CONFIG_FILES in