~ubuntu-branches/ubuntu/dapper/xorg-server/dapper-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2006-01-06 08:00:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060106080052-pstc5whufpekm1bt
Tags: 1:1.0.1-0ubuntu1
New upstream release.

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.59 for xorg-server 1.0.0.
 
3
# Generated by GNU Autoconf 2.59 for xorg-server 1.0.1.
4
4
#
5
5
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6
6
#
423
423
# Identity of this package.
424
424
PACKAGE_NAME='xorg-server'
425
425
PACKAGE_TARNAME='xorg-server'
426
 
PACKAGE_VERSION='1.0.0'
427
 
PACKAGE_STRING='xorg-server 1.0.0'
 
426
PACKAGE_VERSION='1.0.1'
 
427
PACKAGE_STRING='xorg-server 1.0.1'
428
428
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
429
429
 
430
430
ac_unique_file="Makefile.am"
1134
1134
  # Omit some internal or obsolete options to make the list less imposing.
1135
1135
  # This message is too long to be a string in the A/UX 3.1 sh.
1136
1136
  cat <<_ACEOF
1137
 
\`configure' configures xorg-server 1.0.0 to adapt to many kinds of systems.
 
1137
\`configure' configures xorg-server 1.0.1 to adapt to many kinds of systems.
1138
1138
 
1139
1139
Usage: $0 [OPTION]... [VAR=VALUE]...
1140
1140
 
1200
1200
 
1201
1201
if test -n "$ac_init_help"; then
1202
1202
  case $ac_init_help in
1203
 
     short | recursive ) echo "Configuration of xorg-server 1.0.0:";;
 
1203
     short | recursive ) echo "Configuration of xorg-server 1.0.1:";;
1204
1204
   esac
1205
1205
  cat <<\_ACEOF
1206
1206
 
1505
1505
test -n "$ac_init_help" && exit 0
1506
1506
if $ac_init_version; then
1507
1507
  cat <<\_ACEOF
1508
 
xorg-server configure 1.0.0
 
1508
xorg-server configure 1.0.1
1509
1509
generated by GNU Autoconf 2.59
1510
1510
 
1511
1511
Copyright (C) 2003 Free Software Foundation, Inc.
1519
1519
This file contains any messages produced by compilers while
1520
1520
running configure, to aid debugging if configure makes a mistake.
1521
1521
 
1522
 
It was created by xorg-server $as_me 1.0.0, which was
 
1522
It was created by xorg-server $as_me 1.0.1, which was
1523
1523
generated by GNU Autoconf 2.59.  Invocation command line was
1524
1524
 
1525
1525
  $ $0 $@
2131
2131
 
2132
2132
# Define the identity of the package.
2133
2133
 PACKAGE='xorg-server'
2134
 
 VERSION='1.0.0'
 
2134
 VERSION='1.0.1'
2135
2135
 
2136
2136
 
2137
2137
cat >>confdefs.h <<_ACEOF
3895
3895
  ;;
3896
3896
 
3897
3897
cygwin*)
3898
 
  # win32_libid is a shell function defined in ltmain.sh
 
3898
  # func_win32_libid is a shell function defined in ltmain.sh
3899
3899
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3900
 
  lt_cv_file_magic_cmd='win32_libid'
 
3900
  lt_cv_file_magic_cmd='func_win32_libid'
3901
3901
  ;;
3902
3902
 
3903
3903
mingw* | pw32*)
3904
3904
  # Base MSYS/MinGW do not provide the 'file' command needed by
3905
 
  # win32_libid shell function, so use a weaker test based on 'objdump'.
 
3905
  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
3906
3906
  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
3907
3907
  lt_cv_file_magic_cmd='$OBJDUMP -f'
3908
3908
  ;;
4171
4171
  rm -rf conftest*
4172
4172
  ;;
4173
4173
 
4174
 
*-*-linux*)
4175
 
  # Test if the compiler is 64bit
4176
 
  echo 'int i;' > conftest.$ac_ext
4177
 
  lt_cv_cc_64bit_output=no
4178
 
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4179
 
  (eval $ac_compile) 2>&5
4180
 
  ac_status=$?
4181
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182
 
  (exit $ac_status); }; then
4183
 
    case `/usr/bin/file conftest.$ac_objext` in
4184
 
    *"ELF 64"*)
4185
 
      lt_cv_cc_64bit_output=yes
4186
 
      ;;
4187
 
    esac
4188
 
  fi
4189
 
  rm -rf conftest*
4190
 
  ;;
4191
 
 
4192
4174
*-*-sco3.2v5*)
4193
4175
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4194
4176
  SAVE_CFLAGS="$CFLAGS"
5915
5897
 
5916
5898
 
5917
5899
# Provide some information about the compiler.
5918
 
echo "$as_me:5918:" \
 
5900
echo "$as_me:5900:" \
5919
5901
     "checking for Fortran 77 compiler version" >&5
5920
5902
ac_compiler=`set X $ac_compile; echo $2`
5921
5903
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
6070
6052
  echo $ECHO_N "(cached) $ECHO_C" >&6
6071
6053
else
6072
6054
    i=0
6073
 
  testring="ABCD"
 
6055
  teststring="ABCD"
6074
6056
 
6075
6057
  case $build_os in
6076
6058
  msdosdjgpp*)
6109
6091
    # If test is not a shell built-in, we'll probably end up computing a
6110
6092
    # maximum length that is only half of the actual maximum length, but
6111
6093
    # we can't tell.
6112
 
    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
6113
 
               = "XX$testring") >/dev/null 2>&1 &&
6114
 
            new_result=`expr "X$testring" : ".*" 2>&1` &&
 
6094
    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
 
6095
               = "XX$teststring") >/dev/null 2>&1 &&
 
6096
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
6115
6097
            lt_cv_sys_max_cmd_len=$new_result &&
6116
6098
            test $i != 17 # 1/2 MB should be enough
6117
6099
    do
6118
6100
      i=`expr $i + 1`
6119
 
      testring=$testring$testring
 
6101
      teststring=$teststring$teststring
6120
6102
    done
6121
 
    testring=
 
6103
    teststring=
6122
6104
    # Add a significant safety factor because C++ compilers can tack on massive
6123
6105
    # amounts of additional arguments before passing them to the linker.
6124
6106
    # It appears as though 1/2 is a usable value.
6949
6931
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6950
6932
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6951
6933
   -e 's:$: $lt_compiler_flag:'`
6952
 
   (eval echo "\"\$as_me:6952: $lt_compile\"" >&5)
 
6934
   (eval echo "\"\$as_me:6934: $lt_compile\"" >&5)
6953
6935
   (eval "$lt_compile" 2>conftest.err)
6954
6936
   ac_status=$?
6955
6937
   cat conftest.err >&5
6956
 
   echo "$as_me:6956: \$? = $ac_status" >&5
 
6938
   echo "$as_me:6938: \$? = $ac_status" >&5
6957
6939
   if (exit $ac_status) && test -s "$ac_outfile"; then
6958
6940
     # The compiler can only warn and ignore the option if not recognized
6959
6941
     # So say no if there are warnings
7182
7164
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7183
7165
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7184
7166
   -e 's:$: $lt_compiler_flag:'`
7185
 
   (eval echo "\"\$as_me:7185: $lt_compile\"" >&5)
 
7167
   (eval echo "\"\$as_me:7167: $lt_compile\"" >&5)
7186
7168
   (eval "$lt_compile" 2>conftest.err)
7187
7169
   ac_status=$?
7188
7170
   cat conftest.err >&5
7189
 
   echo "$as_me:7189: \$? = $ac_status" >&5
 
7171
   echo "$as_me:7171: \$? = $ac_status" >&5
7190
7172
   if (exit $ac_status) && test -s "$ac_outfile"; then
7191
7173
     # The compiler can only warn and ignore the option if not recognized
7192
7174
     # So say no if there are warnings
7242
7224
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7243
7225
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7244
7226
   -e 's:$: $lt_compiler_flag:'`
7245
 
   (eval echo "\"\$as_me:7245: $lt_compile\"" >&5)
 
7227
   (eval echo "\"\$as_me:7227: $lt_compile\"" >&5)
7246
7228
   (eval "$lt_compile" 2>out/conftest.err)
7247
7229
   ac_status=$?
7248
7230
   cat out/conftest.err >&5
7249
 
   echo "$as_me:7249: \$? = $ac_status" >&5
 
7231
   echo "$as_me:7231: \$? = $ac_status" >&5
7250
7232
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7251
7233
   then
7252
7234
     # The compiler can only warn and ignore the option if not recognized
7458
7440
      ;;
7459
7441
 
7460
7442
  linux*)
7461
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
 
7443
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
7462
7444
        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7463
7445
        archive_cmds="$tmp_archive_cmds"
7464
7446
      supports_anon_versioning=no
7760
7742
      # Tell ltmain to make .lib files, not .a files.
7761
7743
      libext=lib
7762
7744
      # Tell ltmain to make .dll files, not .so files.
7763
 
      shrext=".dll"
 
7745
      shrext_cmds=".dll"
7764
7746
      # FIXME: Setting linknames here is a bad hack.
7765
7747
      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
7766
7748
      # The linker will automatically build a .lib file if we build a DLL.
8216
8198
library_names_spec=
8217
8199
libname_spec='lib$name'
8218
8200
soname_spec=
8219
 
shrext=".so"
 
8201
shrext_cmds=".so"
8220
8202
postinstall_cmds=
8221
8203
postuninstall_cmds=
8222
8204
finish_cmds=
8329
8311
 
8330
8312
cygwin* | mingw* | pw32*)
8331
8313
  version_type=windows
8332
 
  shrext=".dll"
 
8314
  shrext_cmds=".dll"
8333
8315
  need_version=no
8334
8316
  need_lib_prefix=no
8335
8317
 
8376
8358
    esac
8377
8359
    ;;
8378
8360
 
8379
 
  linux*)
8380
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
8381
 
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8382
 
      supports_anon_versioning=no
8383
 
      case `$LD -v 2>/dev/null` in
8384
 
        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8385
 
        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8386
 
        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8387
 
        *\ 2.11.*) ;; # other 2.11 versions
8388
 
        *) supports_anon_versioning=yes ;;
8389
 
      esac
8390
 
      if test $supports_anon_versioning = yes; then
8391
 
        archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
8392
 
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8393
 
$echo "local: *; };" >> $output_objdir/$libname.ver~
8394
 
        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8395
 
      else
8396
 
        $archive_expsym_cmds="$archive_cmds"
8397
 
      fi
8398
 
    else
8399
 
      ld_shlibs=no
8400
 
    fi
8401
 
    ;;
8402
 
 
8403
8361
  *)
8404
8362
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
8405
8363
    ;;
8418
8376
  soname_spec='${libname}${release}${major}$shared_ext'
8419
8377
  shlibpath_overrides_runpath=yes
8420
8378
  shlibpath_var=DYLD_LIBRARY_PATH
8421
 
  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
8379
  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
8422
8380
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
8423
8381
  if test "$GCC" = yes; then
8424
8382
    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
8501
8459
  need_version=no
8502
8460
  case "$host_cpu" in
8503
8461
  ia64*)
8504
 
    shrext='.so'
 
8462
    shrext_cmds='.so'
8505
8463
    hardcode_into_libs=yes
8506
8464
    dynamic_linker="$host_os dld.so"
8507
8465
    shlibpath_var=LD_LIBRARY_PATH
8516
8474
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
8517
8475
    ;;
8518
8476
   hppa*64*)
8519
 
     shrext='.sl'
 
8477
     shrext_cmds='.sl'
8520
8478
     hardcode_into_libs=yes
8521
8479
     dynamic_linker="$host_os dld.sl"
8522
8480
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
8527
8485
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
8528
8486
     ;;
8529
8487
   *)
8530
 
    shrext='.sl'
 
8488
    shrext_cmds='.sl'
8531
8489
    dynamic_linker="$host_os dld.sl"
8532
8490
    shlibpath_var=SHLIB_PATH
8533
8491
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
8596
8554
  # before this can be enabled.
8597
8555
  hardcode_into_libs=yes
8598
8556
 
8599
 
  # Append ld.so.conf contents to the search path
8600
 
  if test -f /etc/ld.so.conf; then
8601
 
    ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
8602
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
8603
 
  fi
8604
 
 
8605
 
  case $host_cpu:$lt_cv_cc_64bit_output in
8606
 
  powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
8607
 
    sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64"
8608
 
    sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64"
8609
 
    ;;
8610
 
  esac
8611
 
 
8612
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
8613
 
  # powerpc, because MkLinux only supported shared libraries with the
8614
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
8615
 
  # most powerpc-linux boxes support dynamic linking these days and
8616
 
  # people can always --disable-shared, the test was removed, and we
8617
 
  # assume the GNU/Linux dynamic linker is in use.
8618
 
  dynamic_linker='GNU/Linux ld.so'
8619
 
 
8620
 
  # Find out which ABI we are using (multilib Linux x86_64 hack).
 
8557
  # find out which ABI we are using
8621
8558
  libsuff=
8622
8559
  case "$host_cpu" in
8623
 
  x86_64*)
8624
 
    echo '#line 8624 "configure"' > conftest.$ac_ext
 
8560
  x86_64*|s390x*|powerpc64*)
 
8561
    echo '#line 8561 "configure"' > conftest.$ac_ext
8625
8562
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8626
8563
  (eval $ac_compile) 2>&5
8627
8564
  ac_status=$?
8630
8567
      case `/usr/bin/file conftest.$ac_objext` in
8631
8568
      *64-bit*)
8632
8569
        libsuff=64
 
8570
        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
8633
8571
        ;;
8634
8572
      esac
8635
8573
    fi
8636
8574
    rm -rf conftest*
8637
8575
    ;;
8638
 
  *)
8639
 
    ;;
8640
8576
  esac
8641
 
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
8642
 
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
8577
 
 
8578
  # Append ld.so.conf contents to the search path
 
8579
  if test -f /etc/ld.so.conf; then
 
8580
    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
 
8581
    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
 
8582
  fi
 
8583
 
 
8584
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
8585
  # powerpc, because MkLinux only supported shared libraries with the
 
8586
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
8587
  # most powerpc-linux boxes support dynamic linking these days and
 
8588
  # people can always --disable-shared, the test was removed, and we
 
8589
  # assume the GNU/Linux dynamic linker is in use.
 
8590
  dynamic_linker='GNU/Linux ld.so'
8643
8591
  ;;
8644
8592
 
8645
8593
knetbsd*-gnu)
8712
8660
 
8713
8661
os2*)
8714
8662
  libname_spec='$name'
8715
 
  shrext=".dll"
 
8663
  shrext_cmds=".dll"
8716
8664
  need_lib_prefix=no
8717
8665
  library_names_spec='$libname${shared_ext} $libname.a'
8718
8666
  dynamic_linker='OS/2 ld.exe'
9481
9429
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9482
9430
  lt_status=$lt_dlunknown
9483
9431
  cat > conftest.$ac_ext <<EOF
9484
 
#line 9484 "configure"
 
9432
#line 9432 "configure"
9485
9433
#include "confdefs.h"
9486
9434
 
9487
9435
#if HAVE_DLFCN_H
9579
9527
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9580
9528
  lt_status=$lt_dlunknown
9581
9529
  cat > conftest.$ac_ext <<EOF
9582
 
#line 9582 "configure"
 
9530
#line 9530 "configure"
9583
9531
#include "confdefs.h"
9584
9532
 
9585
9533
#if HAVE_DLFCN_H
9704
9652
  fi
9705
9653
  ;;
9706
9654
 
9707
 
aix4*)
 
9655
aix4* | aix5*)
9708
9656
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
9709
9657
    test "$enable_shared" = yes && enable_static=no
9710
9658
  fi
9980
9928
libext="$libext"
9981
9929
 
9982
9930
# Shared library suffix (normally ".so").
9983
 
shrext='$shrext'
 
9931
shrext_cmds='$shrext_cmds'
9984
9932
 
9985
9933
# Executable file suffix (normally "").
9986
9934
exeext="$exeext"
10895
10843
      # explicitly linking system object files so we need to strip them
10896
10844
      # from the output so that they don't get included in the library
10897
10845
      # dependencies.
10898
 
      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
10846
      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
10899
10847
      ;;
10900
10848
    *)
10901
10849
      if test "$GXX" = yes; then
11758
11706
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11759
11707
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11760
11708
   -e 's:$: $lt_compiler_flag:'`
11761
 
   (eval echo "\"\$as_me:11761: $lt_compile\"" >&5)
 
11709
   (eval echo "\"\$as_me:11709: $lt_compile\"" >&5)
11762
11710
   (eval "$lt_compile" 2>conftest.err)
11763
11711
   ac_status=$?
11764
11712
   cat conftest.err >&5
11765
 
   echo "$as_me:11765: \$? = $ac_status" >&5
 
11713
   echo "$as_me:11713: \$? = $ac_status" >&5
11766
11714
   if (exit $ac_status) && test -s "$ac_outfile"; then
11767
11715
     # The compiler can only warn and ignore the option if not recognized
11768
11716
     # So say no if there are warnings
11818
11766
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11819
11767
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11820
11768
   -e 's:$: $lt_compiler_flag:'`
11821
 
   (eval echo "\"\$as_me:11821: $lt_compile\"" >&5)
 
11769
   (eval echo "\"\$as_me:11769: $lt_compile\"" >&5)
11822
11770
   (eval "$lt_compile" 2>out/conftest.err)
11823
11771
   ac_status=$?
11824
11772
   cat out/conftest.err >&5
11825
 
   echo "$as_me:11825: \$? = $ac_status" >&5
 
11773
   echo "$as_me:11773: \$? = $ac_status" >&5
11826
11774
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11827
11775
   then
11828
11776
     # The compiler can only warn and ignore the option if not recognized
11969
11917
library_names_spec=
11970
11918
libname_spec='lib$name'
11971
11919
soname_spec=
11972
 
shrext=".so"
 
11920
shrext_cmds=".so"
11973
11921
postinstall_cmds=
11974
11922
postuninstall_cmds=
11975
11923
finish_cmds=
12082
12030
 
12083
12031
cygwin* | mingw* | pw32*)
12084
12032
  version_type=windows
12085
 
  shrext=".dll"
 
12033
  shrext_cmds=".dll"
12086
12034
  need_version=no
12087
12035
  need_lib_prefix=no
12088
12036
 
12129
12077
    esac
12130
12078
    ;;
12131
12079
 
12132
 
  linux*)
12133
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
12134
 
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12135
 
      supports_anon_versioning=no
12136
 
      case `$LD -v 2>/dev/null` in
12137
 
        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
12138
 
        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
12139
 
        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
12140
 
        *\ 2.11.*) ;; # other 2.11 versions
12141
 
        *) supports_anon_versioning=yes ;;
12142
 
      esac
12143
 
      if test $supports_anon_versioning = yes; then
12144
 
        archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
12145
 
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12146
 
$echo "local: *; };" >> $output_objdir/$libname.ver~
12147
 
        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12148
 
      else
12149
 
        $archive_expsym_cmds="$archive_cmds"
12150
 
      fi
12151
 
    else
12152
 
      ld_shlibs=no
12153
 
    fi
12154
 
    ;;
12155
 
 
12156
12080
  *)
12157
12081
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12158
12082
    ;;
12171
12095
  soname_spec='${libname}${release}${major}$shared_ext'
12172
12096
  shlibpath_overrides_runpath=yes
12173
12097
  shlibpath_var=DYLD_LIBRARY_PATH
12174
 
  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
12098
  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
12175
12099
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
12176
12100
  if test "$GCC" = yes; then
12177
12101
    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
12254
12178
  need_version=no
12255
12179
  case "$host_cpu" in
12256
12180
  ia64*)
12257
 
    shrext='.so'
 
12181
    shrext_cmds='.so'
