~ubuntu-branches/ubuntu/lucid/vino/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-09-03 11:55:06 UTC
  • mto: (2.1.22 gutsy) (4.1.1 sid) (1.1.35 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070903115506-69p297ypxu1idg8x
Tags: upstream-2.19.92
ImportĀ upstreamĀ versionĀ 2.19.92

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.61 for vino 2.19.90.
 
3
# Generated by GNU Autoconf 2.61 for vino 2.19.92.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=vino>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='vino'
730
730
PACKAGE_TARNAME='vino'
731
 
PACKAGE_VERSION='2.19.90'
732
 
PACKAGE_STRING='vino 2.19.90'
 
731
PACKAGE_VERSION='2.19.92'
 
732
PACKAGE_STRING='vino 2.19.92'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=vino'
734
734
 
735
735
ac_unique_file="server/vino-fb.c"
1497
1497
  # Omit some internal or obsolete options to make the list less imposing.
1498
1498
  # This message is too long to be a string in the A/UX 3.1 sh.
1499
1499
  cat <<_ACEOF
1500
 
\`configure' configures vino 2.19.90 to adapt to many kinds of systems.
 
1500
\`configure' configures vino 2.19.92 to adapt to many kinds of systems.
1501
1501
 
1502
1502
Usage: $0 [OPTION]... [VAR=VALUE]...
1503
1503
 
1571
1571
 
1572
1572
if test -n "$ac_init_help"; then
1573
1573
  case $ac_init_help in
1574
 
     short | recursive ) echo "Configuration of vino 2.19.90:";;
 
1574
     short | recursive ) echo "Configuration of vino 2.19.92:";;
1575
1575
   esac
1576
1576
  cat <<\_ACEOF
1577
1577
 
1725
1725
test -n "$ac_init_help" && exit $ac_status
1726
1726
if $ac_init_version; then
1727
1727
  cat <<\_ACEOF
1728
 
vino configure 2.19.90
 
1728
vino configure 2.19.92
1729
1729
generated by GNU Autoconf 2.61
1730
1730
 
1731
1731
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1739
1739
This file contains any messages produced by compilers while
1740
1740
running configure, to aid debugging if configure makes a mistake.
1741
1741
 
1742
 
It was created by vino $as_me 2.19.90, which was
 
1742
It was created by vino $as_me 2.19.92, which was
1743
1743
generated by GNU Autoconf 2.61.  Invocation command line was
1744
1744
 
1745
1745
  $ $0 $@
2431
2431
 
2432
2432
# Define the identity of the package.
2433
2433
 PACKAGE='vino'
2434
 
 VERSION='2.19.90'
 
2434
 VERSION='2.19.92'
2435
2435
 
2436
2436
 
2437
2437
cat >>confdefs.h <<_ACEOF
25052
25052
 
25053
25053
 
25054
25054
#
 
25055
# Check for XKB extension
 
25056
#
 
25057
if test "${ac_cv_header_X11_XKBlib_h+set}" = set; then
 
25058
  { echo "$as_me:$LINENO: checking for X11/XKBlib.h" >&5
 
25059
echo $ECHO_N "checking for X11/XKBlib.h... $ECHO_C" >&6; }
 
25060
if test "${ac_cv_header_X11_XKBlib_h+set}" = set; then
 
25061
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25062
fi
 
25063
{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_XKBlib_h" >&5
 
25064
echo "${ECHO_T}$ac_cv_header_X11_XKBlib_h" >&6; }
 
25065
else
 
25066
  # Is the header compilable?
 
25067
{ echo "$as_me:$LINENO: checking X11/XKBlib.h usability" >&5
 
25068
echo $ECHO_N "checking X11/XKBlib.h usability... $ECHO_C" >&6; }
 
25069
cat >conftest.$ac_ext <<_ACEOF
 
25070
/* confdefs.h.  */
 
25071
_ACEOF
 
25072
cat confdefs.h >>conftest.$ac_ext
 
25073
cat >>conftest.$ac_ext <<_ACEOF
 
25074
/* end confdefs.h.  */
 
25075
$ac_includes_default
 
25076
#include <X11/XKBlib.h>
 
25077
_ACEOF
 
25078
rm -f conftest.$ac_objext
 
25079
if { (ac_try="$ac_compile"
 
25080
case "(($ac_try" in
 
25081
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25082
  *) ac_try_echo=$ac_try;;
 
25083
esac
 
25084
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25085
  (eval "$ac_compile") 2>conftest.er1
 
25086
  ac_status=$?
 
25087
  grep -v '^ *+' conftest.er1 >conftest.err
 
25088
  rm -f conftest.er1
 
25089
  cat conftest.err >&5
 
25090
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25091
  (exit $ac_status); } && {
 
25092
         test -z "$ac_c_werror_flag" ||
 
25093
         test ! -s conftest.err
 
25094
       } && test -s conftest.$ac_objext; then
 
25095
  ac_header_compiler=yes
 
25096
else
 
25097
  echo "$as_me: failed program was:" >&5
 
25098
sed 's/^/| /' conftest.$ac_ext >&5
 
25099
 
 
25100
        ac_header_compiler=no
 
25101
fi
 
25102
 
 
25103
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25104
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
25105
echo "${ECHO_T}$ac_header_compiler" >&6; }
 
25106
 
 
25107
# Is the header present?
 
25108
{ echo "$as_me:$LINENO: checking X11/XKBlib.h presence" >&5
 
25109
echo $ECHO_N "checking X11/XKBlib.h presence... $ECHO_C" >&6; }
 
25110
cat >conftest.$ac_ext <<_ACEOF
 
25111
/* confdefs.h.  */
 
25112
_ACEOF
 
25113
cat confdefs.h >>conftest.$ac_ext
 
25114
cat >>conftest.$ac_ext <<_ACEOF
 
25115
/* end confdefs.h.  */
 
25116
#include <X11/XKBlib.h>
 
25117
_ACEOF
 
25118
if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25119
case "(($ac_try" in
 
25120
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25121
  *) ac_try_echo=$ac_try;;
 
25122
esac
 
25123
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25124
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25125
  ac_status=$?
 
25126
  grep -v '^ *+' conftest.er1 >conftest.err
 
25127
  rm -f conftest.er1
 
25128
  cat conftest.err >&5
 
25129
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25130
  (exit $ac_status); } >/dev/null && {
 
25131
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
25132
         test ! -s conftest.err
 
25133
       }; then
 
25134
  ac_header_preproc=yes
 
25135
else
 
25136
  echo "$as_me: failed program was:" >&5
 
25137
sed 's/^/| /' conftest.$ac_ext >&5
 
25138
 
 
25139
  ac_header_preproc=no
 
25140
fi
 
25141
 
 
25142
rm -f conftest.err conftest.$ac_ext
 
25143
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
25144
echo "${ECHO_T}$ac_header_preproc" >&6; }
 
25145
 
 
25146
# So?  What about this header?
 
25147
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
25148
  yes:no: )
 
25149
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
25150
echo "$as_me: WARNING: X11/XKBlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
25151
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h: proceeding with the compiler's result" >&5
 
25152
echo "$as_me: WARNING: X11/XKBlib.h: proceeding with the compiler's result" >&2;}
 
25153
    ac_header_preproc=yes
 
25154
    ;;
 
25155
  no:yes:* )
 
25156
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h: present but cannot be compiled" >&5
 
25157
echo "$as_me: WARNING: X11/XKBlib.h: present but cannot be compiled" >&2;}
 
25158
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h:     check for missing prerequisite headers?" >&5
 
25159
echo "$as_me: WARNING: X11/XKBlib.h:     check for missing prerequisite headers?" >&2;}
 
25160
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h: see the Autoconf documentation" >&5
 
25161
echo "$as_me: WARNING: X11/XKBlib.h: see the Autoconf documentation" >&2;}
 
25162
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h:     section \"Present But Cannot Be Compiled\"" >&5
 
25163
echo "$as_me: WARNING: X11/XKBlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
25164
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h: proceeding with the preprocessor's result" >&5
 
25165
echo "$as_me: WARNING: X11/XKBlib.h: proceeding with the preprocessor's result" >&2;}
 
25166
    { echo "$as_me:$LINENO: WARNING: X11/XKBlib.h: in the future, the compiler will take precedence" >&5
 
25167
echo "$as_me: WARNING: X11/XKBlib.h: in the future, the compiler will take precedence" >&2;}
 
25168
    ( cat <<\_ASBOX
 
25169
## ------------------------------------------------------------------- ##
 
25170
## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=vino ##
 
25171
## ------------------------------------------------------------------- ##
 
25172
_ASBOX
 
25173
     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25174
    ;;
 
25175
esac
 
25176
{ echo "$as_me:$LINENO: checking for X11/XKBlib.h" >&5
 
25177
echo $ECHO_N "checking for X11/XKBlib.h... $ECHO_C" >&6; }
 
25178
if test "${ac_cv_header_X11_XKBlib_h+set}" = set; then
 
25179
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25180
else
 
25181
  ac_cv_header_X11_XKBlib_h=$ac_header_preproc
 
25182
fi
 
25183
{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_XKBlib_h" >&5
 
25184
echo "${ECHO_T}$ac_cv_header_X11_XKBlib_h" >&6; }
 
25185
 
 
25186
fi
 
25187
if test $ac_cv_header_X11_XKBlib_h = yes; then
 
25188
 
 
25189
    { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
 
25190
echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
 
25191
if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
 
25192
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25193
else
 
25194
  ac_check_lib_save_LIBS=$LIBS
 
25195
LIBS="-lX11 $X_LIBS $LIBS"
 
25196
cat >conftest.$ac_ext <<_ACEOF
 
25197
/* confdefs.h.  */
 
25198
_ACEOF
 
25199
cat confdefs.h >>conftest.$ac_ext
 
25200
cat >>conftest.$ac_ext <<_ACEOF
 
25201
/* end confdefs.h.  */
 
25202
 
 
25203
/* Override any GCC internal prototype to avoid an error.
 
25204
   Use char because int might match the return type of a GCC
 
25205
   builtin and then its argument prototype would still apply.  */
 
25206
#ifdef __cplusplus
 
25207
extern "C"
 
25208
#endif
 
25209
char XkbQueryExtension ();
 
25210
int
 
25211
main ()
 
25212
{
 
25213
return XkbQueryExtension ();
 
25214
  ;
 
25215
  return 0;
 
25216
}
 
25217
_ACEOF
 
25218
rm -f conftest.$ac_objext conftest$ac_exeext
 
25219
if { (ac_try="$ac_link"
 
25220
case "(($ac_try" in
 
25221
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25222
  *) ac_try_echo=$ac_try;;
 
25223
esac
 
25224
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25225
  (eval "$ac_link") 2>conftest.er1
 
25226
  ac_status=$?
 
25227
  grep -v '^ *+' conftest.er1 >conftest.err
 
25228
  rm -f conftest.er1
 
25229
  cat conftest.err >&5
 
25230
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25231
  (exit $ac_status); } && {
 
25232
         test -z "$ac_c_werror_flag" ||
 
25233
         test ! -s conftest.err
 
25234
       } && test -s conftest$ac_exeext &&
 
25235
       $as_test_x conftest$ac_exeext; then
 
25236
  ac_cv_lib_X11_XkbQueryExtension=yes
 
25237
else
 
25238
  echo "$as_me: failed program was:" >&5
 
25239
sed 's/^/| /' conftest.$ac_ext >&5
 
25240
 
 
25241
        ac_cv_lib_X11_XkbQueryExtension=no
 
25242
fi
 
25243
 
 
25244
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
25245
      conftest$ac_exeext conftest.$ac_ext
 
25246
LIBS=$ac_check_lib_save_LIBS
 
25247
fi
 
25248
{ echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
 
25249
echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
 
25250
if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
 
25251
 
 
25252
cat >>confdefs.h <<\_ACEOF
 
25253
#define HAVE_XKB 1
 
25254
_ACEOF
 
25255
 
 
25256
 
 
25257
fi
 
25258
 
 
25259
 
 
25260
fi
 
25261
 
 
25262
 
 
25263
 
 
25264
#
25055
25265
# Check for Avahi
25056
25266
#
25057
25267
# Check whether --enable-avahi was given.
26541
26751
# report actual input values of CONFIG_FILES etc. instead of their
26542
26752
# values after options handling.
26543
26753
ac_log="
26544
 
This file was extended by vino $as_me 2.19.90, which was
 
26754
This file was extended by vino $as_me 2.19.92, which was
26545
26755
generated by GNU Autoconf 2.61.  Invocation command line was
26546
26756
 
26547
26757
  CONFIG_FILES    = $CONFIG_FILES
26594
26804
_ACEOF
26595
26805
cat >>$CONFIG_STATUS <<_ACEOF
26596
26806
ac_cs_version="\\
26597
 
vino config.status 2.19.90
 
26807
vino config.status 2.19.92
26598
26808
configured by $0, generated by GNU Autoconf 2.61,
26599
26809
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26600
26810