~ubuntu-branches/ubuntu/vivid/system-config-printer/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2014-07-06 09:41:43 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20140706094143-yvp3kzo7ti1ghih8
Tags: 1.4.5+20140706-0ubuntu1
* New upstream release
   o GIT 1.4.x snapshot from 6 July 2014
   o Some codec fixes
   o Traceback fixes
   o IPv6 address entry fix
   o Auth info saving improvement
   o Some loop/hang bug fixes
   o Use LockButton for fewer auth dialogs
* 30_newprinter-driver-download-override-false-error-alarm.patch,
  33_dont-use-hp-makeuri-with-non-hp-printers.patch:
  Removed, included upstream.

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 system-config-printer 1.4.4.
 
3
# Generated by GNU Autoconf 2.69 for system-config-printer 1.4.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='system-config-printer'
579
579
PACKAGE_TARNAME='system-config-printer'
580
 
PACKAGE_VERSION='1.4.4'
581
 
PACKAGE_STRING='system-config-printer 1.4.4'
 
580
PACKAGE_VERSION='1.4.5'
 
581
PACKAGE_STRING='system-config-printer 1.4.5'
582
582
PACKAGE_BUGREPORT=''
583
583
PACKAGE_URL=''
584
584
 
1334
1334
  # Omit some internal or obsolete options to make the list less imposing.
1335
1335
  # This message is too long to be a string in the A/UX 3.1 sh.
1336
1336
  cat <<_ACEOF
1337
 