12258
12182
    hardcode_into_libs=yes
12259
12183
    dynamic_linker="$host_os dld.so"
12260
12184
    shlibpath_var=LD_LIBRARY_PATH
12269
12193
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12270
12194
    ;;
12271
12195
   hppa*64*)
12272
 
     shrext='.sl'
 
12196
     shrext_cmds='.sl'
12273
12197
     hardcode_into_libs=yes
12274
12198
     dynamic_linker="$host_os dld.sl"
12275
12199
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12280
12204
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12281
12205
     ;;
12282
12206
   *)
12283
 
    shrext='.sl'
 
12207
    shrext_cmds='.sl'
12284
12208
    dynamic_linker="$host_os dld.sl"
12285
12209
    shlibpath_var=SHLIB_PATH
12286
12210
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12349
12273
  # before this can be enabled.
12350
12274
  hardcode_into_libs=yes
12351
12275
 
12352
 
  # Append ld.so.conf contents to the search path
12353
 
  if test -f /etc/ld.so.conf; then
12354
 
    ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
12355
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
12356
 
  fi
12357
 
 
12358
 
  case $host_cpu:$lt_cv_cc_64bit_output in
12359
 
  powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
12360
 
    sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64"
12361
 
    sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64"
12362
 
    ;;
12363
 
  esac
12364
 
 
12365
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
12366
 
  # powerpc, because MkLinux only supported shared libraries with the
12367
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
12368
 
  # most powerpc-linux boxes support dynamic linking these days and
12369
 
  # people can always --disable-shared, the test was removed, and we
12370
 
  # assume the GNU/Linux dynamic linker is in use.
12371
 
  dynamic_linker='GNU/Linux ld.so'
12372
 
 
12373
 
  # Find out which ABI we are using (multilib Linux x86_64 hack).
 
12276
  # find out which ABI we are using
12374
12277
  libsuff=
12375
12278
  case "$host_cpu" in
12376
 
  x86_64*)
12377
 
    echo '#line 12377 "configure"' > conftest.$ac_ext
 
12279
  x86_64*|s390x*|powerpc64*)
 
12280
    echo '#line 12280 "configure"' > conftest.$ac_ext
12378
12281
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12379
12282
  (eval $ac_compile) 2>&5
12380
12283
  ac_status=$?
12383
12286
      case `/usr/bin/file conftest.$ac_objext` in
12384
12287
      *64-bit*)
12385
12288
        libsuff=64
 
12289
        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
12386
12290
        ;;
12387
12291
      esac
12388
12292
    fi
12389
12293
    rm -rf conftest*
12390
12294
    ;;
12391
 
  *)
12392
 
    ;;
12393
12295
  esac
12394
 
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
12395
 
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
12296
 
 
12297
  # Append ld.so.conf contents to the search path
 
12298
  if test -f /etc/ld.so.conf; then
 
12299
    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
 
12300
    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
 
12301
  fi
 
12302
 
 
12303
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
12304
  # powerpc, because MkLinux only supported shared libraries with the
 
12305
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
12306
  # most powerpc-linux boxes support dynamic linking these days and
 
12307
  # people can always --disable-shared, the test was removed, and we
 
12308
  # assume the GNU/Linux dynamic linker is in use.
 
12309
  dynamic_linker='GNU/Linux ld.so'
12396
12310
  ;;
12397
12311
 
12398
12312
knetbsd*-gnu)
12465
12379
 
12466
12380
os2*)
12467
12381
  libname_spec='$name'
12468
 
  shrext=".dll"
 
12382
  shrext_cmds=".dll"
12469
12383
  need_lib_prefix=no
12470
12384
  library_names_spec='$libname${shared_ext} $libname.a'
12471
12385
  dynamic_linker='OS/2 ld.exe'
13234
13148
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13235
13149
  lt_status=$lt_dlunknown
13236
13150
  cat > conftest.$ac_ext <<EOF
13237
 
#line 13237 "configure"
 
13151
#line 13151 "configure"
13238
13152
#include "confdefs.h"
13239
13153
 
13240
13154
#if HAVE_DLFCN_H
13332
13246
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13333
13247
  lt_status=$lt_dlunknown
13334
13248
  cat > conftest.$ac_ext <<EOF
13335
 
#line 13335 "configure"
 
13249
#line 13249 "configure"
13336
13250
#include "confdefs.h"
13337
13251
 
13338
13252
#if HAVE_DLFCN_H
13611
13525
libext="$libext"
13612
13526
 
13613
13527
# Shared library suffix (normally ".so").
13614
 
shrext='$shrext'
 
13528
shrext_cmds='$shrext_cmds'
13615
13529
 
13616
13530
# Executable file suffix (normally "").
13617
13531
exeext="$exeext"
13933
13847
    postinstall_cmds='$RANLIB $lib'
13934
13848
  fi
13935
13849
  ;;
13936
 
aix4*)
 
13850
aix4* | aix5*)
13937
13851
  test "$enable_shared" = yes && enable_static=no
13938
13852
  ;;
13939
13853
esac
14159
14073
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14160
14074
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14161
14075
   -e 's:$: $lt_compiler_flag:'`
14162
 
   (eval echo "\"\$as_me:14162: $lt_compile\"" >&5)
 
14076
   (eval echo "\"\$as_me:14076: $lt_compile\"" >&5)
14163
14077
   (eval "$lt_compile" 2>conftest.err)
14164
14078
   ac_status=$?
14165
14079
   cat conftest.err >&5
14166
 
   echo "$as_me:14166: \$? = $ac_status" >&5
 
14080
   echo "$as_me:14080: \$? = $ac_status" >&5
14167
14081
   if (exit $ac_status) && test -s "$ac_outfile"; then
14168
14082
     # The compiler can only warn and ignore the option if not recognized
14169
14083
     # So say no if there are warnings
14219
14133
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14220
14134
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14221
14135
   -e 's:$: $lt_compiler_flag:'`
14222
 
   (eval echo "\"\$as_me:14222: $lt_compile\"" >&5)
 
14136
   (eval echo "\"\$as_me:14136: $lt_compile\"" >&5)
14223
14137
   (eval "$lt_compile" 2>out/conftest.err)
14224
14138
   ac_status=$?
14225
14139
   cat out/conftest.err >&5
14226
 
   echo "$as_me:14226: \$? = $ac_status" >&5
 
14140
   echo "$as_me:14140: \$? = $ac_status" >&5
14227
14141
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14228
14142
   then
14229
14143
     # The compiler can only warn and ignore the option if not recognized
14435
14349
      ;;
14436
14350
 
14437
14351
  linux*)
14438
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
 
14352
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
14439
14353
        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14440
14354
        archive_cmds_F77="$tmp_archive_cmds"
14441
14355
      supports_anon_versioning=no
14717
14631
      # Tell ltmain to make .lib files, not .a files.
14718
14632
      libext=lib
14719
14633
      # Tell ltmain to make .dll files, not .so files.
14720
 
      shrext=".dll"
 
14634
      shrext_cmds=".dll"
14721
14635
      # FIXME: Setting linknames here is a bad hack.
14722
14636
      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
14723
14637
      # The linker will automatically build a .lib file if we build a DLL.
15173
15087
library_names_spec=
15174
15088
libname_spec='lib$name'
15175
15089
soname_spec=
15176
 
shrext=".so"
 
15090
shrext_cmds=".so"
15177
15091
postinstall_cmds=
15178
15092
postuninstall_cmds=
15179
15093
finish_cmds=
15286
15200
 
15287
15201
cygwin* | mingw* | pw32*)
15288
15202
  version_type=windows
15289
 
  shrext=".dll"
 
15203
  shrext_cmds=".dll"
15290
15204
  need_version=no
15291
15205
  need_lib_prefix=no
15292
15206
 
15333
15247
    esac
15334
15248
    ;;
15335
15249
 
15336
 
  linux*)
15337
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
15338
 
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15339
 
      supports_anon_versioning=no
15340
 
      case `$LD -v 2>/dev/null` in
15341
 
        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
15342
 
        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
15343
 
        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
15344
 
        *\ 2.11.*) ;; # other 2.11 versions
15345
 
        *) supports_anon_versioning=yes ;;
15346
 
      esac
15347
 
      if test $supports_anon_versioning = yes; then
15348
 
        archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
15349
 
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15350
 
$echo "local: *; };" >> $output_objdir/$libname.ver~
15351
 
        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15352
 
      else
15353
 
        $archive_expsym_cmds="$archive_cmds"
15354
 
      fi
15355
 
    else
15356
 
      ld_shlibs=no
15357
 
    fi
15358
 
    ;;
15359
 
 
15360
15250
  *)
15361
15251
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15362
15252
    ;;
15375
15265
  soname_spec='${libname}${release}${major}$shared_ext'
15376
15266
  shlibpath_overrides_runpath=yes
15377
15267
  shlibpath_var=DYLD_LIBRARY_PATH
15378
 
  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
15268
  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
15379
15269
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
15380
15270
  if test "$GCC" = yes; then
15381
15271
    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
15458
15348
  need_version=no
15459
15349
  case "$host_cpu" in
15460
15350
  ia64*)
15461
 
    shrext='.so'
 
15351
    shrext_cmds='.so'
15462
15352
    hardcode_into_libs=yes
15463
15353
    dynamic_linker="$host_os dld.so"
15464
15354
    shlibpath_var=LD_LIBRARY_PATH
15473
15363
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15474
15364
    ;;
15475
15365
   hppa*64*)
15476
 
     shrext='.sl'
 
15366
     shrext_cmds='.sl'
15477
15367
     hardcode_into_libs=yes
15478
15368
     dynamic_linker="$host_os dld.sl"
15479
15369
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15484
15374
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15485
15375
     ;;
15486
15376
   *)
15487
 
    shrext='.sl'
 
15377
    shrext_cmds='.sl'
15488
15378
    dynamic_linker="$host_os dld.sl"
15489
15379
    shlibpath_var=SHLIB_PATH
15490
15380
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15553
15443
  # before this can be enabled.
15554
15444
  hardcode_into_libs=yes
15555
15445
 
15556
 
  # Append ld.so.conf contents to the search path
15557
 
  if test -f /etc/ld.so.conf; then
15558
 
    ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
15559
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
15560
 
  fi
15561
 
 
15562
 
  case $host_cpu:$lt_cv_cc_64bit_output in
15563
 
  powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
15564
 
    sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64"
15565
 
    sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64"
15566
 
    ;;
15567
 
  esac
15568
 
 
15569
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
15570
 
  # powerpc, because MkLinux only supported shared libraries with the
15571
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
15572
 
  # most powerpc-linux boxes support dynamic linking these days and
15573
 
  # people can always --disable-shared, the test was removed, and we
15574
 
  # assume the GNU/Linux dynamic linker is in use.
15575
 
  dynamic_linker='GNU/Linux ld.so'
15576
 
 
15577
 
  # Find out which ABI we are using (multilib Linux x86_64 hack).
 
15446
  # find out which ABI we are using
15578
15447
  libsuff=
15579
15448
  case "$host_cpu" in
15580
 
  x86_64*)
15581
 
    echo '#line 15581 "configure"' > conftest.$ac_ext
 
15449
  x86_64*|s390x*|powerpc64*)
 
15450
    echo '#line 15450 "configure"' > conftest.$ac_ext
15582
15451
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15583
15452
  (eval $ac_compile) 2>&5
15584
15453
  ac_status=$?
15587
15456
      case `/usr/bin/file conftest.$ac_objext` in
15588
15457
      *64-bit*)
15589
15458
        libsuff=64
 
15459
        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
15590
15460
        ;;
15591
15461
      esac
15592
15462
    fi
15593
15463
    rm -rf conftest*
15594
15464
    ;;
15595
 
  *)
15596
 
    ;;
15597
15465
  esac
15598
 
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
15599
 
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
15466
 
 
15467
  # Append ld.so.conf contents to the search path
 
15468
  if test -f /etc/ld.so.conf; then
 
15469
    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
 
15470
    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
 
15471
  fi
 
15472
 
 
15473
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
15474
  # powerpc, because MkLinux only supported shared libraries with the
 
15475
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
15476
  # most powerpc-linux boxes support dynamic linking these days and
 
15477
  # people can always --disable-shared, the test was removed, and we
 
15478
  # assume the GNU/Linux dynamic linker is in use.
 
15479
  dynamic_linker='GNU/Linux ld.so'
15600
15480
  ;;
15601
15481
 
15602
15482
knetbsd*-gnu)
15669
15549
 
15670
15550
os2*)
15671
15551
  libname_spec='$name'
15672
 
  shrext=".dll"
 
15552
  shrext_cmds=".dll"
15673
15553
  need_lib_prefix=no
15674
15554
  library_names_spec='$libname${shared_ext} $libname.a'
15675
15555
  dynamic_linker='OS/2 ld.exe'
16010
15890
libext="$libext"
16011
15891
 
16012
15892
# Shared library suffix (normally ".so").
16013
 
shrext='$shrext'
 
15893
shrext_cmds='$shrext_cmds'
16014
15894
 
16015
15895
# Executable file suffix (normally "").
16016
15896
exeext="$exeext"
16308
16188
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16309
16189
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16310
16190
   -e 's:$: $lt_compiler_flag:'`
16311
 
   (eval echo "\"\$as_me:16311: $lt_compile\"" >&5)
 
16191
   (eval echo "\"\$as_me:16191: $lt_compile\"" >&5)
16312
16192
   (eval "$lt_compile" 2>conftest.err)
16313
16193
   ac_status=$?
16314
16194
   cat conftest.err >&5
16315
 
   echo "$as_me:16315: \$? = $ac_status" >&5
 
16195
   echo "$as_me:16195: \$? = $ac_status" >&5
16316
16196
   if (exit $ac_status) && test -s "$ac_outfile"; then
16317
16197
     # The compiler can only warn and ignore the option if not recognized
16318
16198
     # So say no if there are warnings
16541
16421
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16542
16422
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16543
16423
   -e 's:$: $lt_compiler_flag:'`
16544
 
   (eval echo "\"\$as_me:16544: $lt_compile\"" >&5)
 
16424
   (eval echo "\"\$as_me:16424: $lt_compile\"" >&5)
16545
16425
   (eval "$lt_compile" 2>conftest.err)
16546
16426
   ac_status=$?
16547
16427
   cat conftest.err >&5
16548
 
   echo "$as_me:16548: \$? = $ac_status" >&5
 
16428
   echo "$as_me:16428: \$? = $ac_status" >&5
16549
16429
   if (exit $ac_status) && test -s "$ac_outfile"; then
16550
16430
     # The compiler can only warn and ignore the option if not recognized
16551
16431
     # So say no if there are warnings
