~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2014-01-22 21:10:28 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20140122211028-mdfw2t1i1yt3745x
Tags: 1.8.6-1
* New upstream release.
* debian/patches:
  - 02_fix-apparmor-profile added: remove inclusion of an AppArmor
    abstraction not available in Debian.                      closes: #736075

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 lightdm 1.8.5.
 
3
# Generated by GNU Autoconf 2.69 for lightdm 1.8.6.
4
4
#
5
5
#
6
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
587
587
# Identity of this package.
588
588
PACKAGE_NAME='lightdm'
589
589
PACKAGE_TARNAME='lightdm'
590
 
PACKAGE_VERSION='1.8.5'
591
 
PACKAGE_STRING='lightdm 1.8.5'
 
590
PACKAGE_VERSION='1.8.6'
 
591
PACKAGE_STRING='lightdm 1.8.6'
592
592
PACKAGE_BUGREPORT=''
593
593
PACKAGE_URL=''
594
594
 
1464
1464
  # Omit some internal or obsolete options to make the list less imposing.
1465
1465
  # This message is too long to be a string in the A/UX 3.1 sh.
1466
1466
  cat <<_ACEOF
1467
 
\`configure' configures lightdm 1.8.5 to adapt to many kinds of systems.
 
1467
\`configure' configures lightdm 1.8.6 to adapt to many kinds of systems.
1468
1468
 
1469
1469
Usage: $0 [OPTION]... [VAR=VALUE]...
1470
1470
 
1534
1534
 
1535
1535
if test -n "$ac_init_help"; then
1536
1536
  case $ac_init_help in
1537
 
     short | recursive ) echo "Configuration of lightdm 1.8.5:";;
 
1537
     short | recursive ) echo "Configuration of lightdm 1.8.6:";;
1538
1538
   esac
1539
1539
  cat <<\_ACEOF
1540
1540
 
1706
1706
test -n "$ac_init_help" && exit $ac_status
1707
1707
if $ac_init_version; then
1708
1708
  cat <<\_ACEOF
1709
 
lightdm configure 1.8.5
 
1709
lightdm configure 1.8.6
1710
1710
generated by GNU Autoconf 2.69
1711
1711
 
1712
1712
Copyright (C) 2012 Free Software Foundation, Inc.
2192
2192
This file contains any messages produced by compilers while
2193
2193
running configure, to aid debugging if configure makes a mistake.
2194
2194
 
2195
 
It was created by lightdm $as_me 1.8.5, which was
 
2195
It was created by lightdm $as_me 1.8.6, which was
2196
2196
generated by GNU Autoconf 2.69.  Invocation command line was
2197
2197
 
2198
2198
  $ $0 $@
2543
2543
 
2544
2544
ac_config_headers="$ac_config_headers config.h"
2545
2545
 
2546
 
am__api_version='1.13'
 
2546
am__api_version='1.14'
2547
2547
 
2548
2548
ac_aux_dir=
2549
2549
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3058
3058
 
3059
3059
# Define the identity of the package.
3060
3060
 PACKAGE='lightdm'
3061
 
 VERSION='1.8.5'
 
3061
 VERSION='1.8.6'
3062
3062
 
3063
3063
 
3064
3064
cat >>confdefs.h <<_ACEOF
3109
3109
 
3110
3110
 
3111
3111
 
 
3112
# POSIX will say in a future version that running "rm -f" with no argument
 
3113
# is OK; and we want to be able to make that assumption in our Makefile
 
3114
# recipes.  So use an aggressive probe to check that the usage we want is
 
3115
# actually supported "in the wild" to an acceptable degree.
 
3116
# See automake bug#10828.
 
3117
# To make any issue more visible, cause the running configure to be aborted
 
3118
# by default if the 'rm' program in use doesn't match our expectations; the
 
3119
# user can still override this though.
 
3120
if rm -f && rm -fr && rm -rf; then : OK; else
 
3121
  cat >&2 <<'END'
 
3122
Oops!
 
3123
 
 
3124
Your 'rm' program seems unable to run without file operands specified
 
3125
on the command line, even when the '-f' option is present.  This is contrary
 
3126
to the behaviour of most rm programs out there, and not conforming with
 
3127
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
3128
 
 
3129
Please tell bug-automake@gnu.org about your system, including the value
 
3130
of your $PATH and any error possibly output before this message.  This
 
3131
can help us improve future automake versions.
 
3132
 
 
3133
END
 
3134
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
3135
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
3136
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
3137
    echo >&2
 
3138
  else
 
3139
    cat >&2 <<'END'
 
3140
Aborting the configuration process, to ensure you take notice of the issue.
 
3141
 
 
3142
You can download and install GNU coreutils to get an 'rm' implementation
 
3143
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
3144
 
 
3145
If you want to complete the configuration process using your problematic
 
3146
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
3147
to "yes", and re-run configure.
 
3148
 
 
3149
END
 
3150
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
 
3151
  fi
 
3152
fi
3112
3153
# Check whether --enable-silent-rules was given.
3113
3154
if test "${enable_silent_rules+set}" = set; then :
3114
3155
  enableval=$enable_silent_rules;
4165
4206
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4166
4207
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4167
4208
 
 
4209
ac_ext=c
 
4210
ac_cpp='$CPP $CPPFLAGS'
 
4211
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
4212
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
4213
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
4214
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
4215
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
4216
if ${am_cv_prog_cc_c_o+:} false; then :
 
4217
  $as_echo_n "(cached) " >&6
 
4218
else
 
4219
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
4220
/* end confdefs.h.  */
 
4221
 
 
4222
int
 
4223
main ()
 
4224
{
 
4225
 
 
4226
  ;
 
4227
  return 0;
 
4228
}
 
4229
_ACEOF
 
4230
  # Make sure it works both with $CC and with simple cc.
 
4231
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
4232
  # compilers refuse to overwrite an existing .o file with -o,
 
4233
  # though they will create one.
 
4234
  am_cv_prog_cc_c_o=yes
 
4235
  for am_i in 1 2; do
 
4236
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
4237
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
4238
   ac_status=$?
 
4239
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4240
   (exit $ac_status); } \
 
4241
         && test -f conftest2.$ac_objext; then
 
4242
      : OK
 
4243
    else
 
4244
      am_cv_prog_cc_c_o=no
 
4245
      break
 
4246
    fi
 
4247
  done
 
4248
  rm -f core conftest*
 
4249
  unset am_i
 
4250
fi
 
4251
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
4252
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
4253
if test "$am_cv_prog_cc_c_o" != yes; then
 
4254
   # Losing compiler, so override with the script.
 
4255
   # FIXME: It is wrong to rewrite CC.
 
4256
   # But if we don't then we get into trouble of one sort or another.
 
4257
   # A longer-term fix would be to have automake use am__CC in this case,
 
4258
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
4259
   CC="$am_aux_dir/compile $CC"
 
4260
fi
 
4261
ac_ext=c
 
4262
ac_cpp='$CPP $CPPFLAGS'
 
4263
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
4264
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
4265
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
4266
 
 
4267
 
4168
4268
depcc="$CC"   am_compiler_list=
4169
4269
 
4170
4270
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6535
6635
  rm -rf conftest*
6536
6636
  ;;
6537
6637
 
6538
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
6638
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6539
6639
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6540
6640
  # Find out which ABI we are using.
6541
6641
  echo 'int i;' > conftest.$ac_ext
6560
6660
                ;;
6561
6661
            esac
6562
6662
            ;;
6563
 
          ppc64-*linux*|powerpc64-*linux*)
 
6663
          powerpc64le-*)
 
6664
            LD="${LD-ld} -m elf32lppclinux"
 
6665
            ;;
 
6666
          powerpc64-*)
6564
6667
            LD="${LD-ld} -m elf32ppclinux"
6565
6668
            ;;
6566
6669
          s390x-*linux*)
6579
6682
          x86_64-*linux*)
6580
6683
            LD="${LD-ld} -m elf_x86_64"
6581
6684
            ;;
6582
 
          ppc*-*linux*|powerpc*-*linux*)
 
6685
          powerpcle-*)
 
6686
            LD="${LD-ld} -m elf64lppc"
 
6687
            ;;
 
6688
          powerpc-*)
6583
6689
            LD="${LD-ld} -m elf64ppc"
6584
6690
            ;;
6585
6691
          s390*-*linux*|s390*-*tpf*)
11719
11825
# Only expand once:
11720
11826
 
11721
11827
 
11722
 
if test "x$CC" != xcc; then
11723
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
11724
 
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
11725
 
else
11726
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
11727
 
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
11728
 
fi
11729
 
set dummy $CC; ac_cc=`$as_echo "$2" |
11730
 
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
11731
 
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
11732
 
  $as_echo_n "(cached) " >&6