\`configure' configures system-config-printer 1.4.4 to adapt to many kinds of systems.
 
1337
\`configure' configures system-config-printer 1.4.5 to adapt to many kinds of systems.
1338
1338
 
1339
1339
Usage: $0 [OPTION]... [VAR=VALUE]...
1340
1340
 
1405
1405
 
1406
1406
if test -n "$ac_init_help"; then
1407
1407
  case $ac_init_help in
1408
 
     short | recursive ) echo "Configuration of system-config-printer 1.4.4:";;
 
1408
     short | recursive ) echo "Configuration of system-config-printer 1.4.5:";;
1409
1409
   esac
1410
1410
  cat <<\_ACEOF
1411
1411
 
1529
1529
test -n "$ac_init_help" && exit $ac_status
1530
1530
if $ac_init_version; then
1531
1531
  cat <<\_ACEOF
1532
 
system-config-printer configure 1.4.4
 
1532
system-config-printer configure 1.4.5
1533
1533
generated by GNU Autoconf 2.69
1534
1534
 
1535
1535
Copyright (C) 2012 Free Software Foundation, Inc.
1776
1776
This file contains any messages produced by compilers while
1777
1777
running configure, to aid debugging if configure makes a mistake.
1778
1778
 
1779
 
It was created by system-config-printer $as_me 1.4.4, which was
 
1779
It was created by system-config-printer $as_me 1.4.5, which was
1780
1780
generated by GNU Autoconf 2.69.  Invocation command line was
1781
1781
 
1782
1782
  $ $0 $@
2126
2126
 
2127
2127
 
2128
2128
 
2129
 
am__api_version='1.13'
 
2129
am__api_version='1.14'
2130
2130
 
2131
2131
ac_aux_dir=
2132
2132
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2641
2641
 
2642
2642
# Define the identity of the package.
2643
2643
 PACKAGE='system-config-printer'
2644
 
 VERSION='1.4.4'
 
2644
 VERSION='1.4.5'
2645
2645
 
2646
2646
 
2647
2647
cat >>confdefs.h <<_ACEOF
2692
2692
 
2693
2693
 
2694
2694
 
 
2695
# POSIX will say in a future version that running "rm -f" with no argument
 
2696
# is OK; and we want to be able to make that assumption in our Makefile
 
2697
# recipes.  So use an aggressive probe to check that the usage we want is
 
2698
# actually supported "in the wild" to an acceptable degree.
 
2699
# See automake bug#10828.
 
2700
# To make any issue more visible, cause the running configure to be aborted
 
2701
# by default if the 'rm' program in use doesn't match our expectations; the
 
2702
# user can still override this though.
 
2703
if rm -f && rm -fr && rm -rf; then : OK; else
 
2704
  cat >&2 <<'END'
 
2705
Oops!
 
2706
 
 
2707
Your 'rm' program seems unable to run without file operands specified
 
2708
on the command line, even when the '-f' option is present.  This is contrary
 
2709
to the behaviour of most rm programs out there, and not conforming with
 
2710
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
2711
 
 
2712
Please tell bug-automake@gnu.org about your system, including the value
 
2713
of your $PATH and any error possibly output before this message.  This
 
2714
can help us improve future automake versions.
 
2715
 
 
2716
END
 
2717
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
2718
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
2719
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
2720
    echo >&2
 
2721
  else
 
2722
    cat >&2 <<'END'
 
2723
Aborting the configuration process, to ensure you take notice of the issue.
 
2724
 
 
2725
You can download and install GNU coreutils to get an 'rm' implementation
 
2726
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
2727
 
 
2728
If you want to complete the configuration process using your problematic
 
2729
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
2730
to "yes", and re-run configure.
 
2731
 
 
2732
END
 
2733
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
 
2734
  fi
 
2735
fi
2695
2736
 
2696
2737
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
2697
2738
$as_echo_n "checking whether NLS is requested... " >&6; }
3558
3599
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3559
3600
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3560
3601
 
 
3602
ac_ext=c
 
3603
ac_cpp='$CPP $CPPFLAGS'
 
3604
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3605
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3606
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3607
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
3608
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
3609
if ${am_cv_prog_cc_c_o+:} false; then :
 
3610
  $as_echo_n "(cached) " >&6
 
3611
else
 
3612
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3613
/* end confdefs.h.  */
 
3614
 
 
3615
int
 
3616
main ()
 
3617
{
 
3618
 
 
3619
  ;
 
3620
  return 0;
 
3621
}
 
3622
_ACEOF
 
3623
  # Make sure it works both with $CC and with simple cc.
 
3624
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
3625
  # compilers refuse to overwrite an existing .o file with -o,
 
3626
  # though they will create one.
 
3627
  am_cv_prog_cc_c_o=yes
 
3628
  for am_i in 1 2; do
 
3629
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
3630
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
3631
   ac_status=$?
 
3632
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3633
   (exit $ac_status); } \
 
3634
         && test -f conftest2.$ac_objext; then
 
3635
      : OK
 
3636
    else
 
3637
      am_cv_prog_cc_c_o=no
 
3638
      break
 
3639
    fi
 
3640
  done
 
3641
  rm -f core conftest*
 
3642
  unset am_i
 
3643
fi
 
3644
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
3645
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
3646
if test "$am_cv_prog_cc_c_o" != yes; then
 
3647
   # Losing compiler, so override with the script.
 
3648
   # FIXME: It is wrong to rewrite CC.
 
3649
   # But if we don't then we get into trouble of one sort or another.
 
3650
   # A longer-term fix would be to have automake use am__CC in this case,
 
3651
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
3652
   CC="$am_aux_dir/compile $CC"
 
3653
fi
 
3654
ac_ext=c
 
3655
ac_cpp='$CPP $CPPFLAGS'
 
3656
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3657
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3658
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3659
 
 
3660
 
3561
3661
depcc="$CC"   am_compiler_list=
3562
3662
 
3563
3663
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6917
7017
 
6918
7018
 
6919
7019
PACKAGE="system-config-printer"
6920
 
VERSION="1.4.4"
 
7020
VERSION="1.4.5"
6921
7021
GETTEXT_PACKAGE="system-config-printer"
6922
7022
CATOBJEXT=".gmo"
6923
7023
DATADIRNAME=share
7325
7425
      as_fn_error $? "Missing packages" "$LINENO" 5
7326
7426
   fi
7327
7427
 
7328
 
   if test "x$CC" != xcc; then
7329
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
7330
 
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
7331
 
else
7332
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
7333
 
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
7334
 
fi
7335
 
set dummy $CC; ac_cc=`$as_echo "$2" |
7336
 
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
7337
 
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
7338
 
  $as_echo_n "(cached) " >&6
7339
 
else
7340
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7341
 
/* end confdefs.h.  */
7342
 
 
7343
 
int
7344
 
main ()
7345
 
{
7346
 
 
7347
 
  ;
7348
 
  return 0;
7349
 
}
7350
 
_ACEOF
7351
 
# Make sure it works both with $CC and with simple cc.
7352
 
# We do the test twice because some compilers refuse to overwrite an
7353
 