16601
16481
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16602
16482
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16603
16483
   -e 's:$: $lt_compiler_flag:'`
16604
 
   (eval echo "\"\$as_me:16604: $lt_compile\"" >&5)
 
16484
   (eval echo "\"\$as_me:16484: $lt_compile\"" >&5)
16605
16485
   (eval "$lt_compile" 2>out/conftest.err)
16606
16486
   ac_status=$?
16607
16487
   cat out/conftest.err >&5
16608
 
   echo "$as_me:16608: \$? = $ac_status" >&5
 
16488
   echo "$as_me:16488: \$? = $ac_status" >&5
16609
16489
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16610
16490
   then
16611
16491
     # The compiler can only warn and ignore the option if not recognized
16817
16697
      ;;
16818
16698
 
16819
16699
  linux*)
16820
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
 
16700
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
16821
16701
        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16822
16702
        archive_cmds_GCJ="$tmp_archive_cmds"
16823
16703
      supports_anon_versioning=no
17119
16999
      # Tell ltmain to make .lib files, not .a files.
17120
17000
      libext=lib
17121
17001
      # Tell ltmain to make .dll files, not .so files.
17122
 
      shrext=".dll"
 
17002
      shrext_cmds=".dll"
17123
17003
      # FIXME: Setting linknames here is a bad hack.
17124
17004
      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
17125
17005
      # The linker will automatically build a .lib file if we build a DLL.
17575
17455
library_names_spec=
17576
17456
libname_spec='lib$name'
17577
17457
soname_spec=
17578
 
shrext=".so"
 
17458
shrext_cmds=".so"
17579
17459
postinstall_cmds=
17580
17460
postuninstall_cmds=
17581
17461
finish_cmds=
17688
17568
 
17689
17569
cygwin* | mingw* | pw32*)
17690
17570
  version_type=windows
17691
 
  shrext=".dll"
 
17571
  shrext_cmds=".dll"
17692
17572
  need_version=no
17693
17573
  need_lib_prefix=no
17694
17574
 
17735
17615
    esac
17736
17616
    ;;
17737
17617
 
17738
 
  linux*)
17739
 
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
17740
 
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17741
 
      supports_anon_versioning=no
17742
 
      case `$LD -v 2>/dev/null` in
17743
 
        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
17744
 
        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
17745
 
        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
17746
 
        *\ 2.11.*) ;; # other 2.11 versions
17747
 
        *) supports_anon_versioning=yes ;;
17748
 
      esac
17749
 
      if test $supports_anon_versioning = yes; then
17750
 
        archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
17751
 
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
17752
 
$echo "local: *; };" >> $output_objdir/$libname.ver~
17753
 
        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
17754
 
      else
17755
 
        $archive_expsym_cmds="$archive_cmds"
17756
 
      fi
17757
 
    else
17758
 
      ld_shlibs=no
17759
 
    fi
17760
 
    ;;
17761
 
 
17762
17618
  *)
17763
17619
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
17764
17620
    ;;
17777
17633
  soname_spec='${libname}${release}${major}$shared_ext'
17778
17634
  shlibpath_overrides_runpath=yes
17779
17635
  shlibpath_var=DYLD_LIBRARY_PATH
17780
 
  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
17636
  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
17781
17637
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
17782
17638
  if test "$GCC" = yes; then
17783
17639
    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
17860
17716
  need_version=no
17861
17717
  case "$host_cpu" in
17862
17718
  ia64*)
17863
 
    shrext='.so'
 
17719
    shrext_cmds='.so'
17864
17720
    hardcode_into_libs=yes
17865
17721
    dynamic_linker="$host_os dld.so"
17866
17722
    shlibpath_var=LD_LIBRARY_PATH
17875
17731
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
17876
17732
    ;;
17877
17733
   hppa*64*)
17878
 
     shrext='.sl'
 
17734
     shrext_cmds='.sl'
17879
17735
     hardcode_into_libs=yes
17880
17736
     dynamic_linker="$host_os dld.sl"
17881
17737
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
17886
17742
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
17887
17743
     ;;
17888
17744
   *)
17889
 
    shrext='.sl'
 
17745
    shrext_cmds='.sl'
17890
17746
    dynamic_linker="$host_os dld.sl"
17891
17747
    shlibpath_var=SHLIB_PATH
17892
17748
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
17955
17811
  # before this can be enabled.
17956
17812
  hardcode_into_libs=yes
17957
17813
 
17958
 
  # Append ld.so.conf contents to the search path
17959
 
  if test -f /etc/ld.so.conf; then
17960
 
    ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
17961
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
17962
 
  fi
17963
 
 
17964
 
  case $host_cpu:$lt_cv_cc_64bit_output in
17965
 
  powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
17966
 
    sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64"
17967
 
    sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64"
17968
 
    ;;
17969
 
  esac
17970
 
 
17971
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
17972
 
  # powerpc, because MkLinux only supported shared libraries with the
17973
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
17974
 
  # most powerpc-linux boxes support dynamic linking these days and
17975
 
  # people can always --disable-shared, the test was removed, and we
17976
 
  # assume the GNU/Linux dynamic linker is in use.
17977
 
  dynamic_linker='GNU/Linux ld.so'
17978
 
 
17979
 
  # Find out which ABI we are using (multilib Linux x86_64 hack).
 
17814
  # find out which ABI we are using
17980
17815
  libsuff=
17981
17816
  case "$host_cpu" in
17982
 
  x86_64*)
17983
 
    echo '#line 17983 "configure"' > conftest.$ac_ext
 
17817
  x86_64*|s390x*|powerpc64*)
 
17818
    echo '#line 17818 "configure"' > conftest.$ac_ext
17984
17819
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17985
17820
  (eval $ac_compile) 2>&5
17986
17821
  ac_status=$?
17989
17824
      case `/usr/bin/file conftest.$ac_objext` in
17990
17825
      *64-bit*)
17991
17826
        libsuff=64
 
17827
        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
17992
17828
        ;;
17993
17829
      esac
17994
17830
    fi
17995
17831
    rm -rf conftest*
17996
17832
    ;;
17997
 
  *)
17998
 
    ;;
17999
17833
  esac
18000
 
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
18001
 
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
17834
 
 
17835
  # Append ld.so.conf contents to the search path
 
17836
  if test -f /etc/ld.so.conf; then
 
17837
    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
 
17838
    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
 
17839
  fi
 
17840
 
 
17841
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
17842
  # powerpc, because MkLinux only supported shared libraries with the
 
17843
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
17844
  # most powerpc-linux boxes support dynamic linking these days and
 
17845
  # people can always --disable-shared, the test was removed, and we
 
17846
  # assume the GNU/Linux dynamic linker is in use.
 
17847
  dynamic_linker='GNU/Linux ld.so'
18002
17848
  ;;
18003
17849
 
18004
17850
knetbsd*-gnu)
18071
17917
 
18072
17918
os2*)
18073
17919
  libname_spec='$name'
18074
 
  shrext=".dll"
 
17920
  shrext_cmds=".dll"
18075
17921
  need_lib_prefix=no
18076
17922
  library_names_spec='$libname${shared_ext} $libname.a'
18077
17923
  dynamic_linker='OS/2 ld.exe'
18840
18686
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18841
18687
  lt_status=$lt_dlunknown
18842
18688
  cat > conftest.$ac_ext <<EOF
18843
 
#line 18843 "configure"
 
18689
#line 18689 "configure"
18844
18690
#include "confdefs.h"
18845
18691
 
18846
18692
#if HAVE_DLFCN_H
18938
18784
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18939
18785
  lt_status=$lt_dlunknown
18940
18786
  cat > conftest.$ac_ext <<EOF
18941
 
#line 18941 "configure"
 
18787
#line 18787 "configure"
18942
18788
#include "confdefs.h"
18943
18789
 
18944
18790
#if HAVE_DLFCN_H
19217
19063
libext="$libext"
19218
19064
 
19219
19065
# Shared library suffix (normally ".so").
19220
 
shrext='$shrext'
 
19066
shrext_cmds='$shrext_cmds'
19221
19067
 
19222
19068
# Executable file suffix (normally "").
19223
19069
exeext="$exeext"
19662
19508
libext="$libext"
19663
19509
 
19664
19510
# Shared library suffix (normally ".so").
19665
 
shrext='$shrext'
 
19511
shrext_cmds='$shrext_cmds'
19666
19512
 
19667
19513
# Executable file suffix (normally "").
19668
19514
exeext="$exeext"
19924
19770
fi
19925
19771
 
19926
19772
 
19927
 
  if test ! -f "${ofile}"; then
19928
 
    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
19929
 
echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
19930
 
  fi
19931
 
  if test -z `grep -e 'shared_ext.*shrext' $ofile`; then
19932
 
    # Make sure $shared_ext gets set to $shrext
19933
 
    if sed -e 's/shared_ext/shrext/g' "$ofile" > "${ofile}T"; then
19934
 
      mv "${ofile}T" "$ofile"
19935
 
      chmod +x "$ofile"
19936
 
    else
19937
 
      rm -f "${ofile}T"
19938
 
      { { echo "$as_me:$LINENO: error: unable to update shared_ext." >&5
19939
 
echo "$as_me: error: unable to update shared_ext." >&2;}
19940
 
   { (exit 1); exit 1; }; }
19941
 
    fi
19942
 
  fi
19943
 
 
19944
 
 
19945
19773
 
19946
19774
# This can be used to rebuild libtool when needed
19947
19775
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
24948
24776
 
24949
24777
DEFAULT_VENDOR_NAME="The X.Org Foundation"
24950
24778
DEFAULT_VENDOR_NAME_SHORT="X.Org"
24951
 
DEFAULT_VERSION_MAJOR=6
24952
 
DEFAULT_VERSION_MINOR=99
24953
 
DEFAULT_VERSION_PATCH=99
24954
 
DEFAULT_VERSION_SNAP=904
24955
 
DEFAULT_RELEASE_DATE="14 December 2005"
 
24779
DEFAULT_VERSION_MAJOR=7
 
24780
DEFAULT_VERSION_MINOR=0
 
24781
DEFAULT_VERSION_PATCH=0
 
24782
DEFAULT_VERSION_SNAP=0
 
24783
DEFAULT_RELEASE_DATE="21 December 2005"
24956
24784
DEFAULT_VENDOR_WEB="http://wiki.x.org"
24957
24785
 
24958
24786
 
26762
26590
echo $ECHO_N "checking for XLIB... $ECHO_C" >&6
26763
26591
 
26764
26592
if test -n "$PKG_CONFIG"; then
 
26593
    if test -n "$XLIB_CFLAGS"; then
 
26594
        pkg_cv_XLIB_CFLAGS="$XLIB_CFLAGS"
 
26595
    else
26765
26596
        if test -n "$PKG_CONFIG" && \
26766
26597
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11\"") >&5
26767
26598
  ($PKG_CONFIG --exists --print-errors "x11") 2>&5
26772
26603
else
26773
26604
  pkg_failed=yes
26774
26605
fi
 
26606
    fi
26775
26607
else
26776
26608
        pkg_failed=untried
26777
26609
fi
26778
26610
if test -n "$PKG_CONFIG"; then
 
26611
    if test -n "$XLIB_LIBS"; then
 
26612
        pkg_cv_XLIB_LIBS="$XLIB_LIBS"
 
26613
    else
26779
26614
        if test -n "$PKG_CONFIG" && \
26780
26615
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11\"") >&5
26781
26616
  ($PKG_CONFIG --exists --print-errors "x11") 2>&5
26786
26621
else
26787
26622
  pkg_failed=yes
26788
26623
fi
 
26624
    fi
26789
26625
else
26790
26626
        pkg_failed=untried
26791
26627
fi
26792
26628
 
 
26629
 
 
26630
 
26793
26631
if test $pkg_failed = yes; then
26794
 
        XLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11"`
 
26632
 
 
26633
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
26634
        _pkg_short_errors_supported=yes
 
26635
else
 
26636
        _pkg_short_errors_supported=no
 
26637
fi
 
26638
        if test $_pkg_short_errors_supported = yes; then
 
26639
                XLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11"`
 
26640
        else
 
26641
                XLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11"`
 
26642
        fi
26795
26643
        # Put the nasty error message in config.log where it belongs
26796
 
        echo "$XLIB_PKG_ERRORS" 1>&5