11733
 
else
11734
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11735
 
/* end confdefs.h.  */
11736
 
 
11737
 
int
11738
 
main ()
11739
 
{
11740
 
 
11741
 
  ;
11742
 
  return 0;
11743
 
}
11744
 
_ACEOF
11745
 
# Make sure it works both with $CC and with simple cc.
11746
 
# We do the test twice because some compilers refuse to overwrite an
11747
 
# existing .o file with -o, though they will create one.
11748
 
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
11749
 
rm -f conftest2.*
11750
 
if { { case "(($ac_try" in
11751
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11752
 
  *) ac_try_echo=$ac_try;;
11753
 
esac
11754
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11755
 
$as_echo "$ac_try_echo"; } >&5
11756
 
  (eval "$ac_try") 2>&5
11757
 
  ac_status=$?
11758
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11759
 
  test $ac_status = 0; } &&
11760
 
   test -f conftest2.$ac_objext && { { case "(($ac_try" in
11761
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11762
 
  *) ac_try_echo=$ac_try;;
11763
 
esac
11764
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11765
 
$as_echo "$ac_try_echo"; } >&5
11766
 
  (eval "$ac_try") 2>&5
11767
 
  ac_status=$?
11768
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11769
 
  test $ac_status = 0; };
11770
 
then
11771
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
11772
 
  if test "x$CC" != xcc; then