# existing .o file with -o, though they will create one.
7354
 
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
7355
 
rm -f conftest2.*
7356
 
if { { case "(($ac_try" in
7357
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7358
 
  *) ac_try_echo=$ac_try;;
7359
 
esac
7360
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7361
 
$as_echo "$ac_try_echo"; } >&5
7362
 
  (eval "$ac_try") 2>&5
7363
 
  ac_status=$?
7364
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7365
 
  test $ac_status = 0; } &&
7366
 
   test -f conftest2.$ac_objext && { { case "(($ac_try" in
7367
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7368
 
  *) ac_try_echo=$ac_try;;
7369
 
esac
7370
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7371
 
$as_echo "$ac_try_echo"; } >&5
7372
 
  (eval "$ac_try") 2>&5
7373
 
  ac_status=$?
7374
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7375
 
  test $ac_status = 0; };
7376
 
then
7377
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
7378
 
  if test "x$CC" != xcc; then
7379
 
    # Test first that cc exists at all.
7380
 
    if { ac_try='cc -c conftest.$ac_ext >&5'
7381
 
  { { case "(($ac_try" in
7382
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7383
 
  *) ac_try_echo=$ac_try;;
7384
 
esac
7385
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7386
 
$as_echo "$ac_try_echo"; } >&5
7387
 
  (eval "$ac_try") 2>&5
7388
 
  ac_status=$?
7389
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7390
 
  test $ac_status = 0; }; }; then
7391
 
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
7392
 
      rm -f conftest2.*
7393
 
      if { { case "(($ac_try" in
7394
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7395
 
  *) ac_try_echo=$ac_try;;
7396
 
esac
7397
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7398
 
$as_echo "$ac_try_echo"; } >&5
7399
 
  (eval "$ac_try") 2>&5
7400
 
  ac_status=$?
7401
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7402
 
  test $ac_status = 0; } &&
7403
 
         test -f conftest2.$ac_objext && { { case "(($ac_try" in
7404
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7405
 
  *) ac_try_echo=$ac_try;;
7406
 
esac
7407
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7408
 
$as_echo "$ac_try_echo"; } >&5
7409
 
  (eval "$ac_try") 2>&5
7410
 
  ac_status=$?
7411
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7412
 
  test $ac_status = 0; };
7413
 
      then
7414
 
        # cc works too.
7415
 
        :
7416
 
      else
7417
 
        # cc exists but doesn't like -o.
7418
 
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
7419
 
      fi
7420
 
    fi
7421
 
  fi
7422
 
else
7423
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
7424
 
fi
7425
 
rm -f core conftest*
7426
 
 
7427
 
fi
7428
 
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
7429
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7430
 
$as_echo "yes" >&6; }
7431
 
else
7432
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7433
 
$as_echo "no" >&6; }
7434
 
 
7435
 
$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
7436
 
 
7437
 
fi
7438
 
 
7439
 
# FIXME: we rely on the cache variable name because
7440
 
# there is no other way.
7441
 
set dummy $CC
7442
 
am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
7443
 
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
7444
 
if test "$am_t" != yes; then
7445
 
   # Losing compiler, so override with the script.
7446
 
   # FIXME: It is wrong to rewrite CC.
7447
 
   # But if we don't then we get into trouble of one sort or another.
7448
 
   # A longer-term fix would be to have automake use am__CC in this case,
7449
 
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
7450
 
   CC="$am_aux_dir/compile $CC"
7451
 
fi
7452
 
 
7453
7428
 
7454
7429
fi
7455
7430
 
8175
8150
# report actual input values of CONFIG_FILES etc. instead of their
8176
8151
# values after options handling.
8177
8152
ac_log="
8178
 
This file was extended by system-config-printer $as_me 1.4.4, which was
 
8153
This file was extended by system-config-printer $as_me 1.4.5, which was
8179
8154
generated by GNU Autoconf 2.69.  Invocation command line was
8180
8155
 
8181
8156
  CONFIG_FILES    = $CONFIG_FILES
8232
8207
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8233
8208
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8234
8209
ac_cs_version="\\
8235
 
system-config-printer config.status 1.4.4
 
8210
system-config-printer config.status 1.4.5
8236
8211
configured by $0, generated by GNU Autoconf 2.69,
8237
8212
  with options \\"\$ac_cs_config\\"
8238
8213