26797
 
 
26798
 
        { { echo "$as_me:$LINENO: error: Package requirements (x11) were not met.
26799
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
26800
 
installed software in a non-standard prefix.
26801
 
 
26802
 
Alternatively you may set the XLIB_CFLAGS and XLIB_LIBS environment variables
26803
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26804
 
more details." >&5
26805
 
echo "$as_me: error: Package requirements (x11) were not met.
26806
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
26807
 
installed software in a non-standard prefix.
26808
 
 
26809
 
Alternatively you may set the XLIB_CFLAGS and XLIB_LIBS environment variables
26810
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26811
 
more details." >&2;}
 
26644
        echo "$XLIB_PKG_ERRORS" >&5
 
26645
 
 
26646
        { { echo "$as_me:$LINENO: error: Package requirements (x11) were not met:
 
26647
 
 
26648
$XLIB_PKG_ERRORS
 
26649
 
 
26650
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
26651
installed software in a non-standard prefix.
 
26652
 
 
26653
Alternatively, you may set the environment variables XLIB_CFLAGS
 
26654
and XLIB_LIBS to avoid the need to call pkg-config.
 
26655
See the pkg-config man page for more details.
 
26656
" >&5
 
26657
echo "$as_me: error: Package requirements (x11) were not met:
 
26658
 
 
26659
$XLIB_PKG_ERRORS
 
26660
 
 
26661
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
26662
installed software in a non-standard prefix.
 
26663
 
 
26664
Alternatively, you may set the environment variables XLIB_CFLAGS
 
26665
and XLIB_LIBS to avoid the need to call pkg-config.
 
26666
See the pkg-config man page for more details.
 
26667
" >&2;}
26812
26668
   { (exit 1); exit 1; }; }
26813
26669
elif test $pkg_failed = untried; then
26814
26670
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
26815
26671
is in your PATH or set the PKG_CONFIG environment variable to the full
26816
26672
path to pkg-config.
26817
26673
 
26818
 
Alternatively you may set the XLIB_CFLAGS and XLIB_LIBS environment variables
26819
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26820
 
more details.
 
26674
Alternatively, you may set the environment variables XLIB_CFLAGS
 
26675
and XLIB_LIBS to avoid the need to call pkg-config.
 
26676
See the pkg-config man page for more details.
26821
26677
 
26822
26678
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
26823
26679
See \`config.log' for more details." >&5
26825
26681
is in your PATH or set the PKG_CONFIG environment variable to the full
26826
26682
path to pkg-config.
26827
26683
 
26828
 
Alternatively you may set the XLIB_CFLAGS and XLIB_LIBS environment variables
26829
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26830
 
more details.
 
26684
Alternatively, you may set the environment variables XLIB_CFLAGS
 
26685
and XLIB_LIBS to avoid the need to call pkg-config.
 
26686
See the pkg-config man page for more details.
26831
26687
 
26832
26688
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
26833
26689
See \`config.log' for more details." >&2;}
26885
26741
echo $ECHO_N "checking for LBXUTIL... $ECHO_C" >&6
26886
26742
 
26887
26743
if test -n "$PKG_CONFIG"; then
 
26744
    if test -n "$LBXUTIL_CFLAGS"; then
 
26745
        pkg_cv_LBXUTIL_CFLAGS="$LBXUTIL_CFLAGS"
 
26746
    else
26888
26747
        if test -n "$PKG_CONFIG" && \
26889
26748
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"lbxutil\"") >&5
26890
26749
  ($PKG_CONFIG --exists --print-errors "lbxutil") 2>&5
26895
26754
else
26896
26755
  pkg_failed=yes
26897
26756
fi
 
26757
    fi
26898
26758
else
26899
26759
        pkg_failed=untried
26900
26760
fi
26901
26761
if test -n "$PKG_CONFIG"; then
 
26762
    if test -n "$LBXUTIL_LIBS"; then
 
26763
        pkg_cv_LBXUTIL_LIBS="$LBXUTIL_LIBS"
 
26764
    else
26902
26765
        if test -n "$PKG_CONFIG" && \
26903
26766
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"lbxutil\"") >&5
26904
26767
  ($PKG_CONFIG --exists --print-errors "lbxutil") 2>&5
26909
26772
else
26910
26773
  pkg_failed=yes
26911
26774
fi
 
26775
    fi
26912
26776
else
26913
26777
        pkg_failed=untried
26914
26778
fi
26915
26779
 
 
26780
 
 
26781
 
26916
26782
if test $pkg_failed = yes; then
26917
 
        LBXUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "lbxutil"`
 
26783
 
 
26784
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
26785
        _pkg_short_errors_supported=yes
 
26786
else
 
26787
        _pkg_short_errors_supported=no
 
26788
fi
 
26789
        if test $_pkg_short_errors_supported = yes; then
 
26790
                LBXUTIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "lbxutil"`
 
26791
        else
 
26792
                LBXUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "lbxutil"`
 
26793
        fi
26918
26794
        # Put the nasty error message in config.log where it belongs
26919
 
        echo "$LBXUTIL_PKG_ERRORS" 1>&5
26920
 
 
26921
 
        { { echo "$as_me:$LINENO: error: Package requirements (lbxutil) were not met.
26922
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
26923
 
installed software in a non-standard prefix.
26924
 
 
26925
 
Alternatively you may set the LBXUTIL_CFLAGS and LBXUTIL_LIBS environment variables
26926
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26927
 
more details." >&5
26928
 
echo "$as_me: error: Package requirements (lbxutil) were not met.
26929
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
26930
 
installed software in a non-standard prefix.
26931
 
 
26932
 
Alternatively you may set the LBXUTIL_CFLAGS and LBXUTIL_LIBS environment variables
26933
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26934
 
more details." >&2;}
 
26795
        echo "$LBXUTIL_PKG_ERRORS" >&5
 
26796
 
 
26797
        { { echo "$as_me:$LINENO: error: Package requirements (lbxutil) were not met:
 
26798
 
 
26799
$LBXUTIL_PKG_ERRORS
 
26800
 
 
26801
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
26802
installed software in a non-standard prefix.
 
26803
 
 
26804
Alternatively, you may set the environment variables LBXUTIL_CFLAGS
 
26805
and LBXUTIL_LIBS to avoid the need to call pkg-config.
 
26806
See the pkg-config man page for more details.
 
26807
" >&5
 
26808
echo "$as_me: error: Package requirements (lbxutil) were not met:
 
26809
 
 
26810
$LBXUTIL_PKG_ERRORS
 
26811
 
 
26812
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
26813
installed software in a non-standard prefix.
 
26814
 
 
26815
Alternatively, you may set the environment variables LBXUTIL_CFLAGS
 
26816
and LBXUTIL_LIBS to avoid the need to call pkg-config.
 
26817
See the pkg-config man page for more details.
 
26818
" >&2;}
26935
26819
   { (exit 1); exit 1; }; }
26936
26820
elif test $pkg_failed = untried; then
26937
26821
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
26938
26822
is in your PATH or set the PKG_CONFIG environment variable to the full
26939
26823
path to pkg-config.
26940
26824
 
26941
 
Alternatively you may set the LBXUTIL_CFLAGS and LBXUTIL_LIBS environment variables
26942
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26943
 
more details.
 
26825
Alternatively, you may set the environment variables LBXUTIL_CFLAGS
 
26826
and LBXUTIL_LIBS to avoid the need to call pkg-config.
 
26827
See the pkg-config man page for more details.
26944
26828
 
26945
26829
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
26946
26830
See \`config.log' for more details." >&5
26948
26832
is in your PATH or set the PKG_CONFIG environment variable to the full
26949
26833
path to pkg-config.
26950
26834
 
26951
 
Alternatively you may set the LBXUTIL_CFLAGS and LBXUTIL_LIBS environment variables
26952
 
to avoid the need to call pkg-config.  See the pkg-config man page for
26953
 
more details.
 
26835
Alternatively, you may set the environment variables LBXUTIL_CFLAGS
 
26836
and LBXUTIL_LIBS to avoid the need to call pkg-config.
 
26837
See the pkg-config man page for more details.
26954
26838
 
26955
26839
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
26956
26840
See \`config.log' for more details." >&2;}
26988
26872
echo $ECHO_N "checking for DRIPROTO... $ECHO_C" >&6
26989
26873
 
26990
26874
if test -n "$PKG_CONFIG"; then
 
26875
    if test -n "$DRIPROTO_CFLAGS"; then
 
26876
        pkg_cv_DRIPROTO_CFLAGS="$DRIPROTO_CFLAGS"
 
26877
    else
26991
26878
        if test -n "$PKG_CONFIG" && \
26992
26879
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xf86driproto\"") >&5
26993
26880
  ($PKG_CONFIG --exists --print-errors "xf86driproto") 2>&5
26998
26885
else
26999
26886
  pkg_failed=yes
27000
26887
fi
 
26888
    fi
27001
26889
else
27002
26890
        pkg_failed=untried
27003
26891
fi
27004
26892
if test -n "$PKG_CONFIG"; then
 
26893
    if test -n "$DRIPROTO_LIBS"; then
 
26894
        pkg_cv_DRIPROTO_LIBS="$DRIPROTO_LIBS"
 
26895
    else
27005
26896
        if test -n "$PKG_CONFIG" && \
27006
26897
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xf86driproto\"") >&5
27007
26898
  ($PKG_CONFIG --exists --print-errors "xf86driproto") 2>&5
27012
26903
else
27013
26904
  pkg_failed=yes
27014
26905
fi
 
26906
    fi
27015
26907
else
27016
26908
        pkg_failed=untried
27017
26909
fi
27018
26910
 
 
26911
 
 
26912
 
27019
26913
if test $pkg_failed = yes; then
27020
 
        DRIPROTO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xf86driproto"`
 
26914
 
 
26915
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
26916
        _pkg_short_errors_supported=yes
 
26917
else
 
26918
        _pkg_short_errors_supported=no
 
26919
fi
 
26920
        if test $_pkg_short_errors_supported = yes; then
 
26921
                DRIPROTO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xf86driproto"`
 
26922
        else
 
26923
                DRIPROTO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xf86driproto"`
 
26924
        fi
27021
26925
        # Put the nasty error message in config.log where it belongs
27022
 
        echo "$DRIPROTO_PKG_ERRORS" 1>&5
27023
 
 
27024
 
        { { echo "$as_me:$LINENO: error: Package requirements (xf86driproto) were not met.
27025
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27026
 
installed software in a non-standard prefix.
27027
 
 
27028
 
Alternatively you may set the DRIPROTO_CFLAGS and DRIPROTO_LIBS environment variables
27029
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27030
 
more details." >&5
27031
 
echo "$as_me: error: Package requirements (xf86driproto) were not met.
27032
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27033
 
installed software in a non-standard prefix.
27034
 
 
27035
 
Alternatively you may set the DRIPROTO_CFLAGS and DRIPROTO_LIBS environment variables
27036
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27037
 
more details." >&2;}
 
26926
        echo "$DRIPROTO_PKG_ERRORS" >&5
 
26927
 
 
26928
        { { echo "$as_me:$LINENO: error: Package requirements (xf86driproto) were not met:
 
26929
 
 
26930
$DRIPROTO_PKG_ERRORS
 
26931
 
 
26932
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
26933
installed software in a non-standard prefix.
 
26934
 
 
26935
Alternatively, you may set the environment variables DRIPROTO_CFLAGS
 
26936
and DRIPROTO_LIBS to avoid the need to call pkg-config.
 
26937
See the pkg-config man page for more details.
 
26938
" >&5
 
26939
echo "$as_me: error: Package requirements (xf86driproto) were not met:
 
26940
 
 
26941
$DRIPROTO_PKG_ERRORS
 
26942
 
 
26943
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
26944
installed software in a non-standard prefix.
 
26945
 
 
26946
Alternatively, you may set the environment variables DRIPROTO_CFLAGS
 
26947
and DRIPROTO_LIBS to avoid the need to call pkg-config.
 
26948
See the pkg-config man page for more details.
 
26949
" >&2;}
27038
26950
   { (exit 1); exit 1; }; }
27039
26951
elif test $pkg_failed = untried; then
27040
26952
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
27041
26953
is in your PATH or set the PKG_CONFIG environment variable to the full
27042
26954
path to pkg-config.
27043
26955
 
27044
 
Alternatively you may set the DRIPROTO_CFLAGS and DRIPROTO_LIBS environment variables
27045
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27046
 
more details.
 
26956
Alternatively, you may set the environment variables DRIPROTO_CFLAGS
 
26957
and DRIPROTO_LIBS to avoid the need to call pkg-config.
 
26958
See the pkg-config man page for more details.
27047
26959
 
27048
26960
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
27049
26961
See \`config.log' for more details." >&5
27051
26963
is in your PATH or set the PKG_CONFIG environment variable to the full
27052
26964
path to pkg-config.
27053
26965
 
27054
 
Alternatively you may set the DRIPROTO_CFLAGS and DRIPROTO_LIBS environment variables
27055
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27056
 
more details.
 
26966
Alternatively, you may set the environment variables DRIPROTO_CFLAGS
 
26967
and DRIPROTO_LIBS to avoid the need to call pkg-config.
 
26968
See the pkg-config man page for more details.
27057
26969
 
27058
26970
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
27059
26971
See \`config.log' for more details." >&2;}
27071
26983
echo $ECHO_N "checking for LIBDRM... $ECHO_C" >&6
27072
26984
 
27073
26985
if test -n "$PKG_CONFIG"; then
 
26986
    if test -n "$LIBDRM_CFLAGS"; then
 
26987
        pkg_cv_LIBDRM_CFLAGS="$LIBDRM_CFLAGS"
 
26988
    else
27074
26989
        if test -n "$PKG_CONFIG" && \
27075
26990
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm\"") >&5
27076
26991
  ($PKG_CONFIG --exists --print-errors "libdrm") 2>&5
27081
26996
else
27082
26997
  pkg_failed=yes
27083
26998
fi
 
26999
    fi
27084
27000
else
27085
27001
        pkg_failed=untried
27086
27002
fi
27087
27003
if test -n "$PKG_CONFIG"; then
 
27004
    if test -n "$LIBDRM_LIBS"; then
 
27005
        pkg_cv_LIBDRM_LIBS="$LIBDRM_LIBS"
 
27006
    else
27088
27007
        if test -n "$PKG_CONFIG" && \
27089
27008
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm\"") >&5
27090
27009
  ($PKG_CONFIG --exists --print-errors "libdrm") 2>&5
27095
27014
else
27096
27015
  pkg_failed=yes
27097
27016
fi
 
27017
    fi
27098
27018
else
27099
27019
        pkg_failed=untried
27100
27020
fi
27101
27021
 
 
27022
 
 
27023
 
27102
27024
if test $pkg_failed = yes; then
27103
 
        LIBDRM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdrm"`
 
27025
 
 
27026
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
27027
        _pkg_short_errors_supported=yes
 
27028
else
 
27029
        _pkg_short_errors_supported=no
 
27030
fi
 
27031
        if test $_pkg_short_errors_supported = yes; then
 
27032
                LIBDRM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdrm"`
 
27033
        else
 
27034
                LIBDRM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdrm"`
 
27035
        fi
27104
27036
        # Put the nasty error message in config.log where it belongs
27105
 
        echo "$LIBDRM_PKG_ERRORS" 1>&5
27106
 
 
27107
 
        { { echo "$as_me:$LINENO: error: Package requirements (libdrm) were not met.
27108
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27109
 
installed software in a non-standard prefix.
27110
 
 
27111
 
Alternatively you may set the LIBDRM_CFLAGS and LIBDRM_LIBS environment variables
27112
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27113
 
more details." >&5
27114
 
echo "$as_me: error: Package requirements (libdrm) were not met.
27115
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27116
 
installed software in a non-standard prefix.
27117
 
 
27118
 
Alternatively you may set the LIBDRM_CFLAGS and LIBDRM_LIBS environment variables
27119
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27120
 
more details." >&2;}
 
27037
        echo "$LIBDRM_PKG_ERRORS" >&5
 
27038
 
 
27039
        { { echo "$as_me:$LINENO: error: Package requirements (libdrm) were not met:
 
27040
 
 
27041
$LIBDRM_PKG_ERRORS
 
27042
 
 
27043
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
27044
installed software in a non-standard prefix.
 
27045
 
 
27046
Alternatively, you may set the environment variables LIBDRM_CFLAGS
 
27047
and LIBDRM_LIBS to avoid the need to call pkg-config.
 
27048
See the pkg-config man page for more details.
 
27049
" >&5
 
27050
echo "$as_me: error: Package requirements (libdrm) were not met:
 
27051
 
 
27052
$LIBDRM_PKG_ERRORS
 
27053
 
 
27054
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
27055
installed software in a non-standard prefix.
 
27056
 
 
27057
Alternatively, you may set the environment variables LIBDRM_CFLAGS
 
27058
and LIBDRM_LIBS to avoid the need to call pkg-config.
 
27059
See the pkg-config man page for more details.
 
27060
" >&2;}
27121
27061
   { (exit 1); exit 1; }; }
27122
27062
elif test $pkg_failed = untried; then
27123
27063
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
27124
27064
is in your PATH or set the PKG_CONFIG environment variable to the full
27125
27065
path to pkg-config.
27126
27066
 
27127
 
Alternatively you may set the LIBDRM_CFLAGS and LIBDRM_LIBS environment variables
27128
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27129
 
more details.
 
27067
Alternatively, you may set the environment variables LIBDRM_CFLAGS
 
27068
and LIBDRM_LIBS to avoid the need to call pkg-config.
 
27069
See the pkg-config man page for more details.
27130
27070
 
27131
27071
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
27132
27072
See \`config.log' for more details." >&5
27134
27074
is in your PATH or set the PKG_CONFIG environment variable to the full
27135
27075
path to pkg-config.
27136
27076
 
27137
 
Alternatively you may set the LIBDRM_CFLAGS and LIBDRM_LIBS environment variables
27138
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27139
 
more details.
 
27077
Alternatively, you may set the environment variables LIBDRM_CFLAGS
 
27078
and LIBDRM_LIBS to avoid the need to call pkg-config.
 
27079
See the pkg-config man page for more details.
27140
27080
 
27141
27081
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
27142
27082
See \`config.log' for more details." >&2;}
27154
27094
echo $ECHO_N "checking for GL... $ECHO_C" >&6
27155
27095
 
27156
27096
if test -n "$PKG_CONFIG"; then
 
27097
    if test -n "$GL_CFLAGS"; then
 
27098
        pkg_cv_GL_CFLAGS="$GL_CFLAGS"
 
27099
    else
27157
27100
        if test -n "$PKG_CONFIG" && \
27158
27101
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glproto >= 1.4.1\"") >&5
27159
27102
  ($PKG_CONFIG --exists --print-errors "glproto >= 1.4.1") 2>&5
27164
27107
else
27165
27108
  pkg_failed=yes
27166
27109
fi
 
27110
    fi
27167
27111
else
27168
27112
        pkg_failed=untried
27169
27113
fi
27170
27114
if test -n "$PKG_CONFIG"; then
 
27115
    if test -n "$GL_LIBS"; then
 
27116
        pkg_cv_GL_LIBS="$GL_LIBS"
 
27117
    else
27171
27118
        if test -n "$PKG_CONFIG" && \
27172
27119
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glproto >= 1.4.1\"") >&5
27173
27120
  ($PKG_CONFIG --exists --print-errors "glproto >= 1.4.1") 2>&5
27178
27125
else
27179
27126
  pkg_failed=yes
27180
27127
fi
 
27128
    fi
27181
27129
else
27182
27130
        pkg_failed=untried
27183
27131
fi
27184
27132
 
 
27133
 
 
27134
 
27185
27135
if test $pkg_failed = yes; then
27186
 
        GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glproto >= 1.4.1"`
 
27136
 
 
27137
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
27138
        _pkg_short_errors_supported=yes
 
27139
else
 
27140
        _pkg_short_errors_supported=no
 
27141
fi
 
27142
        if test $_pkg_short_errors_supported = yes; then
 
27143
                GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glproto >= 1.4.1"`
 
27144
        else
 
27145
                GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glproto >= 1.4.1"`
 
27146
        fi
27187
27147
        # Put the nasty error message in config.log where it belongs
27188
 
        echo "$GL_PKG_ERRORS" 1>&5
27189
 
 
27190
 
        { { echo "$as_me:$LINENO: error: Package requirements (glproto >= 1.4.1) were not met.
27191
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27192
 
installed software in a non-standard prefix.
27193
 
 
27194
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
27195
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27196
 
more details." >&5
27197
 
echo "$as_me: error: Package requirements (glproto >= 1.4.1) were not met.
27198
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27199
 
installed software in a non-standard prefix.
27200
 
 
27201
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
27202
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27203
 
more details." >&2;}
 
27148
        echo "$GL_PKG_ERRORS" >&5
 
27149
 
 
27150
        { { echo "$as_me:$LINENO: error: Package requirements (glproto >= 1.4.1) were not met:
 
27151
 
 
27152
$GL_PKG_ERRORS
 
27153
 
 
27154
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
27155
installed software in a non-standard prefix.
 
27156
 
 
27157
Alternatively, you may set the environment variables GL_CFLAGS
 
27158
and GL_LIBS to avoid the need to call pkg-config.
 
27159
See the pkg-config man page for more details.
 
27160
" >&5
 
27161
echo "$as_me: error: Package requirements (glproto >= 1.4.1) were not met:
 
27162
 
 
27163
$GL_PKG_ERRORS
 
27164
 
 
27165
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
27166
installed software in a non-standard prefix.
 
27167
 
 
27168
Alternatively, you may set the environment variables GL_CFLAGS
 
27169
and GL_LIBS to avoid the need to call pkg-config.
 
27170
See the pkg-config man page for more details.
 
27171
" >&2;}
27204
27172
   { (exit 1); exit 1; }; }
27205
27173
elif test $pkg_failed = untried; then
27206
27174
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
27207
27175
is in your PATH or set the PKG_CONFIG environment variable to the full
27208
27176
path to pkg-config.
27209
27177
 
27210
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
27211
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27212
 
more details.
 
27178
Alternatively, you may set the environment variables GL_CFLAGS
 
27179
and GL_LIBS to avoid the need to call pkg-config.
 
27180
See the pkg-config man page for more details.
27213
27181
 
27214
27182
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
27215
27183
See \`config.log' for more details." >&5
27217
27185
is in your PATH or set the PKG_CONFIG environment variable to the full
27218
27186
path to pkg-config.
27219
27187
 
27220
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
27221
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27222
 
more details.
 
27188
Alternatively, you may set the environment variables GL_CFLAGS
 
27189
and GL_LIBS to avoid the need to call pkg-config.
 
27190
See the pkg-config man page for more details.
27223
27191
 
27224
27192
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
27225
27193
See \`config.log' for more details." >&2;}
27438
27406
echo $ECHO_N "checking for XPRINTPROTO... $ECHO_C" >&6
27439
27407
 
27440
27408
if test -n "$PKG_CONFIG"; then
 
27409
    if test -n "$XPRINTPROTO_CFLAGS"; then
 
27410
        pkg_cv_XPRINTPROTO_CFLAGS="$XPRINTPROTO_CFLAGS"
 
27411
    else
27441
27412
        if test -n "$PKG_CONFIG" && \
27442
27413
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"printproto\"") >&5
27443
27414
  ($PKG_CONFIG --exists --print-errors "printproto") 2>&5
27448
27419
else
27449
27420
  pkg_failed=yes
27450
27421
fi
 
27422
    fi
27451
27423
else
27452
27424
        pkg_failed=untried
27453
27425
fi
27454
27426
if test -n "$PKG_CONFIG"; then
 
27427
    if test -n "$XPRINTPROTO_LIBS"; then
 
27428
        pkg_cv_XPRINTPROTO_LIBS="$XPRINTPROTO_LIBS"
 
27429
    else
27455
27430
        if test -n "$PKG_CONFIG" && \
27456
27431
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"printproto\"") >&5
27457
27432
  ($PKG_CONFIG --exists --print-errors "printproto") 2>&5
27462
27437
else
27463
27438
  pkg_failed=yes
27464
27439
fi
 
27440
    fi
27465
27441
else
27466
27442
        pkg_failed=untried
27467
27443
fi
27468
27444
 
 
27445
 
 
27446
 
27469
27447
if test $pkg_failed = yes; then
27470
 
        XPRINTPROTO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "printproto"`
 
27448
 
 
27449
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
27450
        _pkg_short_errors_supported=yes
 
27451
else
 
27452
        _pkg_short_errors_supported=no
 
27453
fi
 
27454
        if test $_pkg_short_errors_supported = yes; then
 
27455
                XPRINTPROTO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "printproto"`
 
27456
        else
 
27457
                XPRINTPROTO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "printproto"`
 
27458
        fi
27471
27459
        # Put the nasty error message in config.log where it belongs
27472
 
        echo "$XPRINTPROTO_PKG_ERRORS" 1>&5
 
27460
        echo "$XPRINTPROTO_PKG_ERRORS" >&5
27473
27461
 
27474
27462
        XPRINT=no
27475
27463
elif test $pkg_failed = untried; then
27578
27566
echo $ECHO_N "checking for XDMCP... $ECHO_C" >&6
27579
27567
 
27580
27568
if test -n "$PKG_CONFIG"; then
 
27569
    if test -n "$XDMCP_CFLAGS"; then
 
27570
        pkg_cv_XDMCP_CFLAGS="$XDMCP_CFLAGS"
 
27571
    else
27581
27572
        if test -n "$PKG_CONFIG" && \
27582
27573
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xdmcp\"") >&5
27583
27574
  ($PKG_CONFIG --exists --print-errors "xdmcp") 2>&5
27588
27579
else
27589
27580
  pkg_failed=yes
27590
27581
fi
 
27582
    fi
27591
27583
else
27592
27584
        pkg_failed=untried
27593
27585
fi
27594
27586
if test -n "$PKG_CONFIG"; then
 
27587
    if test -n "$XDMCP_LIBS"; then
 
27588
        pkg_cv_XDMCP_LIBS="$XDMCP_LIBS"
 
27589
    else
27595
27590
        if test -n "$PKG_CONFIG" && \
27596
27591
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xdmcp\"") >&5
27597
27592
  ($PKG_CONFIG --exists --print-errors "xdmcp") 2>&5
27602
27597
else
27603
27598
  pkg_failed=yes
27604
27599
fi
 
27600
    fi
27605
27601
else
27606
27602
        pkg_failed=untried
27607
27603
fi
27608
27604
 
 
27605
 
 
27606
 
27609
27607
if test $pkg_failed = yes; then
27610
 
        XDMCP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xdmcp"`
 
27608
 
 
27609
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
27610
        _pkg_short_errors_supported=yes
 
27611
else
 
27612
        _pkg_short_errors_supported=no
 
27613
fi
 
27614
        if test $_pkg_short_errors_supported = yes; then
 
27615
                XDMCP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xdmcp"`
 
27616
        else
 
27617
                XDMCP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xdmcp"`
 
27618
        fi
27611
27619
        # Put the nasty error message in config.log where it belongs
27612
 
        echo "$XDMCP_PKG_ERRORS" 1>&5
 
27620
        echo "$XDMCP_PKG_ERRORS" >&5
27613
27621
 
27614
27622
        have_libxdmcp="no"
27615
27623
elif test $pkg_failed = untried; then
27951
27959
echo $ECHO_N "checking for XSERVERCFLAGS... $ECHO_C" >&6
27952
27960
 
27953
27961
if test -n "$PKG_CONFIG"; then
 
27962
    if test -n "$XSERVERCFLAGS_CFLAGS"; then
 
27963
        pkg_cv_XSERVERCFLAGS_CFLAGS="$XSERVERCFLAGS_CFLAGS"
 
27964
    else
27954
27965
        if test -n "$PKG_CONFIG" && \
27955
27966
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$REQUIRED_MODULES \$REQUIRED_LIBS\"") >&5
27956
27967
  ($PKG_CONFIG --exists --print-errors "$REQUIRED_MODULES $REQUIRED_LIBS") 2>&5
27961
27972
else
27962
27973
  pkg_failed=yes
27963
27974
fi
 
27975
    fi
27964
27976
else
27965
27977
        pkg_failed=untried
27966
27978
fi
27967
27979
if test -n "$PKG_CONFIG"; then
 
27980
    if test -n "$XSERVERCFLAGS_LIBS"; then
 
27981
        pkg_cv_XSERVERCFLAGS_LIBS="$XSERVERCFLAGS_LIBS"
 
27982
    else
27968
27983
        if test -n "$PKG_CONFIG" && \
27969
27984
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$REQUIRED_MODULES \$REQUIRED_LIBS\"") >&5
27970
27985
  ($PKG_CONFIG --exists --print-errors "$REQUIRED_MODULES $REQUIRED_LIBS") 2>&5
27975
27990
else
27976
27991
  pkg_failed=yes
27977
27992
fi
 
27993
    fi
27978
27994
else
27979
27995
        pkg_failed=untried
27980
27996
fi
27981
27997
 
 
27998
 
 
27999
 
27982
28000
if test $pkg_failed = yes; then
27983
 
        XSERVERCFLAGS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$REQUIRED_MODULES $REQUIRED_LIBS"`
 
28001
 
 
28002
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28003
        _pkg_short_errors_supported=yes
 
28004
else
 
28005
        _pkg_short_errors_supported=no
 
28006
fi
 
28007
        if test $_pkg_short_errors_supported = yes; then
 
28008
                XSERVERCFLAGS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$REQUIRED_MODULES $REQUIRED_LIBS"`
 
28009
        else
 
28010
                XSERVERCFLAGS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$REQUIRED_MODULES $REQUIRED_LIBS"`
 
28011
        fi
27984
28012
        # Put the nasty error message in config.log where it belongs
27985
 
        echo "$XSERVERCFLAGS_PKG_ERRORS" 1>&5
27986
 
 
27987
 
        { { echo "$as_me:$LINENO: error: Package requirements ($REQUIRED_MODULES $REQUIRED_LIBS) were not met.
27988
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27989
 
installed software in a non-standard prefix.
27990
 
 
27991
 
Alternatively you may set the XSERVERCFLAGS_CFLAGS and XSERVERCFLAGS_LIBS environment variables
27992
 
to avoid the need to call pkg-config.  See the pkg-config man page for
27993
 
more details." >&5
27994
 
echo "$as_me: error: Package requirements ($REQUIRED_MODULES $REQUIRED_LIBS) were not met.
27995
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
27996
 
installed software in a non-standard prefix.
27997
 
 
27998
 
Alternatively you may set the XSERVERCFLAGS_CFLAGS and XSERVERCFLAGS_LIBS environment variables
27999
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28000
 
more details." >&2;}
 
28013
        echo "$XSERVERCFLAGS_PKG_ERRORS" >&5
 
28014
 
 
28015
        { { echo "$as_me:$LINENO: error: Package requirements ($REQUIRED_MODULES $REQUIRED_LIBS) were not met:
 
28016
 
 
28017
$XSERVERCFLAGS_PKG_ERRORS
 
28018
 
 
28019
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28020
installed software in a non-standard prefix.
 
28021
 
 
28022
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
 
28023
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
 
28024
See the pkg-config man page for more details.
 
28025
" >&5
 
28026
echo "$as_me: error: Package requirements ($REQUIRED_MODULES $REQUIRED_LIBS) were not met:
 
28027
 
 
28028
$XSERVERCFLAGS_PKG_ERRORS
 
28029
 
 
28030
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28031
installed software in a non-standard prefix.
 
28032
 
 
28033
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
 
28034
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
 
28035
See the pkg-config man page for more details.
 
28036
" >&2;}
28001
28037
   { (exit 1); exit 1; }; }
28002
28038
elif test $pkg_failed = untried; then
28003
28039
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28004
28040
is in your PATH or set the PKG_CONFIG environment variable to the full
28005
28041
path to pkg-config.
28006
28042
 
28007
 
Alternatively you may set the XSERVERCFLAGS_CFLAGS and XSERVERCFLAGS_LIBS environment variables
28008
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28009
 
more details.
 
28043
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
 
28044
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
 
28045
See the pkg-config man page for more details.
28010
28046
 
28011
28047
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28012
28048
See \`config.log' for more details." >&5
28014
28050
is in your PATH or set the PKG_CONFIG environment variable to the full
28015
28051
path to pkg-config.
28016
28052
 
28017
 
Alternatively you may set the XSERVERCFLAGS_CFLAGS and XSERVERCFLAGS_LIBS environment variables
28018
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28019
 
more details.
 
28053
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
 
28054
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
 
28055
See the pkg-config man page for more details.
28020
28056
 
28021
28057
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28022
28058
See \`config.log' for more details." >&2;}
28034
28070
echo $ECHO_N "checking for XSERVERLIBS... $ECHO_C" >&6
28035
28071
 
28036
28072
if test -n "$PKG_CONFIG"; then
 
28073
    if test -n "$XSERVERLIBS_CFLAGS"; then
 
28074
        pkg_cv_XSERVERLIBS_CFLAGS="$XSERVERLIBS_CFLAGS"
 
28075
    else
28037
28076
        if test -n "$PKG_CONFIG" && \
28038
28077
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$REQUIRED_LIBS\"") >&5
28039
28078
  ($PKG_CONFIG --exists --print-errors "$REQUIRED_LIBS") 2>&5
28044
28083
else
28045
28084
  pkg_failed=yes
28046
28085
fi
 
28086
    fi
28047
28087
else
28048
28088
        pkg_failed=untried
28049
28089
fi
28050
28090
if test -n "$PKG_CONFIG"; then
 
28091
    if test -n "$XSERVERLIBS_LIBS"; then
 
28092
        pkg_cv_XSERVERLIBS_LIBS="$XSERVERLIBS_LIBS"
 
28093
    else
28051
28094
        if test -n "$PKG_CONFIG" && \
28052
28095
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$REQUIRED_LIBS\"") >&5
28053
28096
  ($PKG_CONFIG --exists --print-errors "$REQUIRED_LIBS") 2>&5
28058
28101
else
28059
28102
  pkg_failed=yes
28060
28103
fi
 
28104
    fi
28061
28105
else
28062
28106
        pkg_failed=untried
28063
28107
fi
28064
28108
 
 
28109
 
 
28110
 
28065
28111
if test $pkg_failed = yes; then
28066
 
        XSERVERLIBS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$REQUIRED_LIBS"`
 
28112
 
 
28113
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28114
        _pkg_short_errors_supported=yes
 
28115
else
 
28116
        _pkg_short_errors_supported=no
 
28117
fi
 
28118
        if test $_pkg_short_errors_supported = yes; then
 
28119
                XSERVERLIBS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$REQUIRED_LIBS"`
 
28120
        else
 
28121
                XSERVERLIBS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$REQUIRED_LIBS"`
 
28122
        fi
28067
28123
        # Put the nasty error message in config.log where it belongs
28068
 
        echo "$XSERVERLIBS_PKG_ERRORS" 1>&5
28069
 
 
28070
 
        { { echo "$as_me:$LINENO: error: Package requirements ($REQUIRED_LIBS) were not met.
28071
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28072
 
installed software in a non-standard prefix.
28073
 
 
28074
 
Alternatively you may set the XSERVERLIBS_CFLAGS and XSERVERLIBS_LIBS environment variables
28075
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28076
 
more details." >&5
28077
 
echo "$as_me: error: Package requirements ($REQUIRED_LIBS) were not met.
28078
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28079
 
installed software in a non-standard prefix.
28080
 
 
28081
 
Alternatively you may set the XSERVERLIBS_CFLAGS and XSERVERLIBS_LIBS environment variables
28082
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28083
 
more details." >&2;}
 
28124
        echo "$XSERVERLIBS_PKG_ERRORS" >&5
 
28125
 
 
28126
        { { echo "$as_me:$LINENO: error: Package requirements ($REQUIRED_LIBS) were not met:
 
28127
 
 
28128
$XSERVERLIBS_PKG_ERRORS
 
28129
 
 
28130
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28131
installed software in a non-standard prefix.
 
28132
 
 
28133
Alternatively, you may set the environment variables XSERVERLIBS_CFLAGS
 
28134
and XSERVERLIBS_LIBS to avoid the need to call pkg-config.
 
28135
See the pkg-config man page for more details.
 
28136
" >&5
 
28137
echo "$as_me: error: Package requirements ($REQUIRED_LIBS) were not met:
 
28138
 
 
28139
$XSERVERLIBS_PKG_ERRORS
 
28140
 
 
28141
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28142
installed software in a non-standard prefix.
 
28143
 
 
28144
Alternatively, you may set the environment variables XSERVERLIBS_CFLAGS
 
28145
and XSERVERLIBS_LIBS to avoid the need to call pkg-config.
 
28146
See the pkg-config man page for more details.
 
28147
" >&2;}
28084
28148
   { (exit 1); exit 1; }; }
28085
28149
elif test $pkg_failed = untried; then
28086
28150
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28087
28151
is in your PATH or set the PKG_CONFIG environment variable to the full
28088
28152
path to pkg-config.
28089
28153
 
28090
 
Alternatively you may set the XSERVERLIBS_CFLAGS and XSERVERLIBS_LIBS environment variables
28091
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28092
 
more details.
 
28154
Alternatively, you may set the environment variables XSERVERLIBS_CFLAGS
 
28155
and XSERVERLIBS_LIBS to avoid the need to call pkg-config.
 
28156
See the pkg-config man page for more details.
28093
28157
 
28094
28158
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28095
28159
See \`config.log' for more details." >&5
28097
28161
is in your PATH or set the PKG_CONFIG environment variable to the full
28098
28162
path to pkg-config.
28099
28163
 
28100
 
Alternatively you may set the XSERVERLIBS_CFLAGS and XSERVERLIBS_LIBS environment variables
28101
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28102
 
more details.
 
28164
Alternatively, you may set the environment variables XSERVERLIBS_CFLAGS
 
28165
and XSERVERLIBS_LIBS to avoid the need to call pkg-config.
 
28166
See the pkg-config man page for more details.
28103
28167
 
28104
28168
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28105
28169
See \`config.log' for more details." >&2;}
28169
28233
echo $ECHO_N "checking for DMXMODULES... $ECHO_C" >&6
28170
28234
 
28171
28235
if test -n "$PKG_CONFIG"; then
 
28236
    if test -n "$DMXMODULES_CFLAGS"; then
 
28237
        pkg_cv_DMXMODULES_CFLAGS="$DMXMODULES_CFLAGS"
 
28238
    else
28172
28239
        if test -n "$PKG_CONFIG" && \
28173
28240
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xmuu xext x11 xrender xfont xi dmxproto xau \$XDMCP_MODULES\"") >&5
28174
28241
  ($PKG_CONFIG --exists --print-errors "xmuu xext x11 xrender xfont xi dmxproto xau $XDMCP_MODULES") 2>&5
28179
28246
else
28180
28247
  pkg_failed=yes
28181
28248
fi
 
28249
    fi
28182
28250
else
28183
28251
        pkg_failed=untried
28184
28252
fi
28185
28253
if test -n "$PKG_CONFIG"; then
 
28254
    if test -n "$DMXMODULES_LIBS"; then
 
28255
        pkg_cv_DMXMODULES_LIBS="$DMXMODULES_LIBS"
 
28256
    else
28186
28257
        if test -n "$PKG_CONFIG" && \
28187
28258
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xmuu xext x11 xrender xfont xi dmxproto xau \$XDMCP_MODULES\"") >&5
28188
28259
  ($PKG_CONFIG --exists --print-errors "xmuu xext x11 xrender xfont xi dmxproto xau $XDMCP_MODULES") 2>&5
28193
28264
else
28194
28265
  pkg_failed=yes
28195
28266
fi
 
28267
    fi
28196
28268
else
28197
28269
        pkg_failed=untried
28198
28270
fi
28199
28271
 
 
28272
 
 
28273
 
28200
28274
if test $pkg_failed = yes; then
28201
 
        DMXMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xmuu xext x11 xrender xfont xi dmxproto xau $XDMCP_MODULES"`
 
28275
 
 
28276
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28277
        _pkg_short_errors_supported=yes
 
28278
else
 
28279
        _pkg_short_errors_supported=no
 
28280
fi
 
28281
        if test $_pkg_short_errors_supported = yes; then
 
28282
                DMXMODULES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xmuu xext x11 xrender xfont xi dmxproto xau $XDMCP_MODULES"`
 
28283
        else
 
28284
                DMXMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xmuu xext x11 xrender xfont xi dmxproto xau $XDMCP_MODULES"`
 
28285
        fi
28202
28286
        # Put the nasty error message in config.log where it belongs
28203
 
        echo "$DMXMODULES_PKG_ERRORS" 1>&5
 
28287
        echo "$DMXMODULES_PKG_ERRORS" >&5
28204
28288
 
28205
28289
        have_dmx=no
28206
28290
elif test $pkg_failed = untried; then
28535
28619
echo $ECHO_N "checking for GL... $ECHO_C" >&6
28536
28620
 
28537
28621
if test -n "$PKG_CONFIG"; then
 
28622
    if test -n "$GL_CFLAGS"; then
 
28623
        pkg_cv_GL_CFLAGS="$GL_CFLAGS"
 
28624
    else
28538
28625
        if test -n "$PKG_CONFIG" && \
28539
28626
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glproto\"") >&5
28540
28627
  ($PKG_CONFIG --exists --print-errors "glproto") 2>&5
28545
28632
else
28546
28633
  pkg_failed=yes
28547
28634
fi
 
28635
    fi
28548
28636
else
28549
28637
        pkg_failed=untried
28550
28638
fi
28551
28639
if test -n "$PKG_CONFIG"; then
 
28640
    if test -n "$GL_LIBS"; then
 
28641
        pkg_cv_GL_LIBS="$GL_LIBS"
 
28642
    else
28552
28643
        if test -n "$PKG_CONFIG" && \
28553
28644
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glproto\"") >&5
28554
28645
  ($PKG_CONFIG --exists --print-errors "glproto") 2>&5
28559
28650
else
28560
28651
  pkg_failed=yes
28561
28652
fi
 
28653
    fi
28562
28654
else
28563
28655
        pkg_failed=untried
28564
28656
fi
28565
28657
 
 
28658
 
 
28659
 
28566
28660
if test $pkg_failed = yes; then
28567
 
        GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glproto"`
 
28661
 
 
28662
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28663
        _pkg_short_errors_supported=yes
 
28664
else
 
28665
        _pkg_short_errors_supported=no
 
28666
fi
 
28667
        if test $_pkg_short_errors_supported = yes; then
 
28668
                GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glproto"`
 
28669
        else
 
28670
                GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glproto"`
 
28671
        fi
28568
28672
        # Put the nasty error message in config.log where it belongs
28569
 
        echo "$GL_PKG_ERRORS" 1>&5
28570
 
 
28571
 
        { { echo "$as_me:$LINENO: error: Package requirements (glproto) were not met.
28572
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28573
 
installed software in a non-standard prefix.
28574
 
 
28575
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
28576
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28577
 
more details." >&5
28578
 
echo "$as_me: error: Package requirements (glproto) were not met.
28579
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28580
 
installed software in a non-standard prefix.
28581
 
 
28582
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
28583
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28584
 
more details." >&2;}
 
28673
        echo "$GL_PKG_ERRORS" >&5
 
28674
 
 
28675
        { { echo "$as_me:$LINENO: error: Package requirements (glproto) were not met:
 
28676
 
 
28677
$GL_PKG_ERRORS
 
28678
 
 
28679
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28680
installed software in a non-standard prefix.
 
28681
 
 
28682
Alternatively, you may set the environment variables GL_CFLAGS
 
28683
and GL_LIBS to avoid the need to call pkg-config.
 
28684
See the pkg-config man page for more details.
 
28685
" >&5
 
28686
echo "$as_me: error: Package requirements (glproto) were not met:
 
28687
 
 
28688
$GL_PKG_ERRORS
 
28689
 
 
28690
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28691
installed software in a non-standard prefix.
 
28692
 
 
28693
Alternatively, you may set the environment variables GL_CFLAGS
 
28694
and GL_LIBS to avoid the need to call pkg-config.
 
28695
See the pkg-config man page for more details.
 
28696
" >&2;}
28585
28697
   { (exit 1); exit 1; }; }
28586
28698
elif test $pkg_failed = untried; then
28587
28699
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28588
28700
is in your PATH or set the PKG_CONFIG environment variable to the full
28589
28701
path to pkg-config.
28590
28702
 
28591
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
28592
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28593
 
more details.
 
28703
Alternatively, you may set the environment variables GL_CFLAGS
 
28704
and GL_LIBS to avoid the need to call pkg-config.
 
28705
See the pkg-config man page for more details.
28594
28706
 
28595
28707
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28596
28708
See \`config.log' for more details." >&5
28598
28710
is in your PATH or set the PKG_CONFIG environment variable to the full
28599
28711
path to pkg-config.
28600
28712
 
28601
 
Alternatively you may set the GL_CFLAGS and GL_LIBS environment variables
28602
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28603
 
more details.
 
28713
Alternatively, you may set the environment variables GL_CFLAGS
 
28714
and GL_LIBS to avoid the need to call pkg-config.
 
28715
See the pkg-config man page for more details.
28604
28716
 
28605
28717
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28606
28718
See \`config.log' for more details." >&2;}
28619
28731
echo $ECHO_N "checking for XDMXCONFIG_DEP... $ECHO_C" >&6
28620
28732
 
28621
28733
if test -n "$PKG_CONFIG"; then
 
28734
    if test -n "$XDMXCONFIG_DEP_CFLAGS"; then
 
28735
        pkg_cv_XDMXCONFIG_DEP_CFLAGS="$XDMXCONFIG_DEP_CFLAGS"
 
28736
    else
28622
28737
        if test -n "$PKG_CONFIG" && \
28623
28738
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xaw7 xmu xt xpm x11\"") >&5
28624
28739
  ($PKG_CONFIG --exists --print-errors "xaw7 xmu xt xpm x11") 2>&5
28629
28744
else
28630
28745
  pkg_failed=yes
28631
28746
fi
 
28747
    fi
28632
28748
else
28633
28749
        pkg_failed=untried
28634
28750
fi
28635
28751
if test -n "$PKG_CONFIG"; then
 
28752
    if test -n "$XDMXCONFIG_DEP_LIBS"; then
 
28753
        pkg_cv_XDMXCONFIG_DEP_LIBS="$XDMXCONFIG_DEP_LIBS"
 
28754
    else
28636
28755
        if test -n "$PKG_CONFIG" && \
28637
28756
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xaw7 xmu xt xpm x11\"") >&5
28638
28757
  ($PKG_CONFIG --exists --print-errors "xaw7 xmu xt xpm x11") 2>&5
28643
28762
else
28644
28763
  pkg_failed=yes
28645
28764
fi
 
28765
    fi
28646
28766
else
28647
28767
        pkg_failed=untried
28648
28768
fi
28649
28769
 
 
28770
 
 
28771
 
28650
28772
if test $pkg_failed = yes; then
28651
 
        XDMXCONFIG_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xaw7 xmu xt xpm x11"`
 
28773
 
 
28774
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28775
        _pkg_short_errors_supported=yes
 
28776
else
 
28777
        _pkg_short_errors_supported=no
 
28778
fi
 
28779
        if test $_pkg_short_errors_supported = yes; then
 
28780
                XDMXCONFIG_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xaw7 xmu xt xpm x11"`
 
28781
        else
 
28782
                XDMXCONFIG_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xaw7 xmu xt xpm x11"`
 
28783
        fi
28652
28784
        # Put the nasty error message in config.log where it belongs
28653
 
        echo "$XDMXCONFIG_DEP_PKG_ERRORS" 1>&5
28654
 
 
28655
 
        { { echo "$as_me:$LINENO: error: Package requirements (xaw7 xmu xt xpm x11) were not met.
28656
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28657
 
installed software in a non-standard prefix.
28658
 
 
28659
 
Alternatively you may set the XDMXCONFIG_DEP_CFLAGS and XDMXCONFIG_DEP_LIBS environment variables
28660
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28661
 
more details." >&5
28662
 
echo "$as_me: error: Package requirements (xaw7 xmu xt xpm x11) were not met.
28663
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28664
 
installed software in a non-standard prefix.
28665
 
 
28666
 
Alternatively you may set the XDMXCONFIG_DEP_CFLAGS and XDMXCONFIG_DEP_LIBS environment variables
28667
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28668
 
more details." >&2;}
 
28785
        echo "$XDMXCONFIG_DEP_PKG_ERRORS" >&5
 
28786
 
 
28787
        { { echo "$as_me:$LINENO: error: Package requirements (xaw7 xmu xt xpm x11) were not met:
 
28788
 
 
28789
$XDMXCONFIG_DEP_PKG_ERRORS
 
28790
 
 
28791
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28792
installed software in a non-standard prefix.
 
28793
 
 
28794
Alternatively, you may set the environment variables XDMXCONFIG_DEP_CFLAGS
 
28795
and XDMXCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
28796
See the pkg-config man page for more details.
 
28797
" >&5
 
28798
echo "$as_me: error: Package requirements (xaw7 xmu xt xpm x11) were not met:
 
28799
 
 
28800
$XDMXCONFIG_DEP_PKG_ERRORS
 
28801
 
 
28802
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28803
installed software in a non-standard prefix.
 
28804
 
 
28805
Alternatively, you may set the environment variables XDMXCONFIG_DEP_CFLAGS
 
28806
and XDMXCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
28807
See the pkg-config man page for more details.
 
28808
" >&2;}
28669
28809
   { (exit 1); exit 1; }; }
28670
28810
elif test $pkg_failed = untried; then
28671
28811
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28672
28812
is in your PATH or set the PKG_CONFIG environment variable to the full
28673
28813
path to pkg-config.
28674
28814
 
28675
 
Alternatively you may set the XDMXCONFIG_DEP_CFLAGS and XDMXCONFIG_DEP_LIBS environment variables
28676
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28677
 
more details.
 
28815
Alternatively, you may set the environment variables XDMXCONFIG_DEP_CFLAGS
 
28816
and XDMXCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
28817
See the pkg-config man page for more details.
28678
28818
 
28679
28819
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28680
28820
See \`config.log' for more details." >&5
28682
28822
is in your PATH or set the PKG_CONFIG environment variable to the full
28683
28823
path to pkg-config.
28684
28824
 
28685
 
Alternatively you may set the XDMXCONFIG_DEP_CFLAGS and XDMXCONFIG_DEP_LIBS environment variables
28686
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28687
 
more details.
 
28825
Alternatively, you may set the environment variables XDMXCONFIG_DEP_CFLAGS
 
28826
and XDMXCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
28827
See the pkg-config man page for more details.
28688
28828
 
28689
28829
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28690
28830
See \`config.log' for more details." >&2;}
28704
28844
echo $ECHO_N "checking for DMXEXAMPLES_DEP... $ECHO_C" >&6
28705
28845
 
28706
28846
if test -n "$PKG_CONFIG"; then
 
28847
    if test -n "$DMXEXAMPLES_DEP_CFLAGS"; then
 
28848
        pkg_cv_DMXEXAMPLES_DEP_CFLAGS="$DMXEXAMPLES_DEP_CFLAGS"
 
28849
    else
28707
28850
        if test -n "$PKG_CONFIG" && \
28708
28851
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dmx xext x11\"") >&5
28709
28852
  ($PKG_CONFIG --exists --print-errors "dmx xext x11") 2>&5
28714
28857
else
28715
28858
  pkg_failed=yes
28716
28859
fi
 
28860
    fi
28717
28861
else
28718
28862
        pkg_failed=untried
28719
28863
fi
28720
28864
if test -n "$PKG_CONFIG"; then
 
28865
    if test -n "$DMXEXAMPLES_DEP_LIBS"; then
 
28866
        pkg_cv_DMXEXAMPLES_DEP_LIBS="$DMXEXAMPLES_DEP_LIBS"
 
28867
    else
28721
28868
        if test -n "$PKG_CONFIG" && \
28722
28869
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dmx xext x11\"") >&5
28723
28870
  ($PKG_CONFIG --exists --print-errors "dmx xext x11") 2>&5
28728
28875
else
28729
28876
  pkg_failed=yes
28730
28877
fi
 
28878
    fi
28731
28879
else
28732
28880
        pkg_failed=untried
28733
28881
fi
28734
28882
 
 
28883
 
 
28884
 
28735
28885
if test $pkg_failed = yes; then
28736
 
        DMXEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dmx xext x11"`
 
28886
 
 
28887
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28888
        _pkg_short_errors_supported=yes
 
28889
else
 
28890
        _pkg_short_errors_supported=no
 
28891
fi
 
28892
        if test $_pkg_short_errors_supported = yes; then
 
28893
                DMXEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dmx xext x11"`
 
28894
        else
 
28895
                DMXEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dmx xext x11"`
 
28896
        fi
28737
28897
        # Put the nasty error message in config.log where it belongs
28738
 
        echo "$DMXEXAMPLES_DEP_PKG_ERRORS" 1>&5
28739
 
 
28740
 
        { { echo "$as_me:$LINENO: error: Package requirements (dmx xext x11) were not met.
28741
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28742
 
installed software in a non-standard prefix.
28743
 
 
28744
 
Alternatively you may set the DMXEXAMPLES_DEP_CFLAGS and DMXEXAMPLES_DEP_LIBS environment variables
28745
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28746
 
more details." >&5
28747
 
echo "$as_me: error: Package requirements (dmx xext x11) were not met.
28748
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28749
 
installed software in a non-standard prefix.
28750
 
 
28751
 
Alternatively you may set the DMXEXAMPLES_DEP_CFLAGS and DMXEXAMPLES_DEP_LIBS environment variables
28752
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28753
 
more details." >&2;}
 
28898
        echo "$DMXEXAMPLES_DEP_PKG_ERRORS" >&5
 
28899
 
 
28900
        { { echo "$as_me:$LINENO: error: Package requirements (dmx xext x11) were not met:
 
28901
 
 
28902
$DMXEXAMPLES_DEP_PKG_ERRORS
 
28903
 
 
28904
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28905
installed software in a non-standard prefix.
 
28906
 
 
28907
Alternatively, you may set the environment variables DMXEXAMPLES_DEP_CFLAGS
 
28908
and DMXEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
28909
See the pkg-config man page for more details.
 
28910
" >&5
 
28911
echo "$as_me: error: Package requirements (dmx xext x11) were not met:
 
28912
 
 
28913
$DMXEXAMPLES_DEP_PKG_ERRORS
 
28914
 
 
28915
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28916
installed software in a non-standard prefix.
 
28917
 
 
28918
Alternatively, you may set the environment variables DMXEXAMPLES_DEP_CFLAGS
 
28919
and DMXEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
28920
See the pkg-config man page for more details.
 
28921
" >&2;}
28754
28922
   { (exit 1); exit 1; }; }
28755
28923
elif test $pkg_failed = untried; then
28756
28924
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28757
28925
is in your PATH or set the PKG_CONFIG environment variable to the full
28758
28926
path to pkg-config.
28759
28927
 
28760
 
Alternatively you may set the DMXEXAMPLES_DEP_CFLAGS and DMXEXAMPLES_DEP_LIBS environment variables
28761
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28762
 
more details.
 
28928
Alternatively, you may set the environment variables DMXEXAMPLES_DEP_CFLAGS
 
28929
and DMXEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
28930
See the pkg-config man page for more details.
28763
28931
 
28764
28932
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28765
28933
See \`config.log' for more details." >&5
28767
28935
is in your PATH or set the PKG_CONFIG environment variable to the full
28768
28936
path to pkg-config.
28769
28937
 
28770
 
Alternatively you may set the DMXEXAMPLES_DEP_CFLAGS and DMXEXAMPLES_DEP_LIBS environment variables
28771
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28772
 
more details.
 
28938
Alternatively, you may set the environment variables DMXEXAMPLES_DEP_CFLAGS
 
28939
and DMXEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
28940
See the pkg-config man page for more details.
28773
28941
 
28774
28942
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28775
28943
See \`config.log' for more details." >&2;}
28788
28956
echo $ECHO_N "checking for DMXXMUEXAMPLES_DEP... $ECHO_C" >&6
28789
28957
 
28790
28958
if test -n "$PKG_CONFIG"; then
 
28959
    if test -n "$DMXXMUEXAMPLES_DEP_CFLAGS"; then
 
28960
        pkg_cv_DMXXMUEXAMPLES_DEP_CFLAGS="$DMXXMUEXAMPLES_DEP_CFLAGS"
 
28961
    else
28791
28962
        if test -n "$PKG_CONFIG" && \
28792
28963
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dmx xmu xext x11\"") >&5
28793
28964
  ($PKG_CONFIG --exists --print-errors "dmx xmu xext x11") 2>&5
28798
28969
else
28799
28970
  pkg_failed=yes
28800
28971
fi
 
28972
    fi
28801
28973
else
28802
28974
        pkg_failed=untried
28803
28975
fi
28804
28976
if test -n "$PKG_CONFIG"; then
 
28977
    if test -n "$DMXXMUEXAMPLES_DEP_LIBS"; then
 
28978
        pkg_cv_DMXXMUEXAMPLES_DEP_LIBS="$DMXXMUEXAMPLES_DEP_LIBS"
 
28979
    else
28805
28980
        if test -n "$PKG_CONFIG" && \
28806
28981
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dmx xmu xext x11\"") >&5
28807
28982
  ($PKG_CONFIG --exists --print-errors "dmx xmu xext x11") 2>&5
28812
28987
else
28813
28988
  pkg_failed=yes
28814
28989
fi
 
28990
    fi
28815
28991
else
28816
28992
        pkg_failed=untried
28817
28993
fi
28818
28994
 
 
28995
 
 
28996
 
28819
28997
if test $pkg_failed = yes; then
28820
 
        DMXXMUEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dmx xmu xext x11"`
 
28998
 
 
28999
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
29000
        _pkg_short_errors_supported=yes
 
29001
else
 
29002
        _pkg_short_errors_supported=no
 
29003
fi
 
29004
        if test $_pkg_short_errors_supported = yes; then
 
29005
                DMXXMUEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dmx xmu xext x11"`
 
29006
        else
 
29007
                DMXXMUEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dmx xmu xext x11"`
 
29008
        fi
28821
29009
        # Put the nasty error message in config.log where it belongs
28822
 
        echo "$DMXXMUEXAMPLES_DEP_PKG_ERRORS" 1>&5
28823
 
 
28824
 
        { { echo "$as_me:$LINENO: error: Package requirements (dmx xmu xext x11) were not met.
28825
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28826
 
installed software in a non-standard prefix.
28827
 
 
28828
 
Alternatively you may set the DMXXMUEXAMPLES_DEP_CFLAGS and DMXXMUEXAMPLES_DEP_LIBS environment variables
28829
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28830
 
more details." >&5
28831
 
echo "$as_me: error: Package requirements (dmx xmu xext x11) were not met.
28832
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28833
 
installed software in a non-standard prefix.
28834
 
 
28835
 
Alternatively you may set the DMXXMUEXAMPLES_DEP_CFLAGS and DMXXMUEXAMPLES_DEP_LIBS environment variables
28836
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28837
 
more details." >&2;}
 
29010
        echo "$DMXXMUEXAMPLES_DEP_PKG_ERRORS" >&5
 
29011
 
 
29012
        { { echo "$as_me:$LINENO: error: Package requirements (dmx xmu xext x11) were not met:
 
29013
 
 
29014
$DMXXMUEXAMPLES_DEP_PKG_ERRORS
 
29015
 
 
29016
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29017
installed software in a non-standard prefix.
 
29018
 
 
29019
Alternatively, you may set the environment variables DMXXMUEXAMPLES_DEP_CFLAGS
 
29020
and DMXXMUEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29021
See the pkg-config man page for more details.
 
29022
" >&5
 
29023
echo "$as_me: error: Package requirements (dmx xmu xext x11) were not met:
 
29024
 
 
29025
$DMXXMUEXAMPLES_DEP_PKG_ERRORS
 
29026
 
 
29027
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29028
installed software in a non-standard prefix.
 
29029
 
 
29030
Alternatively, you may set the environment variables DMXXMUEXAMPLES_DEP_CFLAGS
 
29031
and DMXXMUEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29032
See the pkg-config man page for more details.
 
29033
" >&2;}
28838
29034
   { (exit 1); exit 1; }; }
28839
29035
elif test $pkg_failed = untried; then
28840
29036
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28841
29037
is in your PATH or set the PKG_CONFIG environment variable to the full
28842
29038
path to pkg-config.
28843
29039
 
28844
 
Alternatively you may set the DMXXMUEXAMPLES_DEP_CFLAGS and DMXXMUEXAMPLES_DEP_LIBS environment variables
28845
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28846
 
more details.
 
29040
Alternatively, you may set the environment variables DMXXMUEXAMPLES_DEP_CFLAGS
 
29041
and DMXXMUEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29042
See the pkg-config man page for more details.
28847
29043
 
28848
29044
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28849
29045
See \`config.log' for more details." >&5
28851
29047
is in your PATH or set the PKG_CONFIG environment variable to the full
28852
29048
path to pkg-config.
28853
29049
 
28854
 
Alternatively you may set the DMXXMUEXAMPLES_DEP_CFLAGS and DMXXMUEXAMPLES_DEP_LIBS environment variables
28855
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28856
 
more details.
 
29050
Alternatively, you may set the environment variables DMXXMUEXAMPLES_DEP_CFLAGS
 
29051
and DMXXMUEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29052
See the pkg-config man page for more details.
28857
29053
 
28858
29054
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28859
29055
See \`config.log' for more details." >&2;}
28872
29068
echo $ECHO_N "checking for DMXXIEXAMPLES_DEP... $ECHO_C" >&6
28873
29069
 
28874
29070
if test -n "$PKG_CONFIG"; then
 
29071
    if test -n "$DMXXIEXAMPLES_DEP_CFLAGS"; then
 
29072
        pkg_cv_DMXXIEXAMPLES_DEP_CFLAGS="$DMXXIEXAMPLES_DEP_CFLAGS"
 
29073
    else
28875
29074
        if test -n "$PKG_CONFIG" && \
28876
29075
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dmx xi xext x11\"") >&5
28877
29076
  ($PKG_CONFIG --exists --print-errors "dmx xi xext x11") 2>&5
28882
29081
else
28883
29082
  pkg_failed=yes
28884
29083
fi
 
29084
    fi
28885
29085
else
28886
29086
        pkg_failed=untried
28887
29087
fi
28888
29088
if test -n "$PKG_CONFIG"; then
 
29089
    if test -n "$DMXXIEXAMPLES_DEP_LIBS"; then
 
29090
        pkg_cv_DMXXIEXAMPLES_DEP_LIBS="$DMXXIEXAMPLES_DEP_LIBS"
 
29091
    else
28889
29092
        if test -n "$PKG_CONFIG" && \
28890
29093
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dmx xi xext x11\"") >&5
28891
29094
  ($PKG_CONFIG --exists --print-errors "dmx xi xext x11") 2>&5
28896
29099
else
28897
29100
  pkg_failed=yes
28898
29101
fi
 
29102
    fi
28899
29103
else
28900
29104
        pkg_failed=untried
28901
29105
fi
28902
29106
 
 
29107
 
 
29108
 
28903
29109
if test $pkg_failed = yes; then
28904
 
        DMXXIEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dmx xi xext x11"`
 
29110
 
 
29111
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
29112
        _pkg_short_errors_supported=yes
 
29113
else
 
29114
        _pkg_short_errors_supported=no
 
29115
fi
 
29116
        if test $_pkg_short_errors_supported = yes; then
 
29117
                DMXXIEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dmx xi xext x11"`
 
29118
        else
 
29119
                DMXXIEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dmx xi xext x11"`
 
29120
        fi
28905
29121
        # Put the nasty error message in config.log where it belongs
28906
 
        echo "$DMXXIEXAMPLES_DEP_PKG_ERRORS" 1>&5
28907
 
 
28908
 
        { { echo "$as_me:$LINENO: error: Package requirements (dmx xi xext x11) were not met.
28909
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28910
 
installed software in a non-standard prefix.
28911
 
 
28912
 
Alternatively you may set the DMXXIEXAMPLES_DEP_CFLAGS and DMXXIEXAMPLES_DEP_LIBS environment variables
28913
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28914
 
more details." >&5
28915
 
echo "$as_me: error: Package requirements (dmx xi xext x11) were not met.
28916
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28917
 
installed software in a non-standard prefix.
28918
 
 
28919
 
Alternatively you may set the DMXXIEXAMPLES_DEP_CFLAGS and DMXXIEXAMPLES_DEP_LIBS environment variables
28920
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28921
 
more details." >&2;}
 
29122
        echo "$DMXXIEXAMPLES_DEP_PKG_ERRORS" >&5
 
29123
 
 
29124
        { { echo "$as_me:$LINENO: error: Package requirements (dmx xi xext x11) were not met:
 
29125
 
 
29126
$DMXXIEXAMPLES_DEP_PKG_ERRORS
 
29127
 
 
29128
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29129
installed software in a non-standard prefix.
 
29130
 
 
29131
Alternatively, you may set the environment variables DMXXIEXAMPLES_DEP_CFLAGS
 
29132
and DMXXIEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29133
See the pkg-config man page for more details.
 
29134
" >&5
 
29135
echo "$as_me: error: Package requirements (dmx xi xext x11) were not met:
 
29136
 
 
29137
$DMXXIEXAMPLES_DEP_PKG_ERRORS
 
29138
 
 
29139
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29140
installed software in a non-standard prefix.
 
29141
 
 
29142
Alternatively, you may set the environment variables DMXXIEXAMPLES_DEP_CFLAGS
 
29143
and DMXXIEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29144
See the pkg-config man page for more details.
 
29145
" >&2;}
28922
29146
   { (exit 1); exit 1; }; }
28923
29147
elif test $pkg_failed = untried; then
28924
29148
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
28925
29149
is in your PATH or set the PKG_CONFIG environment variable to the full
28926
29150
path to pkg-config.
28927
29151
 
28928
 
Alternatively you may set the DMXXIEXAMPLES_DEP_CFLAGS and DMXXIEXAMPLES_DEP_LIBS environment variables
28929
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28930
 
more details.
 
29152
Alternatively, you may set the environment variables DMXXIEXAMPLES_DEP_CFLAGS
 
29153
and DMXXIEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29154
See the pkg-config man page for more details.
28931
29155
 
28932
29156
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28933
29157
See \`config.log' for more details." >&5
28935
29159
is in your PATH or set the PKG_CONFIG environment variable to the full
28936
29160
path to pkg-config.
28937
29161
 
28938
 
Alternatively you may set the DMXXIEXAMPLES_DEP_CFLAGS and DMXXIEXAMPLES_DEP_LIBS environment variables
28939
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28940
 
more details.
 
29162
Alternatively, you may set the environment variables DMXXIEXAMPLES_DEP_CFLAGS
 
29163
and DMXXIEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29164
See the pkg-config man page for more details.
28941
29165
 
28942
29166
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
28943
29167
See \`config.log' for more details." >&2;}
28956
29180
echo $ECHO_N "checking for XTSTEXAMPLES_DEP... $ECHO_C" >&6
28957
29181
 
28958
29182
if test -n "$PKG_CONFIG"; then
 
29183
    if test -n "$XTSTEXAMPLES_DEP_CFLAGS"; then
 
29184
        pkg_cv_XTSTEXAMPLES_DEP_CFLAGS="$XTSTEXAMPLES_DEP_CFLAGS"
 
29185
    else
28959
29186
        if test -n "$PKG_CONFIG" && \
28960
29187
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xtst xext x11\"") >&5
28961
29188
  ($PKG_CONFIG --exists --print-errors "xtst xext x11") 2>&5
28966
29193
else
28967
29194
  pkg_failed=yes
28968
29195
fi
 
29196
    fi
28969
29197
else
28970
29198
        pkg_failed=untried
28971
29199
fi
28972
29200
if test -n "$PKG_CONFIG"; then
 
29201
    if test -n "$XTSTEXAMPLES_DEP_LIBS"; then
 
29202
        pkg_cv_XTSTEXAMPLES_DEP_LIBS="$XTSTEXAMPLES_DEP_LIBS"
 
29203
    else
28973
29204
        if test -n "$PKG_CONFIG" && \
28974
29205
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xtst xext x11\"") >&5
28975
29206
  ($PKG_CONFIG --exists --print-errors "xtst xext x11") 2>&5
28980
29211
else
28981
29212
  pkg_failed=yes
28982
29213
fi
 
29214
    fi
28983
29215
else
28984
29216
        pkg_failed=untried
28985
29217
fi
28986
29218
 
 
29219
 
 
29220
 
28987
29221
if test $pkg_failed = yes; then
28988
 
        XTSTEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xtst xext x11"`
 
29222
 
 
29223
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
29224
        _pkg_short_errors_supported=yes
 
29225
else
 
29226
        _pkg_short_errors_supported=no
 
29227
fi
 
29228
        if test $_pkg_short_errors_supported = yes; then
 
29229
                XTSTEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xtst xext x11"`
 
29230
        else
 
29231
                XTSTEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xtst xext x11"`
 
29232
        fi
28989
29233
        # Put the nasty error message in config.log where it belongs
28990
 
        echo "$XTSTEXAMPLES_DEP_PKG_ERRORS" 1>&5
28991
 
 
28992
 
        { { echo "$as_me:$LINENO: error: Package requirements (xtst xext x11) were not met.
28993
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
28994
 
installed software in a non-standard prefix.
28995
 
 
28996
 
Alternatively you may set the XTSTEXAMPLES_DEP_CFLAGS and XTSTEXAMPLES_DEP_LIBS environment variables
28997
 
to avoid the need to call pkg-config.  See the pkg-config man page for
28998
 
more details." >&5
28999
 
echo "$as_me: error: Package requirements (xtst xext x11) were not met.
29000
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
29001
 
installed software in a non-standard prefix.
29002
 
 
29003
 
Alternatively you may set the XTSTEXAMPLES_DEP_CFLAGS and XTSTEXAMPLES_DEP_LIBS environment variables
29004
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29005
 
more details." >&2;}
 
29234
        echo "$XTSTEXAMPLES_DEP_PKG_ERRORS" >&5
 
29235
 
 
29236
        { { echo "$as_me:$LINENO: error: Package requirements (xtst xext x11) were not met:
 
29237
 
 
29238
$XTSTEXAMPLES_DEP_PKG_ERRORS
 
29239
 
 
29240
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29241
installed software in a non-standard prefix.
 
29242
 
 
29243
Alternatively, you may set the environment variables XTSTEXAMPLES_DEP_CFLAGS
 
29244
and XTSTEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29245
See the pkg-config man page for more details.
 
29246
" >&5
 
29247
echo "$as_me: error: Package requirements (xtst xext x11) were not met:
 
29248
 
 
29249
$XTSTEXAMPLES_DEP_PKG_ERRORS
 
29250
 
 
29251
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29252
installed software in a non-standard prefix.
 
29253
 
 
29254
Alternatively, you may set the environment variables XTSTEXAMPLES_DEP_CFLAGS
 
29255
and XTSTEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29256
See the pkg-config man page for more details.
 
29257
" >&2;}
29006
29258
   { (exit 1); exit 1; }; }
29007
29259
elif test $pkg_failed = untried; then
29008
29260
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
29009
29261
is in your PATH or set the PKG_CONFIG environment variable to the full
29010
29262
path to pkg-config.
29011
29263
 
29012
 
Alternatively you may set the XTSTEXAMPLES_DEP_CFLAGS and XTSTEXAMPLES_DEP_LIBS environment variables
29013
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29014
 
more details.
 
29264
Alternatively, you may set the environment variables XTSTEXAMPLES_DEP_CFLAGS
 
29265
and XTSTEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29266
See the pkg-config man page for more details.
29015
29267
 
29016
29268
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
29017
29269
See \`config.log' for more details." >&5
29019
29271
is in your PATH or set the PKG_CONFIG environment variable to the full
29020
29272
path to pkg-config.
29021
29273
 
29022
 
Alternatively you may set the XTSTEXAMPLES_DEP_CFLAGS and XTSTEXAMPLES_DEP_LIBS environment variables
29023
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29024
 
more details.
 
29274
Alternatively, you may set the environment variables XTSTEXAMPLES_DEP_CFLAGS
 
29275
and XTSTEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29276
See the pkg-config man page for more details.
29025
29277
 
29026
29278
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
29027
29279
See \`config.log' for more details." >&2;}
29040
29292
echo $ECHO_N "checking for XRESEXAMPLES_DEP... $ECHO_C" >&6
29041
29293
 
29042
29294
if test -n "$PKG_CONFIG"; then
 
29295
    if test -n "$XRESEXAMPLES_DEP_CFLAGS"; then
 
29296
        pkg_cv_XRESEXAMPLES_DEP_CFLAGS="$XRESEXAMPLES_DEP_CFLAGS"
 
29297
    else
29043
29298
        if test -n "$PKG_CONFIG" && \
29044
29299
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xres xext x11\"") >&5
29045
29300
  ($PKG_CONFIG --exists --print-errors "xres xext x11") 2>&5
29050
29305
else
29051
29306
  pkg_failed=yes
29052
29307
fi
 
29308
    fi
29053
29309
else
29054
29310
        pkg_failed=untried
29055
29311
fi
29056
29312
if test -n "$PKG_CONFIG"; then
 
29313
    if test -n "$XRESEXAMPLES_DEP_LIBS"; then
 
29314
        pkg_cv_XRESEXAMPLES_DEP_LIBS="$XRESEXAMPLES_DEP_LIBS"
 
29315
    else
29057
29316
        if test -n "$PKG_CONFIG" && \
29058
29317
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xres xext x11\"") >&5
29059
29318
  ($PKG_CONFIG --exists --print-errors "xres xext x11") 2>&5
29064
29323
else
29065
29324
  pkg_failed=yes
29066
29325
fi
 
29326
    fi
29067
29327
else
29068
29328
        pkg_failed=untried
29069
29329
fi
29070
29330
 
 
29331
 
 
29332
 
29071
29333
if test $pkg_failed = yes; then
29072
 
        XRESEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xres xext x11"`
 
29334
 
 
29335
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
29336
        _pkg_short_errors_supported=yes
 
29337
else
 
29338
        _pkg_short_errors_supported=no
 
29339
fi
 
29340
        if test $_pkg_short_errors_supported = yes; then
 
29341
                XRESEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xres xext x11"`
 
29342
        else
 
29343
                XRESEXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xres xext x11"`
 
29344
        fi
29073
29345
        # Put the nasty error message in config.log where it belongs
29074
 
        echo "$XRESEXAMPLES_DEP_PKG_ERRORS" 1>&5
29075
 
 
29076
 
        { { echo "$as_me:$LINENO: error: Package requirements (xres xext x11) were not met.
29077
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
29078
 
installed software in a non-standard prefix.
29079
 
 
29080
 
Alternatively you may set the XRESEXAMPLES_DEP_CFLAGS and XRESEXAMPLES_DEP_LIBS environment variables
29081
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29082
 
more details." >&5
29083
 
echo "$as_me: error: Package requirements (xres xext x11) were not met.
29084
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
29085
 
installed software in a non-standard prefix.
29086
 
 
29087
 
Alternatively you may set the XRESEXAMPLES_DEP_CFLAGS and XRESEXAMPLES_DEP_LIBS environment variables
29088
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29089
 
more details." >&2;}
 
29346
        echo "$XRESEXAMPLES_DEP_PKG_ERRORS" >&5
 
29347
 
 
29348
        { { echo "$as_me:$LINENO: error: Package requirements (xres xext x11) were not met:
 
29349
 
 
29350
$XRESEXAMPLES_DEP_PKG_ERRORS
 
29351
 
 
29352
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29353
installed software in a non-standard prefix.
 
29354
 
 
29355
Alternatively, you may set the environment variables XRESEXAMPLES_DEP_CFLAGS
 
29356
and XRESEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29357
See the pkg-config man page for more details.
 
29358
" >&5
 
29359
echo "$as_me: error: Package requirements (xres xext x11) were not met:
 
29360
 
 
29361
$XRESEXAMPLES_DEP_PKG_ERRORS
 
29362
 
 
29363
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29364
installed software in a non-standard prefix.
 
29365
 
 
29366
Alternatively, you may set the environment variables XRESEXAMPLES_DEP_CFLAGS
 
29367
and XRESEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29368
See the pkg-config man page for more details.
 
29369
" >&2;}
29090
29370
   { (exit 1); exit 1; }; }
29091
29371
elif test $pkg_failed = untried; then
29092
29372
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
29093
29373
is in your PATH or set the PKG_CONFIG environment variable to the full
29094
29374
path to pkg-config.
29095
29375
 
29096
 
Alternatively you may set the XRESEXAMPLES_DEP_CFLAGS and XRESEXAMPLES_DEP_LIBS environment variables
29097
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29098
 
more details.
 
29376
Alternatively, you may set the environment variables XRESEXAMPLES_DEP_CFLAGS
 
29377
and XRESEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29378
See the pkg-config man page for more details.
29099
29379
 
29100
29380
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
29101
29381
See \`config.log' for more details." >&5
29103
29383
is in your PATH or set the PKG_CONFIG environment variable to the full
29104
29384
path to pkg-config.
29105
29385
 
29106
 
Alternatively you may set the XRESEXAMPLES_DEP_CFLAGS and XRESEXAMPLES_DEP_LIBS environment variables
29107
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29108
 
more details.
 
29386
Alternatively, you may set the environment variables XRESEXAMPLES_DEP_CFLAGS
 
29387
and XRESEXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29388
See the pkg-config man page for more details.
29109
29389
 
29110
29390
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
29111
29391
See \`config.log' for more details." >&2;}
29124
29404
echo $ECHO_N "checking for X11EXAMPLES_DEP... $ECHO_C" >&6
29125
29405
 
29126
29406
if test -n "$PKG_CONFIG"; then
 
29407
    if test -n "$X11EXAMPLES_DEP_CFLAGS"; then
 
29408
        pkg_cv_X11EXAMPLES_DEP_CFLAGS="$X11EXAMPLES_DEP_CFLAGS"
 
29409
    else
29127
29410
        if test -n "$PKG_CONFIG" && \
29128
29411
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xext x11\"") >&5
29129
29412
  ($PKG_CONFIG --exists --print-errors "xext x11") 2>&5
29134
29417
else
29135
29418
  pkg_failed=yes
29136
29419
fi
 
29420
    fi
29137
29421
else
29138
29422
        pkg_failed=untried
29139
29423
fi
29140
29424
if test -n "$PKG_CONFIG"; then
 
29425
    if test -n "$X11EXAMPLES_DEP_LIBS"; then
 
29426
        pkg_cv_X11EXAMPLES_DEP_LIBS="$X11EXAMPLES_DEP_LIBS"
 
29427
    else
29141
29428
        if test -n "$PKG_CONFIG" && \
29142
29429
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xext x11\"") >&5
29143
29430
  ($PKG_CONFIG --exists --print-errors "xext x11") 2>&5
29148
29435
else
29149
29436
  pkg_failed=yes
29150
29437
fi
 
29438
    fi
29151
29439
else
29152
29440
        pkg_failed=untried
29153
29441
fi
29154
29442
 
 
29443
 
 
29444
 
29155
29445
if test $pkg_failed = yes; then
29156
 
        X11EXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xext x11"`
 
29446
 
 
29447
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
29448
        _pkg_short_errors_supported=yes
 
29449
else
 
29450
        _pkg_short_errors_supported=no
 
29451
fi
 
29452
        if test $_pkg_short_errors_supported = yes; then
 
29453
                X11EXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xext x11"`
 
29454
        else
 
29455
                X11EXAMPLES_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xext x11"`
 
29456
        fi
29157
29457
        # Put the nasty error message in config.log where it belongs
29158
 
        echo "$X11EXAMPLES_DEP_PKG_ERRORS" 1>&5
29159
 
 
29160
 
        { { echo "$as_me:$LINENO: error: Package requirements (xext x11) were not met.
29161
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
29162
 
installed software in a non-standard prefix.
29163
 
 
29164
 
Alternatively you may set the X11EXAMPLES_DEP_CFLAGS and X11EXAMPLES_DEP_LIBS environment variables
29165
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29166
 
more details." >&5
29167
 
echo "$as_me: error: Package requirements (xext x11) were not met.
29168
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
29169
 
installed software in a non-standard prefix.
29170
 
 
29171
 
Alternatively you may set the X11EXAMPLES_DEP_CFLAGS and X11EXAMPLES_DEP_LIBS environment variables
29172
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29173
 
more details." >&2;}
 
29458
        echo "$X11EXAMPLES_DEP_PKG_ERRORS" >&5
 
29459
 
 
29460
        { { echo "$as_me:$LINENO: error: Package requirements (xext x11) were not met:
 
29461
 
 
29462
$X11EXAMPLES_DEP_PKG_ERRORS
 
29463
 
 
29464
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29465
installed software in a non-standard prefix.
 
29466
 
 
29467
Alternatively, you may set the environment variables X11EXAMPLES_DEP_CFLAGS
 
29468
and X11EXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29469
See the pkg-config man page for more details.
 
29470
" >&5
 
29471
echo "$as_me: error: Package requirements (xext x11) were not met:
 
29472
 
 
29473
$X11EXAMPLES_DEP_PKG_ERRORS
 
29474
 
 
29475
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
29476
installed software in a non-standard prefix.
 
29477
 
 
29478
Alternatively, you may set the environment variables X11EXAMPLES_DEP_CFLAGS
 
29479
and X11EXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29480
See the pkg-config man page for more details.
 
29481
" >&2;}
29174
29482
   { (exit 1); exit 1; }; }
29175
29483
elif test $pkg_failed = untried; then
29176
29484
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
29177
29485
is in your PATH or set the PKG_CONFIG environment variable to the full
29178
29486
path to pkg-config.
29179
29487
 
29180
 
Alternatively you may set the X11EXAMPLES_DEP_CFLAGS and X11EXAMPLES_DEP_LIBS environment variables
29181
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29182
 
more details.
 
29488
Alternatively, you may set the environment variables X11EXAMPLES_DEP_CFLAGS
 
29489
and X11EXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29490
See the pkg-config man page for more details.
29183
29491
 
29184
29492
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
29185
29493
See \`config.log' for more details." >&5
29187
29495
is in your PATH or set the PKG_CONFIG environment variable to the full
29188
29496
path to pkg-config.
29189
29497
 
29190
 
Alternatively you may set the X11EXAMPLES_DEP_CFLAGS and X11EXAMPLES_DEP_LIBS environment variables
29191
 
to avoid the need to call pkg-config.  See the pkg-config man page for
29192
 
more details.
 
29498
Alternatively, you may set the environment variables X11EXAMPLES_DEP_CFLAGS
 
29499
and X11EXAMPLES_DEP_LIBS to avoid the need to call pkg-config.
 
29500
See the pkg-config man page for more details.
29193
29501
 
29194
29502
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
29195
29503
See \`config.log' for more details." >&2;}
29256
29564
echo $ECHO_N "checking for XNESTMODULES... $ECHO_C" >&6
29257
29565
 
29258
29566
if test -n "$PKG_CONFIG"; then
 
29567
    if test -n "$XNESTMODULES_CFLAGS"; then
 
29568
        pkg_cv_XNESTMODULES_CFLAGS="$XNESTMODULES_CFLAGS"
 
29569
    else
29259
29570
        if test -n "$PKG_CONFIG" && \
29260
29571
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xfont xext x11 xau \$XDMCP_MODULES\"") >&5
29261
29572
  ($PKG_CONFIG --exists --print-errors "xfont xext x11 xau $XDMCP_MODULES") 2>&5
29266
29577
else
29267
29578
  pkg_failed=yes
29268
29579
fi
 
29580
    fi
29269
29581
else
29270
29582
        pkg_failed=untried
29271
29583
fi
29272
29584
if test -n "$PKG_CONFIG"; then
 
29585
    if test -n "$XNESTMODULES_LIBS"; then
 
29586
        pkg_cv_XNESTMODULES_LIBS="$XNESTMODULES_LIBS"
 
29587
    else
29273
29588
        if test -n "$PKG_CONFIG" && \
29274
29589
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xfont xext x11 xau \$XDMCP_MODULES\"") >&5
29275
29590
  ($PKG_CONFIG --exists --print-errors "xfont xext x11 xau $XDMCP_MODULES") 2>&5
29280
29595
else
29281
29596
  pkg_failed=yes
29282
29597
fi
 
29598
    fi
29283
29599
else
29284
29600
        pkg_failed=untried
29285
29601
fi
29286
29602
 
 
29603
 
 
29604
 
29287
29605
if test $pkg_failed = yes; then
29288
 
        XNESTMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xfont xext x11 xau $XDMCP_MODULES"`
 
29606
 
 
29607
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
29608
        _pkg_short_errors_supported=yes
 
29609
else
 
29610
        _pkg_short_errors_supported=no
 
29611
fi
 
29612
        if test $_pkg_short_errors_supported = yes; then
 
29613
                XNESTMODULES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xfont xext x11 xau $XDMCP_MODULES"`
 
29614
        else
 
29615
                XNESTMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xfont xext x11 xau $XDMCP_MODULES"`
 
29616
        fi
29289
29617
        # Put the nasty error message in config.log where it belongs
29290
 
        echo "$XNESTMODULES_PKG_ERRORS" 1>&5
 
29618
        echo "$XNESTMODULES_PKG_ERRORS" >&5
29291
29619
 
29292
29620
        have_xnest=no
29293
29621
elif test $pkg_failed = untried; then
30096
30424
echo $ECHO_N "checking for XPRINT... $ECHO_C" >&6
30097
30425
 
30098
30426
if test -n "$PKG_CONFIG"; then
 
30427
    if test -n "$XPRINT_CFLAGS"; then
 
30428
        pkg_cv_XPRINT_CFLAGS="$XPRINT_CFLAGS"
 
30429
    else
30099
30430
        if test -n "$PKG_CONFIG" && \
30100
30431
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"printproto x11 xfont \$XDMCP_MODULES xau\"") >&5
30101
30432
  ($PKG_CONFIG --exists --print-errors "printproto x11 xfont $XDMCP_MODULES xau") 2>&5
30106
30437
else
30107
30438
  pkg_failed=yes
30108
30439
fi
 
30440
    fi
30109
30441
else
30110
30442
        pkg_failed=untried
30111
30443
fi
30112
30444
if test -n "$PKG_CONFIG"; then
 
30445
    if test -n "$XPRINT_LIBS"; then
 
30446
        pkg_cv_XPRINT_LIBS="$XPRINT_LIBS"
 
30447
    else
30113
30448
        if test -n "$PKG_CONFIG" && \
30114
30449
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"printproto x11 xfont \$XDMCP_MODULES xau\"") >&5
30115
30450
  ($PKG_CONFIG --exists --print-errors "printproto x11 xfont $XDMCP_MODULES xau") 2>&5
30120
30455
else
30121
30456
  pkg_failed=yes
30122
30457
fi
 
30458
    fi
30123
30459
else
30124
30460
        pkg_failed=untried
30125
30461
fi
30126
30462
 
 
30463
 
 
30464
 
30127
30465
if test $pkg_failed = yes; then
30128
 
        XPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "printproto x11 xfont $XDMCP_MODULES xau"`
 
30466
 
 
30467
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
30468
        _pkg_short_errors_supported=yes
 
30469
else
 
30470
        _pkg_short_errors_supported=no
 
30471
fi
 
30472
        if test $_pkg_short_errors_supported = yes; then
 
30473
                XPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "printproto x11 xfont $XDMCP_MODULES xau"`
 
30474
        else
 
30475
                XPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "printproto x11 xfont $XDMCP_MODULES xau"`
 
30476
        fi
30129
30477
        # Put the nasty error message in config.log where it belongs
30130
 
        echo "$XPRINT_PKG_ERRORS" 1>&5
30131
 
 
30132
 
        { { echo "$as_me:$LINENO: error: Package requirements (printproto x11 xfont $XDMCP_MODULES xau) were not met.
30133
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30134
 
installed software in a non-standard prefix.
30135
 
 
30136
 
Alternatively you may set the XPRINT_CFLAGS and XPRINT_LIBS environment variables
30137
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30138
 
more details." >&5
30139
 
echo "$as_me: error: Package requirements (printproto x11 xfont $XDMCP_MODULES xau) were not met.
30140
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30141
 
installed software in a non-standard prefix.
30142
 
 
30143
 
Alternatively you may set the XPRINT_CFLAGS and XPRINT_LIBS environment variables
30144
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30145
 
more details." >&2;}
 
30478
        echo "$XPRINT_PKG_ERRORS" >&5
 
30479
 
 
30480
        { { echo "$as_me:$LINENO: error: Package requirements (printproto x11 xfont $XDMCP_MODULES xau) were not met:
 
30481
 
 
30482
$XPRINT_PKG_ERRORS
 
30483
 
 
30484
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30485
installed software in a non-standard prefix.
 
30486
 
 
30487
Alternatively, you may set the environment variables XPRINT_CFLAGS
 
30488
and XPRINT_LIBS to avoid the need to call pkg-config.
 
30489
See the pkg-config man page for more details.
 
30490
" >&5
 
30491
echo "$as_me: error: Package requirements (printproto x11 xfont $XDMCP_MODULES xau) were not met:
 
30492
 
 
30493
$XPRINT_PKG_ERRORS
 
30494
 
 
30495
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30496
installed software in a non-standard prefix.
 
30497
 
 
30498
Alternatively, you may set the environment variables XPRINT_CFLAGS
 
30499
and XPRINT_LIBS to avoid the need to call pkg-config.
 
30500
See the pkg-config man page for more details.
 
30501
" >&2;}
30146
30502
   { (exit 1); exit 1; }; }
30147
30503
elif test $pkg_failed = untried; then
30148
30504
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
30149
30505
is in your PATH or set the PKG_CONFIG environment variable to the full
30150
30506
path to pkg-config.
30151
30507
 
30152
 
Alternatively you may set the XPRINT_CFLAGS and XPRINT_LIBS environment variables
30153
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30154
 
more details.
 
30508
Alternatively, you may set the environment variables XPRINT_CFLAGS
 
30509
and XPRINT_LIBS to avoid the need to call pkg-config.
 
30510
See the pkg-config man page for more details.
30155
30511
 
30156
30512
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30157
30513
See \`config.log' for more details." >&5
30159
30515
is in your PATH or set the PKG_CONFIG environment variable to the full
30160
30516
path to pkg-config.
30161
30517
 
30162
 
Alternatively you may set the XPRINT_CFLAGS and XPRINT_LIBS environment variables
30163
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30164
 
more details.
 
30518
Alternatively, you may set the environment variables XPRINT_CFLAGS
 
30519
and XPRINT_LIBS to avoid the need to call pkg-config.
 
30520
See the pkg-config man page for more details.
30165
30521
 
30166
30522
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30167
30523
See \`config.log' for more details." >&2;}
30287
30643
echo $ECHO_N "checking for XWINMODULES... $ECHO_C" >&6
30288
30644
 
30289
30645
if test -n "$PKG_CONFIG"; then
 
30646
    if test -n "$XWINMODULES_CFLAGS"; then
 
30647
        pkg_cv_XWINMODULES_CFLAGS="$XWINMODULES_CFLAGS"
 
30648
    else
30290
30649
        if test -n "$PKG_CONFIG" && \
30291
30650
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xdmcp xau xfont\"") >&5
30292
30651
  ($PKG_CONFIG --exists --print-errors "x11 xdmcp xau xfont") 2>&5
30297
30656
else
30298
30657
  pkg_failed=yes
30299
30658
fi
 
30659
    fi
30300
30660
else
30301
30661
        pkg_failed=untried
30302
30662
fi
30303
30663
if test -n "$PKG_CONFIG"; then
 
30664
    if test -n "$XWINMODULES_LIBS"; then
 
30665
        pkg_cv_XWINMODULES_LIBS="$XWINMODULES_LIBS"
 
30666
    else
30304
30667
        if test -n "$PKG_CONFIG" && \
30305
30668
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xdmcp xau xfont\"") >&5
30306
30669
  ($PKG_CONFIG --exists --print-errors "x11 xdmcp xau xfont") 2>&5
30311
30674
else
30312
30675
  pkg_failed=yes
30313
30676
fi
 
30677
    fi
30314
30678
else
30315
30679
        pkg_failed=untried
30316
30680
fi
30317
30681
 
 
30682
 
 
30683
 
30318
30684
if test $pkg_failed = yes; then
30319
 
        XWINMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xdmcp xau xfont"`
 
30685
 
 
30686
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
30687
        _pkg_short_errors_supported=yes
 
30688
else
 
30689
        _pkg_short_errors_supported=no
 
30690
fi
 
30691
        if test $_pkg_short_errors_supported = yes; then
 
30692
                XWINMODULES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xdmcp xau xfont"`
 
30693
        else
 
30694
                XWINMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xdmcp xau xfont"`
 
30695
        fi
30320
30696
        # Put the nasty error message in config.log where it belongs
30321
 
        echo "$XWINMODULES_PKG_ERRORS" 1>&5
30322
 
 
30323
 
        { { echo "$as_me:$LINENO: error: Package requirements (x11 xdmcp xau xfont) were not met.
30324
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30325
 
installed software in a non-standard prefix.
30326
 
 
30327
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30328
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30329
 
more details." >&5
30330
 
echo "$as_me: error: Package requirements (x11 xdmcp xau xfont) were not met.
30331
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30332
 
installed software in a non-standard prefix.
30333
 
 
30334
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30335
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30336
 
more details." >&2;}
 
30697
        echo "$XWINMODULES_PKG_ERRORS" >&5
 
30698
 
 
30699
        { { echo "$as_me:$LINENO: error: Package requirements (x11 xdmcp xau xfont) were not met:
 
30700
 
 
30701
$XWINMODULES_PKG_ERRORS
 
30702
 
 
30703
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30704
installed software in a non-standard prefix.
 
30705
 
 
30706
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30707
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30708
See the pkg-config man page for more details.
 
30709
" >&5
 
30710
echo "$as_me: error: Package requirements (x11 xdmcp xau xfont) were not met:
 
30711
 
 
30712
$XWINMODULES_PKG_ERRORS
 
30713
 
 
30714
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30715
installed software in a non-standard prefix.
 
30716
 
 
30717
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30718
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30719
See the pkg-config man page for more details.
 
30720
" >&2;}
30337
30721
   { (exit 1); exit 1; }; }
30338
30722
elif test $pkg_failed = untried; then
30339
30723
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
30340
30724
is in your PATH or set the PKG_CONFIG environment variable to the full
30341
30725
path to pkg-config.
30342
30726
 
30343
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30344
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30345
 
more details.
 
30727
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30728
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30729
See the pkg-config man page for more details.
30346
30730
 
30347
30731
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30348
30732
See \`config.log' for more details." >&5
30350
30734
is in your PATH or set the PKG_CONFIG environment variable to the full
30351
30735
path to pkg-config.
30352
30736
 
30353
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30354
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30355
 
more details.
 
30737
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30738
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30739
See the pkg-config man page for more details.
30356
30740
 
30357
30741
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30358
30742
See \`config.log' for more details." >&2;}
30383
30767
echo $ECHO_N "checking for XWINMODULES... $ECHO_C" >&6
30384
30768
 
30385
30769
if test -n "$PKG_CONFIG"; then
 
30770
    if test -n "$XWINMODULES_CFLAGS"; then
 
30771
        pkg_cv_XWINMODULES_CFLAGS="$XWINMODULES_CFLAGS"
 
30772
    else
30386
30773
        if test -n "$PKG_CONFIG" && \
30387
30774
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xdmcp xau xfont\"") >&5
30388
30775
  ($PKG_CONFIG --exists --print-errors "x11 xdmcp xau xfont") 2>&5
30393
30780
else
30394
30781
  pkg_failed=yes
30395
30782
fi
 
30783
    fi
30396
30784
else
30397
30785
        pkg_failed=untried
30398
30786
fi
30399
30787
if test -n "$PKG_CONFIG"; then
 
30788
    if test -n "$XWINMODULES_LIBS"; then
 
30789
        pkg_cv_XWINMODULES_LIBS="$XWINMODULES_LIBS"
 
30790
    else
30400
30791
        if test -n "$PKG_CONFIG" && \
30401
30792
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xdmcp xau xfont\"") >&5
30402
30793
  ($PKG_CONFIG --exists --print-errors "x11 xdmcp xau xfont") 2>&5
30407
30798
else
30408
30799
  pkg_failed=yes
30409
30800
fi
 
30801
    fi
30410
30802
else
30411
30803
        pkg_failed=untried
30412
30804
fi
30413
30805
 
 
30806
 
 
30807
 
30414
30808
if test $pkg_failed = yes; then
30415
 
        XWINMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xdmcp xau xfont"`
 
30809
 
 
30810
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
30811
        _pkg_short_errors_supported=yes
 
30812
else
 
30813
        _pkg_short_errors_supported=no
 
30814
fi
 
30815
        if test $_pkg_short_errors_supported = yes; then
 
30816
                XWINMODULES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xdmcp xau xfont"`
 
30817
        else
 
30818
                XWINMODULES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xdmcp xau xfont"`
 
30819
        fi
30416
30820
        # Put the nasty error message in config.log where it belongs
30417
 
        echo "$XWINMODULES_PKG_ERRORS" 1>&5
30418
 
 
30419
 
        { { echo "$as_me:$LINENO: error: Package requirements (x11 xdmcp xau xfont) were not met.
30420
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30421
 
installed software in a non-standard prefix.
30422
 
 
30423
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30424
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30425
 
more details." >&5
30426
 
echo "$as_me: error: Package requirements (x11 xdmcp xau xfont) were not met.
30427
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30428
 
installed software in a non-standard prefix.
30429
 
 
30430
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30431
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30432
 
more details." >&2;}
 
30821
        echo "$XWINMODULES_PKG_ERRORS" >&5
 
30822
 
 
30823
        { { echo "$as_me:$LINENO: error: Package requirements (x11 xdmcp xau xfont) were not met:
 
30824
 
 
30825
$XWINMODULES_PKG_ERRORS
 
30826
 
 
30827
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30828
installed software in a non-standard prefix.
 
30829
 
 
30830
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30831
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30832
See the pkg-config man page for more details.
 
30833
" >&5
 
30834
echo "$as_me: error: Package requirements (x11 xdmcp xau xfont) were not met:
 
30835
 
 
30836
$XWINMODULES_PKG_ERRORS
 
30837
 
 
30838
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30839
installed software in a non-standard prefix.
 
30840
 
 
30841
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30842
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30843
See the pkg-config man page for more details.
 
30844
" >&2;}
30433
30845
   { (exit 1); exit 1; }; }
30434
30846
elif test $pkg_failed = untried; then
30435
30847
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
30436
30848
is in your PATH or set the PKG_CONFIG environment variable to the full
30437
30849
path to pkg-config.
30438
30850
 
30439
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30440
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30441
 
more details.
 
30851
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30852
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30853
See the pkg-config man page for more details.
30442
30854
 
30443
30855
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30444
30856
See \`config.log' for more details." >&5
30446
30858
is in your PATH or set the PKG_CONFIG environment variable to the full
30447
30859
path to pkg-config.
30448
30860
 
30449
 
Alternatively you may set the XWINMODULES_CFLAGS and XWINMODULES_LIBS environment variables
30450
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30451
 
more details.
 
30861
Alternatively, you may set the environment variables XWINMODULES_CFLAGS
 
30862
and XWINMODULES_LIBS to avoid the need to call pkg-config.
 
30863
See the pkg-config man page for more details.
30452
30864
 
30453
30865
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30454
30866
See \`config.log' for more details." >&2;}
30767
31179
echo $ECHO_N "checking for XORGCONFIG_DEP... $ECHO_C" >&6
30768
31180
 
30769
31181
if test -n "$PKG_CONFIG"; then
 
31182
    if test -n "$XORGCONFIG_DEP_CFLAGS"; then
 
31183
        pkg_cv_XORGCONFIG_DEP_CFLAGS="$XORGCONFIG_DEP_CFLAGS"
 
31184
    else
30770
31185
        if test -n "$PKG_CONFIG" && \
30771
31186
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xkbfile x11\"") >&5
30772
31187
  ($PKG_CONFIG --exists --print-errors "xkbfile x11") 2>&5
30777
31192
else
30778
31193
  pkg_failed=yes
30779
31194
fi
 
31195
    fi
30780
31196
else
30781
31197
        pkg_failed=untried
30782
31198
fi
30783
31199
if test -n "$PKG_CONFIG"; then
 
31200
    if test -n "$XORGCONFIG_DEP_LIBS"; then
 
31201
        pkg_cv_XORGCONFIG_DEP_LIBS="$XORGCONFIG_DEP_LIBS"
 
31202
    else
30784
31203
        if test -n "$PKG_CONFIG" && \
30785
31204
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xkbfile x11\"") >&5
30786
31205
  ($PKG_CONFIG --exists --print-errors "xkbfile x11") 2>&5
30791
31210
else
30792
31211
  pkg_failed=yes
30793
31212
fi
 
31213
    fi
30794
31214
else
30795
31215
        pkg_failed=untried
30796
31216
fi
30797
31217
 
 
31218
 
 
31219
 
30798
31220
if test $pkg_failed = yes; then
30799
 
        XORGCONFIG_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xkbfile x11"`
 
31221
 
 
31222
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
31223
        _pkg_short_errors_supported=yes
 
31224
else
 
31225
        _pkg_short_errors_supported=no
 
31226
fi
 
31227
        if test $_pkg_short_errors_supported = yes; then
 
31228
                XORGCONFIG_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xkbfile x11"`
 
31229
        else
 
31230
                XORGCONFIG_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xkbfile x11"`
 
31231
        fi
30800
31232
        # Put the nasty error message in config.log where it belongs
30801
 
        echo "$XORGCONFIG_DEP_PKG_ERRORS" 1>&5
30802
 
 
30803
 
        { { echo "$as_me:$LINENO: error: Package requirements (xkbfile x11) were not met.
30804
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30805
 
installed software in a non-standard prefix.
30806
 
 
30807
 
Alternatively you may set the XORGCONFIG_DEP_CFLAGS and XORGCONFIG_DEP_LIBS environment variables
30808
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30809
 
more details." >&5
30810
 
echo "$as_me: error: Package requirements (xkbfile x11) were not met.
30811
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30812
 
installed software in a non-standard prefix.
30813
 
 
30814
 
Alternatively you may set the XORGCONFIG_DEP_CFLAGS and XORGCONFIG_DEP_LIBS environment variables
30815
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30816
 
more details." >&2;}
 
31233
        echo "$XORGCONFIG_DEP_PKG_ERRORS" >&5
 
31234
 
 
31235
        { { echo "$as_me:$LINENO: error: Package requirements (xkbfile x11) were not met:
 
31236
 
 
31237
$XORGCONFIG_DEP_PKG_ERRORS
 
31238
 
 
31239
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
31240
installed software in a non-standard prefix.
 
31241
 
 
31242
Alternatively, you may set the environment variables XORGCONFIG_DEP_CFLAGS
 
31243
and XORGCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
31244
See the pkg-config man page for more details.
 
31245
" >&5
 
31246
echo "$as_me: error: Package requirements (xkbfile x11) were not met:
 
31247
 
 
31248
$XORGCONFIG_DEP_PKG_ERRORS
 
31249
 
 
31250
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
31251
installed software in a non-standard prefix.
 
31252
 
 
31253
Alternatively, you may set the environment variables XORGCONFIG_DEP_CFLAGS
 
31254
and XORGCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
31255
See the pkg-config man page for more details.
 
31256
" >&2;}
30817
31257
   { (exit 1); exit 1; }; }
30818
31258
elif test $pkg_failed = untried; then
30819
31259
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
30820
31260
is in your PATH or set the PKG_CONFIG environment variable to the full
30821
31261
path to pkg-config.
30822
31262
 
30823
 
Alternatively you may set the XORGCONFIG_DEP_CFLAGS and XORGCONFIG_DEP_LIBS environment variables
30824
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30825
 
more details.
 
31263
Alternatively, you may set the environment variables XORGCONFIG_DEP_CFLAGS
 
31264
and XORGCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
31265
See the pkg-config man page for more details.
30826
31266
 
30827
31267
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30828
31268
See \`config.log' for more details." >&5
30830
31270
is in your PATH or set the PKG_CONFIG environment variable to the full
30831
31271
path to pkg-config.
30832
31272
 
30833
 
Alternatively you may set the XORGCONFIG_DEP_CFLAGS and XORGCONFIG_DEP_LIBS environment variables
30834
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30835
 
more details.
 
31273
Alternatively, you may set the environment variables XORGCONFIG_DEP_CFLAGS
 
31274
and XORGCONFIG_DEP_LIBS to avoid the need to call pkg-config.
 
31275
See the pkg-config man page for more details.
30836
31276
 
30837
31277
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30838
31278
See \`config.log' for more details." >&2;}
30861
31301
echo $ECHO_N "checking for XORGCFG_DEP... $ECHO_C" >&6
30862
31302
 
30863
31303
if test -n "$PKG_CONFIG"; then
 
31304
    if test -n "$XORGCFG_DEP_CFLAGS"; then
 
31305
        pkg_cv_XORGCFG_DEP_CFLAGS="$XORGCFG_DEP_CFLAGS"
 
31306
    else
30864
31307
        if test -n "$PKG_CONFIG" && \
30865
31308
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11\"") >&5
30866
31309
  ($PKG_CONFIG --exists --print-errors "xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11") 2>&5
30871
31314
else
30872
31315
  pkg_failed=yes
30873
31316
fi
 
31317
    fi
30874
31318
else
30875
31319
        pkg_failed=untried
30876
31320
fi
30877
31321
if test -n "$PKG_CONFIG"; then
 
31322
    if test -n "$XORGCFG_DEP_LIBS"; then
 
31323
        pkg_cv_XORGCFG_DEP_LIBS="$XORGCFG_DEP_LIBS"
 
31324
    else
30878
31325
        if test -n "$PKG_CONFIG" && \
30879
31326
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11\"") >&5
30880
31327
  ($PKG_CONFIG --exists --print-errors "xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11") 2>&5
30885
31332
else
30886
31333
  pkg_failed=yes
30887
31334
fi
 
31335
    fi
30888
31336
else
30889
31337
        pkg_failed=untried
30890
31338
fi
30891
31339
 
 
31340
 
 
31341
 
30892
31342
if test $pkg_failed = yes; then
30893
 
        XORGCFG_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11"`
 
31343
 
 
31344
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
31345
        _pkg_short_errors_supported=yes
 
31346
else
 
31347
        _pkg_short_errors_supported=no
 
31348
fi
 
31349
        if test $_pkg_short_errors_supported = yes; then
 
31350
                XORGCFG_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11"`
 
31351
        else
 
31352
                XORGCFG_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11"`
 
31353
        fi
30894
31354
        # Put the nasty error message in config.log where it belongs
30895
 
        echo "$XORGCFG_DEP_PKG_ERRORS" 1>&5
30896
 
 
30897
 
        { { echo "$as_me:$LINENO: error: Package requirements (xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11) were not met.
30898
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30899
 
installed software in a non-standard prefix.
30900
 
 
30901
 
Alternatively you may set the XORGCFG_DEP_CFLAGS and XORGCFG_DEP_LIBS environment variables
30902
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30903
 
more details." >&5
30904
 
echo "$as_me: error: Package requirements (xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11) were not met.
30905
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
30906
 
installed software in a non-standard prefix.
30907
 
 
30908
 
Alternatively you may set the XORGCFG_DEP_CFLAGS and XORGCFG_DEP_LIBS environment variables
30909
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30910
 
more details." >&2;}
 
31355
        echo "$XORGCFG_DEP_PKG_ERRORS" >&5
 
31356
 
 
31357
        { { echo "$as_me:$LINENO: error: Package requirements (xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11) were not met:
 
31358
 
 
31359
$XORGCFG_DEP_PKG_ERRORS
 
31360
 
 
31361
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
31362
installed software in a non-standard prefix.
 
31363
 
 
31364
Alternatively, you may set the environment variables XORGCFG_DEP_CFLAGS
 
31365
and XORGCFG_DEP_LIBS to avoid the need to call pkg-config.
 
31366
See the pkg-config man page for more details.
 
31367
" >&5
 
31368
echo "$as_me: error: Package requirements (xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11) were not met:
 
31369
 
 
31370
$XORGCFG_DEP_PKG_ERRORS
 
31371
 
 
31372
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
31373
installed software in a non-standard prefix.
 
31374
 
 
31375
Alternatively, you may set the environment variables XORGCFG_DEP_CFLAGS
 
31376
and XORGCFG_DEP_LIBS to avoid the need to call pkg-config.
 
31377
See the pkg-config man page for more details.
 
31378
" >&2;}
30911
31379
   { (exit 1); exit 1; }; }
30912
31380
elif test $pkg_failed = untried; then
30913
31381
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
30914
31382
is in your PATH or set the PKG_CONFIG environment variable to the full
30915
31383
path to pkg-config.
30916
31384
 
30917
 
Alternatively you may set the XORGCFG_DEP_CFLAGS and XORGCFG_DEP_LIBS environment variables
30918
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30919
 
more details.
 
31385
Alternatively, you may set the environment variables XORGCFG_DEP_CFLAGS
 
31386
and XORGCFG_DEP_LIBS to avoid the need to call pkg-config.
 
31387
See the pkg-config man page for more details.
30920
31388
 
30921
31389
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30922
31390
See \`config.log' for more details." >&5
30924
31392
is in your PATH or set the PKG_CONFIG environment variable to the full
30925
31393
path to pkg-config.
30926
31394
 
30927
 
Alternatively you may set the XORGCFG_DEP_CFLAGS and XORGCFG_DEP_LIBS environment variables
30928
 
to avoid the need to call pkg-config.  See the pkg-config man page for
30929
 
more details.
 
31395
Alternatively, you may set the environment variables XORGCFG_DEP_CFLAGS
 
31396
and XORGCFG_DEP_LIBS to avoid the need to call pkg-config.
 
31397
See the pkg-config man page for more details.
30930
31398
 
30931
31399
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
30932
31400
See \`config.log' for more details." >&2;}
32250
32718
} >&5
32251
32719
cat >&5 <<_CSEOF
32252
32720
 
32253
 
This file was extended by xorg-server $as_me 1.0.0, which was
 
32721
This file was extended by xorg-server $as_me 1.0.1, which was
32254
32722
generated by GNU Autoconf 2.59.  Invocation command line was
32255
32723
 
32256
32724
  CONFIG_FILES    = $CONFIG_FILES
32313
32781
 
32314
32782
cat >>$CONFIG_STATUS <<_ACEOF
32315
32783
ac_cs_version="\\
32316
 
xorg-server config.status 1.0.0
 
32784
xorg-server config.status 1.0.1
32317
32785
configured by $0, generated by GNU Autoconf 2.59,
32318
32786
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
32319
32787