11773
 
    # Test first that cc exists at all.
11774
 
    if { ac_try='cc -c conftest.$ac_ext >&5'
11775
 
  { { case "(($ac_try" in
11776
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11777
 
  *) ac_try_echo=$ac_try;;
11778
 
esac
11779
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11780
 
$as_echo "$ac_try_echo"; } >&5
11781
 
  (eval "$ac_try") 2>&5
11782
 
  ac_status=$?
11783
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11784
 
  test $ac_status = 0; }; }; then
11785
 
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
11786
 
      rm -f conftest2.*
11787
 
      if { { case "(($ac_try" in
11788
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11789
 
  *) ac_try_echo=$ac_try;;
11790
 
esac
11791
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11792
 
$as_echo "$ac_try_echo"; } >&5
11793
 
  (eval "$ac_try") 2>&5
11794
 
  ac_status=$?
11795
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11796
 
  test $ac_status = 0; } &&
11797
 
         test -f conftest2.$ac_objext && { { case "(($ac_try" in
11798
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11799
 
  *) ac_try_echo=$ac_try;;
11800
 
esac
11801
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11802
 
$as_echo "$ac_try_echo"; } >&5
11803
 
  (eval "$ac_try") 2>&5
11804
 
  ac_status=$?
11805
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11806
 
  test $ac_status = 0; };
11807
 
      then
11808
 
        # cc works too.
11809
 
        :
11810
 
      else
11811
 
        # cc exists but doesn't like -o.
11812
 
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
11813
 
      fi
11814
 
    fi
11815
 
  fi
11816
 
else
11817
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
11818
 
fi
11819
 
rm -f core conftest*
11820
 
 
11821
 
fi
11822
 
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
11823
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11824
 
$as_echo "yes" >&6; }
11825
 
else
11826
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11827
 
$as_echo "no" >&6; }
11828
 
 
11829
 
$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
11830
 
 
11831
 
fi
11832
 
 
11833
 
# FIXME: we rely on the cache variable name because
11834
 
# there is no other way.
11835
 
set dummy $CC
11836
 
am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
11837
 
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
11838
 
if test "$am_t" != yes; then
11839
 
   # Losing compiler, so override with the script.
11840
 
   # FIXME: It is wrong to rewrite CC.
11841
 
   # But if we don't then we get into trouble of one sort or another.
11842
 
   # A longer-term fix would be to have automake use am__CC in this case,
11843
 
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
11844
 
   CC="$am_aux_dir/compile $CC"
11845
 
fi
11846
 
 
11847
11828
 
11848
11829
ac_ext=cpp
11849
11830
ac_cpp='$CXXCPP $CPPFLAGS'
17691
17672
.PHONY: pot
17692
17673
pot: $(_HELP_POTFILE)
17693
17674
$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
17694
 
        $(AM_V_GEN)$(ITSTOOL) -o "$@" $(_HELP_C_FILES)
 
17675
        $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \
 
17676
        $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)")
17695
17677
 
17696
17678
.PHONY: repo
17697
17679
repo: $(_HELP_POTFILE)
19005
18987
# report actual input values of CONFIG_FILES etc. instead of their
19006
18988
# values after options handling.
19007
18989
ac_log="
19008
 
This file was extended by lightdm $as_me 1.8.5, which was
 
18990
This file was extended by lightdm $as_me 1.8.6, which was
19009
18991
generated by GNU Autoconf 2.69.  Invocation command line was
19010
18992
 
19011
18993
  CONFIG_FILES    = $CONFIG_FILES
19071
19053
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19072
19054
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19073
19055
ac_cs_version="\\
19074
 
lightdm config.status 1.8.5
 
19056
lightdm config.status 1.8.6
19075
19057
configured by $0, generated by GNU Autoconf 2.69,
19076
19058
  with options \\"\$ac_cs_config\\"
19077
19059