~ubuntu-branches/ubuntu/lucid/metacity/lucid

« back to all changes in this revision

Viewing changes to debian/patches/90_autotools.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche, Michael Vogt, Didier Roche
  • Date: 2010-03-24 15:29:03 UTC
  • Revision ID: james.westby@ubuntu.com-20100324152903-xg3atzmirawr6c24
Tags: 1:2.28.1-0ubuntu7
[ Michael Vogt ]
* debian/metacity-common.gconf-defaults:
  - fix backward setting gconf path (LP: #150702)

[ Didier Roche ]
* debian/patches/12_dont-show-as-user.patch:
  - don't show the "as another user" as compiz doesn't show it as well
    and some user find it tech-speak (LP: #519035)
* debian/control.in: remove libgtop2-dev unnecessary now
* debian/patches/90_autotools.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
Index: metacity-2.28.1/configure
3
3
===================================================================
4
 
--- metacity-2.28.1.orig/configure      2010-02-10 16:48:23.699188104 +0100
5
 
+++ metacity-2.28.1/configure   2010-02-10 16:49:11.155186074 +0100
 
4
--- metacity-2.28.1.orig/configure      2010-03-24 15:07:20.762635224 +0100
 
5
+++ metacity-2.28.1/configure   2010-03-24 15:07:25.466624357 +0100
6
6
@@ -1,20 +1,24 @@
7
7
 #! /bin/sh
8
8
 # Guess values for system-dependent variables and create Makefiles.
8076
8076
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
8077
8077
 
8078
8078
 if test "$GCC" = yes; then
8079
 
@@ -11698,1361 +11262,302 @@
8080
 
     case $LD in # libtool.m4 will add one of these switches to LD
8081
 
     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
8082
 
       libsuff= shlibsuff= libmagic=32-bit;;
 
8079
@@ -11689,1370 +11253,320 @@
 
8080
   need_lib_prefix=no
 
8081
   need_version=no
 
8082
   soname_spec='${libname}${release}${shared_ext}$major'
 
8083
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
8084
-  case $host_os in
 
8085
-  irix5* | nonstopux*)
 
8086
-    libsuff= shlibsuff=
 
8087
-    ;;
 
8088
-  *)
 
8089
-    case $LD in # libtool.m4 will add one of these switches to LD
 
8090
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
8091
-      libsuff= shlibsuff= libmagic=32-bit;;
8083
8092
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
8084
8093
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
8085
8094
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9299
9308
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
9300
9309
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
9301
9310
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
9302
 
-    esac
 
9311
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
9312
+  case $host_os in
 
9313
+  irix5* | nonstopux*)
 
9314
+    libsuff= shlibsuff=
 
9315
+    ;;
 
9316
+  *)
 
9317
+    case $LD in # libtool.m4 will add one of these switches to LD
 
9318
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
9319
+      libsuff= shlibsuff= libmagic=32-bit;;
 
9320
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
9321
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
9322
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
9323
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
9324
+    *) libsuff= shlibsuff= libmagic=never-match;;
 
9325
     esac
9303
9326
-  else :
9304
9327
-    # compilation failed
9305
9328
-    lt_cv_dlopen_self_static=no
9316
9339
-    CPPFLAGS="$save_CPPFLAGS"
9317
9340
-    LDFLAGS="$save_LDFLAGS"
9318
9341
-    LIBS="$save_LIBS"
9319
 
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9320
 
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
9321
 
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9322
 
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
9323
 
+    *) libsuff= shlibsuff= libmagic=never-match;;
9324
 
+    esac
9325
9342
     ;;
9326
9343
   esac
9327
9344
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9341
9358
-  *) enable_dlopen_self_static=unknown ;;
9342
9359
-  esac
9343
9360
-fi
9344
 
-
9345
 
-
9346
 
-
9347
 
-
9348
 
-
9349
 
-
9350
9361
+# No shared lib support for Linux oldld, aout, or coff.
9351
9362
+linux*oldld* | linux*aout* | linux*coff*)
9352
9363
+  dynamic_linker=no
9457
9468
+  dynamic_linker='ldqnx.so'
9458
9469
+  ;;
9459
9470
 
9460
 
-striplib=
9461
 
-old_striplib=
9462
 
-{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9463
 
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
9464
 
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
9465
 
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
9466
 
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
9467
 
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
9468
 
-$as_echo "yes" >&6; }
9469
 
-else
9470
 
-# FIXME - insert some real tests, host_os isn't really good enough
9471
9471
+openbsd*)
9472
9472
+  version_type=sunos
9473
9473
+  sys_lib_dlsearch_path_spec="/usr/lib"
9474
9474
+  need_lib_prefix=no
9475
9475
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9476
 
   case $host_os in
9477
 
-  darwin*)
9478
 
-    if test -n "$STRIP" ; then
9479
 
-      striplib="$STRIP -x"
9480
 
-      old_striplib="$STRIP -S"
9481
 
-      { $as_echo "$as_me:$LINENO: result: yes" >&5
9482
 
-$as_echo "yes" >&6; }
9483
 
-    else
9484
 
-      { $as_echo "$as_me:$LINENO: result: no" >&5
9485
 
-$as_echo "no" >&6; }
9486
 
-    fi
9487
 
-    ;;
9488
 
-  *)
9489
 
-    { $as_echo "$as_me:$LINENO: result: no" >&5
9490
 
-$as_echo "no" >&6; }
9491
 
-    ;;
 
9476
+  case $host_os in
9492
9477
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9493
9478
+    *)                         need_version=no  ;;
9494
 
   esac
9495
 
-fi
9496
 
-
9497
 
-
9498
 
-
9499
 
-
 
9479
+  esac
9500
9480
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9501
9481
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9502
9482
+  shlibpath_var=LD_LIBRARY_PATH
9563
9543
+  need_version=yes
9564
9544
+  ;;
9565
9545
 
 
9546
-striplib=
 
9547
-old_striplib=
 
9548
-{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
9549
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
 
9550
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
9551
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
9552
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
9553
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9554
-$as_echo "yes" >&6; }
 
9555
-else
 
9556
-# FIXME - insert some real tests, host_os isn't really good enough
 
9557
-  case $host_os in
 
9558
-  darwin*)
 
9559
-    if test -n "$STRIP" ; then
 
9560
-      striplib="$STRIP -x"
 
9561
-      old_striplib="$STRIP -S"
 
9562
-      { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9563
-$as_echo "yes" >&6; }
 
9564
-    else
 
9565
-      { $as_echo "$as_me:$LINENO: result: no" >&5
 
9566
-$as_echo "no" >&6; }
 
9567
-    fi
 
9568
-    ;;
 
9569
-  *)
 
9570
-    { $as_echo "$as_me:$LINENO: result: no" >&5
 
9571
-$as_echo "no" >&6; }
 
9572
-    ;;
9566
9573
+sysv4 | sysv4.3*)
9567
9574
+  version_type=linux
9568
9575
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9583
9590
+      shlibpath_overrides_runpath=no
9584
9591
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9585
9592
+      ;;
9586
 
+  esac
 
9593
   esac
 
9594
-fi
 
9595
-
 
9596
-
9587
9597
+  ;;
9588
9598
 
9589
9599
+sysv4*MP*)
9595
9605
+  fi
9596
9606
+  ;;
9597
9607
 
9598
 
-  # Report which library types will actually be built
9599
 
-  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
9600
 
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
9601
 
-  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
9602
 
-$as_echo "$can_build_shared" >&6; }
9603
9608
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9604
9609
+  version_type=freebsd-elf
9605
9610
+  need_lib_prefix=no
9622
9627
+  sys_lib_dlsearch_path_spec='/usr/lib'
9623
9628
+  ;;
9624
9629
 
 
9630
+tpf*)
 
9631
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
9632
+  version_type=linux
 
9633
+  need_lib_prefix=no
 
9634
+  need_version=no
 
9635
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
9636
+  shlibpath_var=LD_LIBRARY_PATH
 
9637
+  shlibpath_overrides_runpath=no
 
9638
+  hardcode_into_libs=yes
 
9639
+  ;;
 
9640
 
 
9641
+uts4*)
 
9642
+  version_type=linux
 
9643
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
9644
+  soname_spec='${libname}${release}${shared_ext}$major'
 
9645
+  shlibpath_var=LD_LIBRARY_PATH
 
9646
+  ;;
 
9647
 
 
9648
+*)
 
9649
+  dynamic_linker=no
 
9650
+  ;;
 
9651
+esac
 
9652
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
 
9653
+$as_echo "$dynamic_linker" >&6; }
 
9654
+test "$dynamic_linker" = no && can_build_shared=no
 
9655
+
 
9656
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
9657
+if test "$GCC" = yes; then
 
9658
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
9659
+fi
 
9660
+
 
9661
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
9662
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
9663
+fi
 
9664
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
9665
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
9666
+fi
 
9667
 
 
9668
 
 
9669
 
 
9670
 
 
9671
 
 
9672
-  # Report which library types will actually be built
 
9673
-  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
9674
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
9675
-  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
9676
-$as_echo "$can_build_shared" >&6; }
 
9677
 
9625
9678
-  { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
9626
9679
-$as_echo_n "checking whether to build shared libraries... " >&6; }
9627
9680
-  test "$can_build_shared" = "no" && enable_shared=no
9628
 
+tpf*)
9629
 
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9630
 
+  version_type=linux
9631
 
+  need_lib_prefix=no
9632
 
+  need_version=no
9633
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9634
 
+  shlibpath_var=LD_LIBRARY_PATH
9635
 
+  shlibpath_overrides_runpath=no
9636
 
+  hardcode_into_libs=yes
9637
 
+  ;;
9638
9681
 
9639
9682
-  # On AIX, shared libraries and static libraries use the same namespace, and
9640
9683
-  # are all built from PIC.
9646
9689
-      postinstall_cmds='$RANLIB $lib'
9647
9690
-    fi
9648
9691
-    ;;
9649
 
+uts4*)
9650
 
+  version_type=linux
9651
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9652
 
+  soname_spec='${libname}${release}${shared_ext}$major'
9653
 
+  shlibpath_var=LD_LIBRARY_PATH
9654
 
+  ;;
9655
9692
 
9656
9693
-  aix[4-9]*)
9657
9694
-    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
9661
9698
-  esac
9662
9699
-  { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
9663
9700
-$as_echo "$enable_shared" >&6; }
9664
 
+*)
9665
 
+  dynamic_linker=no
9666
 
+  ;;
9667
 
+esac
9668
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9669
 
+$as_echo "$dynamic_linker" >&6; }
9670
 
+test "$dynamic_linker" = no && can_build_shared=no
9671
9701
 
9672
9702
-  { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
9673
9703
-$as_echo_n "checking whether to build static libraries... " >&6; }
9675
9705
-  test "$enable_shared" = yes || enable_static=yes
9676
9706
-  { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
9677
9707
-$as_echo "$enable_static" >&6; }
9678
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9679
 
+if test "$GCC" = yes; then
9680
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9681
 
+fi
9682
 
+
9683
 
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9684
 
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9685
 
+fi
9686
 
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9687
 
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9688
 
+fi
9689
9708
 
9690
9709
 
9691
9710
 
9701
9720
 
9702
9721
 
9703
9722
 
9704
 
@@ -13066,2168 +11571,762 @@
 
9723
@@ -13066,2168 +11580,753 @@
9705
9724
 
9706
9725
 
9707
9726
 
10585
10604
-{
10586
10605
-static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)];
10587
10606
-test_array [0] = 0
10588
 
 
10589
 
-  ;
10590
 
-  return 0;
10591
 
-}
10592
 
-_ACEOF
10593
 
-rm -f conftest.$ac_objext
10594
 
-if { (ac_try="$ac_compile"
10595
 
-case "(($ac_try" in
10596
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10597
 
-  *) ac_try_echo=$ac_try;;
10598
 
-esac
10599
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10600
 
-$as_echo "$ac_try_echo") >&5
10601
 
-  (eval "$ac_compile") 2>conftest.er1
10602
 
-  ac_status=$?
10603
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10604
 
-  rm -f conftest.er1
10605
 
-  cat conftest.err >&5
10606
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607
 
-  (exit $ac_status); } && {
10608
 
-        test -z "$ac_c_werror_flag" ||
10609
 
-        test ! -s conftest.err
10610
 
-       } && test -s conftest.$ac_objext; then
10611
 
-  ac_lo=$ac_mid; break
10612
 
-else
10613
 
-  $as_echo "$as_me: failed program was:" >&5
10614
 
-sed 's/^/| /' conftest.$ac_ext >&5
10615
 
 
10616
 
-       ac_hi=`expr '(' $ac_mid ')' - 1`
10617
 
-                       if test $ac_mid -le $ac_hi; then
10618
 
-                         ac_lo= ac_hi=
10619
 
-                         break
10620
 
-                       fi
10621
 
-                       ac_mid=`expr 2 '*' $ac_mid`
10622
 
-fi
10623
 
 
10624
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10625
 
-  done
10626
 
-else
10627
 
-  $as_echo "$as_me: failed program was:" >&5
10628
 
-sed 's/^/| /' conftest.$ac_ext >&5
10629
 
 
10630
 
-       ac_lo= ac_hi=
10631
 
+
10632
 
+
10633
 
+
10634
 
+
10635
 
+
10636
10607
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10637
10608
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10638
10609
+hardcode_action=
10639
10610
+if test -n "$hardcode_libdir_flag_spec" ||
10640
10611
+   test -n "$runpath_var" ||
10641
10612
+   test "X$hardcode_automatic" = "Xyes" ; then
10642
 
+
 
10613
 
 
10614
-  ;
 
10615
-  return 0;
 
10616
-}
 
10617
-_ACEOF
 
10618
-rm -f conftest.$ac_objext
 
10619
-if { (ac_try="$ac_compile"
 
10620
-case "(($ac_try" in
 
10621
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10622
-  *) ac_try_echo=$ac_try;;
 
10623
-esac
 
10624
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10625
-$as_echo "$ac_try_echo") >&5
 
10626
-  (eval "$ac_compile") 2>conftest.er1
 
10627
-  ac_status=$?
 
10628
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10629
-  rm -f conftest.er1
 
10630
-  cat conftest.err >&5
 
10631
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10632
-  (exit $ac_status); } && {
 
10633
-        test -z "$ac_c_werror_flag" ||
 
10634
-        test ! -s conftest.err
 
10635
-       } && test -s conftest.$ac_objext; then
 
10636
-  ac_lo=$ac_mid; break
10643
10637
+  # We can hardcode non-existent directories.
10644
10638
+  if test "$hardcode_direct" != no &&
10645
10639
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
10653
10647
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
10654
10648
+    hardcode_action=immediate
10655
10649
+  fi
10656
 
+else
 
10650
 else
 
10651
-  $as_echo "$as_me: failed program was:" >&5
 
10652
-sed 's/^/| /' conftest.$ac_ext >&5
10657
10653
+  # We cannot hardcode anything, or else we can only hardcode existing
10658
10654
+  # directories.
10659
10655
+  hardcode_action=unsupported
10660
 
 fi
 
10656
+fi
10661
10657
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10662
10658
+$as_echo "$hardcode_action" >&6; }
10663
10659
 
10664
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10660
-       ac_hi=`expr '(' $ac_mid ')' - 1`
 
10661
-                       if test $ac_mid -le $ac_hi; then
 
10662
-                         ac_lo= ac_hi=
 
10663
-                         break
 
10664
-                       fi
 
10665
-                       ac_mid=`expr 2 '*' $ac_mid`
10665
10666
+if test "$hardcode_action" = relink ||
10666
10667
+   test "$inherit_rpath" = yes; then
10667
10668
+  # Fast installation is not supported
10673
10674
 fi
10674
10675
 
10675
10676
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10677
-  done
 
10678
-else
 
10679
-  $as_echo "$as_me: failed program was:" >&5
 
10680
-sed 's/^/| /' conftest.$ac_ext >&5
 
10681
 
 
10682
-       ac_lo= ac_hi=
 
10683
-fi
 
10684
 
 
10685
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10686
-fi
 
10687
 
 
10688
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10676
10689
-# Binary search between lo and hi bounds.
10677
10690
-while test "x$ac_lo" != "x$ac_hi"; do
10678
10691
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10713
10726
-       } && test -s conftest.$ac_objext; then
10714
10727
-  ac_hi=$ac_mid
10715
10728
+
10716
 
+
10717
 
+
10718
 
+
10719
10729
+  if test "x$enable_dlopen" != xyes; then
10720
10730
+  enable_dlopen=unknown
10721
10731
+  enable_dlopen_self=unknown
10862
10872
-   else
10863
10873
-     ac_cv_sizeof_long=0
10864
10874
-   fi
10865
 
-fi
 
10875
+  ac_cv_lib_dl_dlopen=no
 
10876
 fi
10866
10877
-rm -rf conftest.dSYM
10867
10878
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10868
 
+  ac_cv_lib_dl_dlopen=no
10869
 
 fi
 
10879
-fi
10870
10880
-rm -f conftest.val
10871
10881
+rm -f core conftest.err conftest.$ac_objext \
10872
10882
+    conftest$ac_exeext conftest.$ac_ext
11218
11228
 
11219
11229
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11220
11230
+
11221
 
+fi
11222
 
+
11223
 
+
11224
11231
 fi
11225
11232
 
11226
11233
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11236
11243
-$ac_includes_default
11237
11244
-int
11238
11245
-main ()
 
11246
-{
 
11247
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
 
11248
-test_array [0] = 0
 
11249
 
 
11250
-  ;
 
11251
-  return 0;
 
11252
-}
 
11253
-_ACEOF
 
11254
-rm -f conftest.$ac_objext
 
11255
-if { (ac_try="$ac_compile"
 
11256
-case "(($ac_try" in
 
11257
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11258
-  *) ac_try_echo=$ac_try;;
 
11259
-esac
 
11260
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
11261
-$as_echo "$ac_try_echo") >&5
 
11262
-  (eval "$ac_compile") 2>conftest.er1
 
11263
-  ac_status=$?
 
11264
-  grep -v '^ *+' conftest.er1 >conftest.err
 
11265
-  rm -f conftest.er1
 
11266
-  cat conftest.err >&5
 
11267
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11268
-  (exit $ac_status); } && {
 
11269
-        test -z "$ac_c_werror_flag" ||
 
11270
-        test ! -s conftest.err
 
11271
-       } && test -s conftest.$ac_objext; then
 
11272
-  ac_hi=$ac_mid
 
11273
+fi
 
11274
+
11239
11275
+
11240
11276
+fi
11241
11277
+
11263
11299
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11264
11300
+if test "${lt_cv_dlopen_self+set}" = set; then :
11265
11301
+  $as_echo_n "(cached) " >&6
11266
 
+else
 
11302
 else
 
11303
-  $as_echo "$as_me: failed program was:" >&5
 
11304
-sed 's/^/| /' conftest.$ac_ext >&5
11267
11305
+         if test "$cross_compiling" = yes; then :
11268
11306
+  lt_cv_dlopen_self=cross
11269
11307
+else
11272
11310
+  cat > conftest.$ac_ext <<_LT_EOF
11273
11311
+#line 11973 "configure"
11274
11312
+#include "confdefs.h"
11275
 
+
 
11313
 
 
11314
-       ac_lo=`expr '(' $ac_mid ')' + 1`
 
11315
-fi
11276
11316
+#if HAVE_DLFCN_H
11277
11317
+#include <dlfcn.h>
11278
11318
+#endif
11279
 
+
11280
 
+#include <stdio.h>
 
11319
 
 
11320
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11321
-done
 
11322
-case $ac_lo in
 
11323
-?*) ac_cv_sizeof_int=$ac_lo;;
 
11324
-'') if test "$ac_cv_type_int" = yes; then
 
11325
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
11326
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
11327
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
11328
-See \`config.log' for more details." >&5
 
11329
-$as_echo "$as_me: error: cannot compute sizeof (int)
 
11330
-See \`config.log' for more details." >&2;}
 
11331
-   { (exit 77); exit 77; }; }; }
 
11332
-   else
 
11333
-     ac_cv_sizeof_int=0
 
11334
-   fi ;;
 
11335
-esac
 
11336
-else
 
11337
-  cat >conftest.$ac_ext <<_ACEOF
 
11338
-/* confdefs.h.  */
 
11339
-_ACEOF
 
11340
-cat confdefs.h >>conftest.$ac_ext
 
11341
-cat >>conftest.$ac_ext <<_ACEOF
 
11342
-/* end confdefs.h.  */
 
11343
-$ac_includes_default
 
11344
-static long int longval () { return (long int) (sizeof (int)); }
 
11345
-static unsigned long int ulongval () { return (long int) (sizeof (int)); }
 
11346
 #include <stdio.h>
 
11347
-#include <stdlib.h>
 
11348
-int
 
11349
-main ()
11281
11350
+
11282
11351
+#ifdef RTLD_GLOBAL
11283
11352
+#  define LT_DLGLOBAL          RTLD_GLOBAL
11314
11383
+void fnord() { int i=42;}
11315
11384
+int main ()
11316
11385
 {
11317
 
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
11318
 
-test_array [0] = 0
11319
11386
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11320
11387
+  int status = $lt_dlunknown;
11321
11388
 
11322
 
-  ;
11323
 
-  return 0;
 
11389
-  FILE *f = fopen ("conftest.val", "w");
 
11390
-  if (! f)
 
11391
-    return 1;
 
11392
-  if (((long int) (sizeof (int))) < 0)
11324
11393
+  if (self)
11325
 
+    {
 
11394
     {
 
11395
-      long int i = longval ();
 
11396
-      if (i != ((long int) (sizeof (int))))
 
11397
-       return 1;
 
11398
-      fprintf (f, "%ld", i);
11326
11399
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11327
11400
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11328
11401
+      /* dlclose (self); */
11329
 
+    }
11330
 
+  else
 
11402
     }
 
11403
   else
 
11404
-    {
 
11405
-      unsigned long int i = ulongval ();
 
11406
-      if (i != ((long int) (sizeof (int))))
 
11407
-       return 1;
 
11408
-      fprintf (f, "%lu", i);
 
11409
-    }
 
11410
-  /* Do not output a trailing newline, as this causes \r\n confusion
 
11411
-     on some platforms.  */
 
11412
-  return ferror (f) || fclose (f) != 0;
11331
11413
+    puts (dlerror ());
11332
 
+
 
11414
 
 
11415
-  ;
 
11416
-  return 0;
11333
11417
+  return status;
11334
11418
 }
11335
11419
-_ACEOF
11336
 
-rm -f conftest.$ac_objext
11337
 
-if { (ac_try="$ac_compile"
 
11420
-rm -f conftest$ac_exeext
 
11421
-if { (ac_try="$ac_link"
11338
11422
-case "(($ac_try" in
11339
11423
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11340
11424
-  *) ac_try_echo=$ac_try;;
11341
11425
-esac
11342
11426
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11343
11427
-$as_echo "$ac_try_echo") >&5
11344
 
-  (eval "$ac_compile") 2>conftest.er1
 
11428
-  (eval "$ac_link") 2>&5
 
11429
-  ac_status=$?
 
11430
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11431
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
11432
-  { (case "(($ac_try" in
 
11433
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11434
-  *) ac_try_echo=$ac_try;;
 
11435
-esac
 
11436
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
11437
-$as_echo "$ac_try_echo") >&5
 
11438
-  (eval "$ac_try") 2>&5
11345
11439
+_LT_EOF
11346
11440
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11347
11441
+  (eval $ac_link) 2>&5
11348
11442
   ac_status=$?
11349
 
-  grep -v '^ *+' conftest.er1 >conftest.err
11350
 
-  rm -f conftest.er1
11351
 
-  cat conftest.err >&5
11352
11443
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353
 
-  (exit $ac_status); } && {
11354
 
-        test -z "$ac_c_werror_flag" ||
11355
 
-        test ! -s conftest.err
11356
 
-       } && test -s conftest.$ac_objext; then
11357
 
-  ac_hi=$ac_mid
 
11444
-  (exit $ac_status); }; }; then
 
11445
-  ac_cv_sizeof_int=`cat conftest.val`
11358
11446
-else
11359
 
-  $as_echo "$as_me: failed program was:" >&5
 
11447
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
11448
-$as_echo "$as_me: failed program was:" >&5
11360
11449
-sed 's/^/| /' conftest.$ac_ext >&5
 
11450
-
 
11451
-( exit $ac_status )
 
11452
-if test "$ac_cv_type_int" = yes; then
 
11453
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
11454
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
11455
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
11456
-See \`config.log' for more details." >&5
 
11457
-$as_echo "$as_me: error: cannot compute sizeof (int)
 
11458
-See \`config.log' for more details." >&2;}
 
11459
-   { (exit 77); exit 77; }; }; }
 
11460
-   else
 
11461
-     ac_cv_sizeof_int=0
 
11462
-   fi
 
11463
-fi
 
11464
-rm -rf conftest.dSYM
 
11465
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11361
11466
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11362
11467
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11363
11468
+    (./conftest; exit; ) >&5 2>/dev/null
11371
11476
+    # compilation failed
11372
11477
+    lt_cv_dlopen_self=no
11373
11478
+  fi
11374
 
+fi
 
11479
 fi
 
11480
-rm -f conftest.val
11375
11481
+rm -fr conftest*
11376
11482
+
11377
 
 
11378
 
-       ac_lo=`expr '(' $ac_mid ')' + 1`
 
11483
+
11379
11484
 fi
 
11485
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
 
11486
-$as_echo "$ac_cv_sizeof_int" >&6; }
11380
11487
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11381
11488
+$as_echo "$lt_cv_dlopen_self" >&6; }
11382
 
 
11383
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11384
 
-done
11385
 
-case $ac_lo in
11386
 
-?*) ac_cv_sizeof_int=$ac_lo;;
11387
 
-'') if test "$ac_cv_type_int" = yes; then
11388
 
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11389
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11390
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
11391
 
-See \`config.log' for more details." >&5
11392
 
-$as_echo "$as_me: error: cannot compute sizeof (int)
11393
 
-See \`config.log' for more details." >&2;}
11394
 
-   { (exit 77); exit 77; }; }; }
11395
 
-   else
11396
 
-     ac_cv_sizeof_int=0
11397
 
-   fi ;;
11398
 
-esac
 
11489
+
11399
11490
+    if test "x$lt_cv_dlopen_self" = xyes; then
11400
11491
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11401
11492
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11402
11493
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11403
11494
+if test "${lt_cv_dlopen_self_static+set}" = set; then :
11404
11495
+  $as_echo_n "(cached) " >&6
11405
 
 else
11406
 
-  cat >conftest.$ac_ext <<_ACEOF
11407
 
-/* confdefs.h.  */
11408
 
-_ACEOF
11409
 
-cat confdefs.h >>conftest.$ac_ext
11410
 
-cat >>conftest.$ac_ext <<_ACEOF
11411
 
-/* end confdefs.h.  */
11412
 
-$ac_includes_default
11413
 
-static long int longval () { return (long int) (sizeof (int)); }
11414
 
-static unsigned long int ulongval () { return (long int) (sizeof (int)); }
 
11496
+else
11415
11497
+         if test "$cross_compiling" = yes; then :
11416
11498
+  lt_cv_dlopen_self_static=cross
11417
11499
+else
11420
11502
+  cat > conftest.$ac_ext <<_LT_EOF
11421
11503
+#line 12069 "configure"
11422
11504
+#include "confdefs.h"
11423
 
+
 
11505
 
11424
11506
+#if HAVE_DLFCN_H
11425
11507
+#include <dlfcn.h>
11426
11508
+#endif
11427
 
+
11428
 
 #include <stdio.h>
11429
 
-#include <stdlib.h>
11430
 
-int
11431
 
-main ()
11432
 
+
11433
 
+#ifdef RTLD_GLOBAL
11434
 
+#  define LT_DLGLOBAL          RTLD_GLOBAL
11435
 
+#else
11436
 
+#  ifdef DL_GLOBAL
11437
 
+#    define LT_DLGLOBAL                DL_GLOBAL
11438
 
+#  else
11439
 
+#    define LT_DLGLOBAL                0
11440
 
+#  endif
11441
 
+#endif
11442
 
+
11443
 
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11444
 
+   find out it does not work in some platform. */
11445
 
+#ifndef LT_DLLAZY_OR_NOW
11446
 
+#  ifdef RTLD_LAZY
11447
 
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
11448
 
+#  else
11449
 
+#    ifdef DL_LAZY
11450
 
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
11451
 
+#    else
11452
 
+#      ifdef RTLD_NOW
11453
 
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
11454
 
+#      else
11455
 
+#        ifdef DL_NOW
11456
 
+#          define LT_DLLAZY_OR_NOW     DL_NOW
11457
 
+#        else
11458
 
+#          define LT_DLLAZY_OR_NOW     0
11459
 
+#        endif
11460
 
+#      endif
11461
 
+#    endif
11462
 
+#  endif
11463
 
+#endif
11464
 
+
11465
 
+void fnord() { int i=42;}
11466
 
+int main ()
11467
 
 {
11468
 
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11469
 
+  int status = $lt_dlunknown;
11470
 
 
11471
 
-  FILE *f = fopen ("conftest.val", "w");
11472
 
-  if (! f)
11473
 
-    return 1;
11474
 
-  if (((long int) (sizeof (int))) < 0)
11475
 
+  if (self)
11476
 
     {
11477
 
-      long int i = longval ();
11478
 
-      if (i != ((long int) (sizeof (int))))
11479
 
-       return 1;
11480
 
-      fprintf (f, "%ld", i);
11481
 
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11482
 
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11483
 
+      /* dlclose (self); */
11484
 
     }
11485
 
   else
11486
 
-    {
11487
 
-      unsigned long int i = ulongval ();
11488
 
-      if (i != ((long int) (sizeof (int))))
11489
 
-       return 1;
11490
 
-      fprintf (f, "%lu", i);
11491
 
-    }
11492
 
-  /* Do not output a trailing newline, as this causes \r\n confusion
11493
 
-     on some platforms.  */
11494
 
-  return ferror (f) || fclose (f) != 0;
11495
 
+    puts (dlerror ());
11496
 
 
11497
 
-  ;
11498
 
-  return 0;
11499
 
+  return status;
11500
 
 }
11501
 
-_ACEOF
11502
 
-rm -f conftest$ac_exeext
11503
 
-if { (ac_try="$ac_link"
11504
 
-case "(($ac_try" in
11505
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11506
 
-  *) ac_try_echo=$ac_try;;
11507
 
-esac
11508
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11509
 
-$as_echo "$ac_try_echo") >&5
11510
 
-  (eval "$ac_link") 2>&5
11511
 
-  ac_status=$?
11512
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11513
 
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11514
 
-  { (case "(($ac_try" in
11515
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11516
 
-  *) ac_try_echo=$ac_try;;
11517
 
-esac
11518
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11519
 
-$as_echo "$ac_try_echo") >&5
11520
 
-  (eval "$ac_try") 2>&5
11521
 
+_LT_EOF
11522
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11523
 
+  (eval $ac_link) 2>&5
11524
 
   ac_status=$?
11525
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11526
 
-  (exit $ac_status); }; }; then
11527
 
-  ac_cv_sizeof_int=`cat conftest.val`
11528
 
-else
11529
 
-  $as_echo "$as_me: program exited with status $ac_status" >&5
11530
 
-$as_echo "$as_me: failed program was:" >&5
11531
 
-sed 's/^/| /' conftest.$ac_ext >&5
11532
 
-
11533
 
-( exit $ac_status )
11534
 
-if test "$ac_cv_type_int" = yes; then
11535
 
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11536
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11537
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
11538
 
-See \`config.log' for more details." >&5
11539
 
-$as_echo "$as_me: error: cannot compute sizeof (int)
11540
 
-See \`config.log' for more details." >&2;}
11541
 
-   { (exit 77); exit 77; }; }; }
11542
 
-   else
11543
 
-     ac_cv_sizeof_int=0
11544
 
-   fi
11545
 
-fi
11546
 
-rm -rf conftest.dSYM
11547
 
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11548
 
-fi
11549
 
-rm -f conftest.val
11550
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11551
 
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11552
 
+    (./conftest; exit; ) >&5 2>/dev/null
11553
 
+    lt_status=$?
11554
 
+    case x$lt_status in
11555
 
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11556
 
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11557
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11558
 
+    esac
11559
 
+  else :
11560
 
+    # compilation failed
11561
 
+    lt_cv_dlopen_self_static=no
11562
 
+  fi
11563
 
 fi
11564
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
11565
 
-$as_echo "$ac_cv_sizeof_int" >&6; }
11566
 
-
11567
 
-
11568
 
-
 
11509
 
 
11510
+#include <stdio.h>
 
11511
 
11569
11512
-cat >>confdefs.h <<_ACEOF
11570
11513
-#define SIZEOF_INT $ac_cv_sizeof_int
11571
11514
-_ACEOF
11572
 
+rm -fr conftest*
 
11515
+#ifdef RTLD_GLOBAL
 
11516
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
11517
+#else
 
11518
+#  ifdef DL_GLOBAL
 
11519
+#    define LT_DLGLOBAL                DL_GLOBAL
 
11520
+#  else
 
11521
+#    define LT_DLGLOBAL                0
 
11522
+#  endif
 
11523
+#endif
11573
11524
 
 
11525
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
11526
+   find out it does not work in some platform. */
 
11527
+#ifndef LT_DLLAZY_OR_NOW
 
11528
+#  ifdef RTLD_LAZY
 
11529
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
11530
+#  else
 
11531
+#    ifdef DL_LAZY
 
11532
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
11533
+#    else
 
11534
+#      ifdef RTLD_NOW
 
11535
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
11536
+#      else
 
11537
+#        ifdef DL_NOW
 
11538
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
11539
+#        else
 
11540
+#          define LT_DLLAZY_OR_NOW     0
 
11541
+#        endif
 
11542
+#      endif
 
11543
+#    endif
 
11544
+#  endif
 
11545
+#endif
11574
11546
 
11575
11547
-# The cast to long int works around a bug in the HP C Compiler
11576
11548
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11592
11564
-$ac_includes_default
11593
11565
-int
11594
11566
-main ()
11595
 
-{
 
11567
+void fnord() { int i=42;}
 
11568
+int main ()
 
11569
 {
11596
11570
-static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)];
11597
11571
-test_array [0] = 0
 
11572
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
11573
+  int status = $lt_dlunknown;
 
11574
 
 
11575
-  ;
 
11576
-  return 0;
 
11577
-}
 
11578
-_ACEOF
 
11579
-rm -f conftest.$ac_objext
 
11580
-if { (ac_try="$ac_compile"
 
11581
-case "(($ac_try" in
 
11582
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11583
-  *) ac_try_echo=$ac_try;;
 
11584
-esac
 
11585
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
11586
-$as_echo "$ac_try_echo") >&5
 
11587
-  (eval "$ac_compile") 2>conftest.er1
 
11588
-  ac_status=$?
 
11589
-  grep -v '^ *+' conftest.er1 >conftest.err
 
11590
-  rm -f conftest.er1
 
11591
-  cat conftest.err >&5
 
11592
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11593
-  (exit $ac_status); } && {
 
11594
-        test -z "$ac_c_werror_flag" ||
 
11595
-        test ! -s conftest.err
 
11596
-       } && test -s conftest.$ac_objext; then
 
11597
-  ac_lo=0 ac_mid=0
 
11598
-  while :; do
 
11599
-    cat >conftest.$ac_ext <<_ACEOF
 
11600
-/* confdefs.h.  */
 
11601
-_ACEOF
 
11602
-cat confdefs.h >>conftest.$ac_ext
 
11603
-cat >>conftest.$ac_ext <<_ACEOF
 
11604
-/* end confdefs.h.  */
 
11605
-$ac_includes_default
 
11606
-int
 
11607
-main ()
 
11608
-{
 
11609
-static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
 
11610
-test_array [0] = 0
 
11611
+  if (self)
 
11612
+    {
 
11613
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
11614
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
11615
+      /* dlclose (self); */
 
11616
+    }
 
11617
+  else
 
11618
+    puts (dlerror ());
 
11619
 
 
11620
-  ;
 
11621
-  return 0;
 
11622
+  return status;
 
11623
 }
 
11624
-_ACEOF
 
11625
-rm -f conftest.$ac_objext
 
11626
-if { (ac_try="$ac_compile"
 
11627
-case "(($ac_try" in
 
11628
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11629
-  *) ac_try_echo=$ac_try;;
 
11630
-esac
 
11631
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
11632
-$as_echo "$ac_try_echo") >&5
 
11633
-  (eval "$ac_compile") 2>conftest.er1
 
11634
+_LT_EOF
 
11635
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
 
11636
+  (eval $ac_link) 2>&5
 
11637
   ac_status=$?
 
11638
-  grep -v '^ *+' conftest.er1 >conftest.err
 
11639
-  rm -f conftest.er1
 
11640
-  cat conftest.err >&5
 
11641
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11642
-  (exit $ac_status); } && {
 
11643
-        test -z "$ac_c_werror_flag" ||
 
11644
-        test ! -s conftest.err
 
11645
-       } && test -s conftest.$ac_objext; then
 
11646
-  ac_hi=$ac_mid; break
 
11647
-else
 
11648
-  $as_echo "$as_me: failed program was:" >&5
 
11649
-sed 's/^/| /' conftest.$ac_ext >&5
 
11650
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
11651
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
 
11652
+    (./conftest; exit; ) >&5 2>/dev/null
 
11653
+    lt_status=$?
 
11654
+    case x$lt_status in
 
11655
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
11656
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
11657
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
 
11658
+    esac
 
11659
+  else :
 
11660
+    # compilation failed
 
11661
+    lt_cv_dlopen_self_static=no
 
11662
+  fi
 
11663
+fi
 
11664
+rm -fr conftest*
 
11665
+
 
11666
+
11598
11667
+fi
11599
11668
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11600
11669
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
11601
11670
+    fi
11602
 
 
11603
 
-  ;
11604
 
-  return 0;
11605
 
-}
11606
 
-_ACEOF
11607
 
-rm -f conftest.$ac_objext
11608
 
-if { (ac_try="$ac_compile"
11609
 
-case "(($ac_try" in
11610
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11611
 
-  *) ac_try_echo=$ac_try;;
11612
 
-esac
11613
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11614
 
-$as_echo "$ac_try_echo") >&5
11615
 
-  (eval "$ac_compile") 2>conftest.er1
11616
 
-  ac_status=$?
11617
 
-  grep -v '^ *+' conftest.er1 >conftest.err
11618
 
-  rm -f conftest.er1
11619
 
-  cat conftest.err >&5
11620
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11621
 
-  (exit $ac_status); } && {
11622
 
-        test -z "$ac_c_werror_flag" ||
11623
 
-        test ! -s conftest.err
11624
 
-       } && test -s conftest.$ac_objext; then
11625
 
-  ac_lo=0 ac_mid=0
11626
 
-  while :; do
11627
 
-    cat >conftest.$ac_ext <<_ACEOF
11628
 
-/* confdefs.h.  */
11629
 
-_ACEOF
11630
 
-cat confdefs.h >>conftest.$ac_ext
11631
 
-cat >>conftest.$ac_ext <<_ACEOF
11632
 
-/* end confdefs.h.  */
11633
 
-$ac_includes_default
11634
 
-int
11635
 
-main ()
11636
 
-{
11637
 
-static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
11638
 
-test_array [0] = 0
 
11671
+
11639
11672
+    CPPFLAGS="$save_CPPFLAGS"
11640
11673
+    LDFLAGS="$save_LDFLAGS"
11641
11674
+    LIBS="$save_LIBS"
11642
11675
+    ;;
11643
11676
+  esac
11644
 
 
11645
 
-  ;
11646
 
-  return 0;
11647
 
-}
11648
 
-_ACEOF
11649
 
-rm -f conftest.$ac_objext
11650
 
-if { (ac_try="$ac_compile"
11651
 
-case "(($ac_try" in
11652
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11653
 
-  *) ac_try_echo=$ac_try;;
11654
 
-esac
11655
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11656
 
-$as_echo "$ac_try_echo") >&5
11657
 
-  (eval "$ac_compile") 2>conftest.er1
11658
 
-  ac_status=$?
11659
 
-  grep -v '^ *+' conftest.er1 >conftest.err
11660
 
-  rm -f conftest.er1
11661
 
-  cat conftest.err >&5
11662
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663
 
-  (exit $ac_status); } && {
11664
 
-        test -z "$ac_c_werror_flag" ||
11665
 
-        test ! -s conftest.err
11666
 
-       } && test -s conftest.$ac_objext; then
11667
 
-  ac_hi=$ac_mid; break
11668
 
-else
11669
 
-  $as_echo "$as_me: failed program was:" >&5
11670
 
-sed 's/^/| /' conftest.$ac_ext >&5
 
11677
+
11671
11678
+  case $lt_cv_dlopen_self in
11672
11679
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11673
11680
+  *) enable_dlopen_self=unknown ;;
13047
13054
 /* end confdefs.h.  */
13048
13055
 #include <sys/types.h>
13049
13056
                #include <sys/param.h>
13050
 
@@ -15704,53 +12610,22 @@
13051
 
                 not big endian
13052
 
                #endif
13053
 
 
13054
 
-  ;
13055
 
-  return 0;
13056
 
-}
 
13057
@@ -15707,50 +12613,19 @@
 
13058
   ;
 
13059
   return 0;
 
13060
 }
13057
13061
-_ACEOF
13058
13062
-rm -f conftest.$ac_objext
13059
13063
-if { (ac_try="$ac_compile"
13073
13077
-        test -z "$ac_c_werror_flag" ||
13074
13078
-        test ! -s conftest.err
13075
13079
-       } && test -s conftest.$ac_objext; then
13076
 
+  ;
13077
 
+  return 0;
13078
 
+}
13079
13080
+_ACEOF
13080
13081
+if ac_fn_c_try_compile "$LINENO"; then :
13081
13082
   ac_cv_c_bigendian=yes
13405
13406
   enableval=$enable_xsync;
13406
13407
 else
13407
13408
   enable_xsync=auto
13408
 
@@ -16128,7 +12881,7 @@
 
13409
@@ -16128,420 +12881,52 @@
13409
13410
 
13410
13411
 
13411
13412
 # Check whether --enable-render was given.
13413
13414
+if test "${enable_render+set}" = set; then :
13414
13415
   enableval=$enable_render;
13415
13416
 else
13416
 
   enable_render=auto
13417
 
@@ -16136,412 +12889,44 @@
13418
 
 
13419
 
 
13420
 
 # Check whether --enable-shape was given.
 
13417
-  enable_render=auto
 
13418
-fi
 
13419
-
 
13420
-
 
13421
-# Check whether --enable-shape was given.
13421
13422
-if test "${enable_shape+set}" = set; then
13422
 
+if test "${enable_shape+set}" = set; then :
13423
 
   enableval=$enable_shape;
 
13423
-  enableval=$enable_shape;
13424
13424
-else
13425
13425
-  enable_shape=auto
13426
13426
-fi
13729
13729
-else
13730
13730
-  $as_echo "$as_me: failed program was:" >&5
13731
13731
-sed 's/^/| /' conftest.$ac_ext >&5
13732
 
-
 
13732
+  enable_render=auto
 
13733
+fi
 
13734
 
13733
13735
-       ac_header_compiler=no
 
13736
+
 
13737
+# Check whether --enable-shape was given.
 
13738
+if test "${enable_shape+set}" = set; then :
 
13739
+  enableval=$enable_shape;
13734
13740
+else
13735
13741
+  enable_shape=auto
13736
13742
 fi
14389
14395
 /* end confdefs.h.  */
14390
14396
 
14391
14397
 /* Override any GCC internal prototype to avoid an error.
14392
 
@@ -17078,63 +13120,34 @@
14393
 
 extern "C"
14394
 
 #endif
14395
 
 char ngettext ();
14396
 
-int
14397
 
-main ()
14398
 
-{
14399
 
-return ngettext ();
14400
 
-  ;
14401
 
-  return 0;
14402
 
-}
 
14398
@@ -17085,56 +13127,27 @@
 
14399
   ;
 
14400
   return 0;
 
14401
 }
14403
14402
-_ACEOF
14404
14403
-rm -f conftest.$ac_objext conftest$ac_exeext
14405
14404
-if { (ac_try="$ac_link"
14422
14421
-        test "$cross_compiling" = yes ||
14423
14422
-        $as_test_x conftest$ac_exeext
14424
14423
-       }; then
14425
 
+int
14426
 
+main ()
14427
 
+{
14428
 
+return ngettext ();
14429
 
+  ;
14430
 
+  return 0;
14431
 
+}
14432
14424
+_ACEOF
14433
14425
+if ac_fn_c_try_link "$LINENO"; then :
14434
14426
   ac_cv_lib_intl_ngettext=yes
15684
15676
 $as_echo "$have_xrender" >&6; }
15685
15677
 
15686
15678
   if test x$enable_render = xyes; then
15687
 
@@ -18567,55 +14123,49 @@
 
15679
@@ -18567,55 +14123,31 @@
15688
15680
 
15689
15681
 if test x$have_xrender = xyes; then
15690
15682
 
15714
15706
-cat >>confdefs.h <<\_ACEOF
15715
15707
-#define HAVE_XCURSOR /**/
15716
15708
-_ACEOF
15717
 
+$as_echo "#define HAVE_XCURSOR /**/" >>confdefs.h
15718
 
 
15719
 
 fi
15720
 
 
 
15709
-
 
15710
-fi
 
15711
-
15721
15712
-{ $as_echo "$as_me:$LINENO: checking libgtop" >&5
15722
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking libgtop" >&5
15723
 
 $as_echo_n "checking libgtop... " >&6; }
15724
 
 if $PKG_CONFIG libgtop-2.0; then
15725
 
      have_gtop=yes
15726
 
   else
15727
 
      have_gtop=no
15728
 
   fi
 
15713
-$as_echo_n "checking libgtop... " >&6; }
 
15714
-if $PKG_CONFIG libgtop-2.0; then
 
15715
-     have_gtop=yes
 
15716
-  else
 
15717
-     have_gtop=no
 
15718
-  fi
15729
15719
-  { $as_echo "$as_me:$LINENO: result: $have_gtop" >&5
15730
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtop" >&5
15731
 
 $as_echo "$have_gtop" >&6; }
15732
 
 
15733
 
 if test x$have_gtop = xyes; then
15734
 
   echo "Building with libgtop"
15735
 
   METACITY_PC_MODULES="$METACITY_PC_MODULES libgtop-2.0"
15736
 
 
 
15720
-$as_echo "$have_gtop" >&6; }
 
15721
-
 
15722
-if test x$have_gtop = xyes; then
 
15723
-  echo "Building with libgtop"
 
15724
-  METACITY_PC_MODULES="$METACITY_PC_MODULES libgtop-2.0"
 
15725
-
15737
15726
-cat >>confdefs.h <<\_ACEOF
15738
15727
-#define HAVE_GTOP /**/
15739
15728
-_ACEOF
15740
 
+$as_echo "#define HAVE_GTOP /**/" >>confdefs.h
 
15729
+$as_echo "#define HAVE_XCURSOR /**/" >>confdefs.h
15741
15730
 
15742
15731
 fi
15743
15732
 
15748
15737
 $as_echo_n "checking for METACITY... " >&6; }
15749
15738
 
15750
15739
 if test -n "$PKG_CONFIG"; then
15751
 
@@ -18623,11 +14173,11 @@
 
15740
@@ -18623,11 +14155,11 @@
15752
15741
         pkg_cv_METACITY_CFLAGS="$METACITY_CFLAGS"
15753
15742
     else
15754
15743
         if test -n "$PKG_CONFIG" && \
15763
15752
   pkg_cv_METACITY_CFLAGS=`$PKG_CONFIG --cflags "$METACITY_PC_MODULES" 2>/dev/null`
15764
15753
 else
15765
15754
   pkg_failed=yes
15766
 
@@ -18641,11 +14191,11 @@
 
15755
@@ -18641,11 +14173,11 @@
15767
15756
         pkg_cv_METACITY_LIBS="$METACITY_LIBS"
15768
15757
     else
15769
15758
         if test -n "$PKG_CONFIG" && \
15778
15767
   pkg_cv_METACITY_LIBS=`$PKG_CONFIG --libs "$METACITY_PC_MODULES" 2>/dev/null`
15779
15768
 else
15780
15769
   pkg_failed=yes
15781
 
@@ -18672,18 +14222,7 @@
 
15770
@@ -18672,18 +14204,7 @@
15782
15771
        # Put the nasty error message in config.log where it belongs
15783
15772
        echo "$METACITY_PKG_ERRORS" >&5
15784
15773
 
15798
15787
 
15799
15788
 $METACITY_PKG_ERRORS
15800
15789
 
15801
 
@@ -18693,22 +14232,11 @@
 
15790
@@ -18693,22 +14214,11 @@
15802
15791
 Alternatively, you may set the environment variables METACITY_CFLAGS
15803
15792
 and METACITY_LIBS to avoid the need to call pkg-config.
15804
15793
 See the pkg-config man page for more details.
15824
15813
 is in your PATH or set the PKG_CONFIG environment variable to the full
15825
15814
 path to pkg-config.
15826
15815
 
15827
 
@@ -18717,22 +14245,21 @@
 
15816
@@ -18717,22 +14227,21 @@
15828
15817
 See the pkg-config man page for more details.
15829
15818
 
15830
15819
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15851
15840
   withval=$with_x;
15852
15841
 fi
15853
15842
 
15854
 
@@ -18742,10 +14269,8 @@
 
15843
@@ -18742,10 +14251,8 @@
15855
15844
   have_x=disabled
15856
15845
 else
15857
15846
   case $x_includes,$x_libraries in #(
15864
15853
   $as_echo_n "(cached) " >&6
15865
15854
 else
15866
15855
   # One or both of the vars are not set, and there is no cached value.
15867
 
@@ -18793,21 +14318,25 @@
 
15856
@@ -18793,21 +14300,25 @@
15868
15857
 # Check X11 before X11Rn because it is often a symlink to the current release.
15869
15858
 ac_x_header_dirs='
15870
15859
 /usr/X11/include
15890
15879
 /usr/local/include/X11R6
15891
15880
 /usr/local/include/X11R5
15892
15881
 /usr/local/include/X11R4
15893
 
@@ -18829,37 +14358,14 @@
 
15882
@@ -18829,37 +14340,14 @@
15894
15883
 if test "$ac_x_includes" = no; then
15895
15884
   # Guess where to find include files, by looking for Xlib.h.
15896
15885
   # First, try using that file with no special directory specified.
15930
15919
   for ac_dir in $ac_x_header_dirs; do
15931
15920
   if test -r "$ac_dir/X11/Xlib.h"; then
15932
15921
     ac_x_includes=$ac_dir
15933
 
@@ -18867,7 +14373,6 @@
 
15922
@@ -18867,7 +14355,6 @@
15934
15923
   fi
15935
15924
 done
15936
15925
 fi
15938
15927
 rm -f conftest.err conftest.$ac_ext
15939
15928
 fi # $ac_x_includes = no
15940
15929
 
15941
 
@@ -18877,11 +14382,7 @@
 
15930
@@ -18877,11 +14364,7 @@
15942
15931
   # Don't add to $LIBS permanently.
15943
15932
   ac_save_LIBS=$LIBS
15944
15933
   LIBS="-lX11 $LIBS"
15951
15940
 /* end confdefs.h.  */
15952
15941
 #include <X11/Xlib.h>
15953
15942
 int
15954
 
@@ -18892,35 +14393,12 @@
 
15943
@@ -18892,35 +14375,12 @@
15955
15944
   return 0;
15956
15945
 }
15957
15946
 _ACEOF
15989
15978
 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
15990
15979
 do
15991
15980
   # Don't even attempt the hair of trying to link an X program!
15992
 
@@ -18932,10 +14410,8 @@
 
15981
@@ -18932,10 +14392,8 @@
15993
15982
   done
15994
15983
 done
15995
15984
 fi
16002
15991
 fi # $ac_x_libraries = no
16003
15992
 
16004
15993
 case $ac_x_includes,$ac_x_libraries in #(
16005
 
@@ -18956,7 +14432,7 @@
 
15994
@@ -18956,7 +14414,7 @@
16006
15995
 fi # $with_x != no
16007
15996
 
16008
15997
 if test "$have_x" != yes; then
16011
16000
 $as_echo "$have_x" >&6; }
16012
16001
   no_x=yes
16013
16002
 else
16014
 
@@ -18967,16 +14443,14 @@
 
16003
@@ -18967,16 +14425,14 @@
16015
16004
   ac_cv_have_x="have_x=yes\
16016
16005
        ac_x_includes='$x_includes'\
16017
16006
        ac_x_libraries='$x_libraries'"
16030
16019
 
16031
16020
   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
16032
16021
 else
16033
 
@@ -18989,16 +14463,12 @@
 
16022
@@ -18989,16 +14445,12 @@
16034
16023
     X_LIBS="$X_LIBS -L$x_libraries"
16035
16024
     # For Solaris; some versions of Sun CC require a space after -R and
16036
16025
     # others require no space.  Words are not sufficient . . . .
16049
16038
 /* end confdefs.h.  */
16050
16039
 
16051
16040
 int
16052
 
@@ -19009,40 +14479,13 @@
 
16041
@@ -19009,40 +14461,13 @@
16053
16042
   return 0;
16054
16043
 }
16055
16044
 _ACEOF
16094
16083
 /* end confdefs.h.  */
16095
16084
 
16096
16085
 int
16097
 
@@ -19053,46 +14496,19 @@
 
16086
@@ -19053,46 +14478,19 @@
16098
16087
   return 0;
16099
16088
 }
16100
16089
 _ACEOF
16148
16137
     ac_c_werror_flag=$ac_xsave_c_werror_flag
16149
16138
     LIBS=$ac_xsave_LIBS
16150
16139
   fi
16151
 
@@ -19108,11 +14524,7 @@
 
16140
@@ -19108,11 +14506,7 @@
16152
16141
     # libraries were built with DECnet support.  And Karl Berry says
16153
16142
     # the Alpha needs dnet_stub (dnet does not exist).
16154
16143
     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
16161
16150
 /* end confdefs.h.  */
16162
16151
 
16163
16152
 /* Override any GCC internal prototype to avoid an error.
16164
 
@@ -19130,44 +14542,17 @@
 
16153
@@ -19130,44 +14524,17 @@
16165
16154
   return 0;
16166
16155
 }
16167
16156
 _ACEOF
16211
16200
 /* end confdefs.h.  */
16212
16201
 
16213
16202
 /* Override any GCC internal prototype to avoid an error.
16214
 
@@ -19185,59 +14570,30 @@
 
16203
@@ -19185,59 +14552,30 @@
16215
16204
   return 0;
16216
16205
 }
16217
16206
 _ACEOF
16280
16269
 /* end confdefs.h.  */
16281
16270
 
16282
16271
 /* Override any GCC internal prototype to avoid an error.
16283
 
@@ -19255,161 +14611,49 @@
 
16272
@@ -19255,161 +14593,49 @@
16284
16273
   return 0;
16285
16274
 }
16286
16275
 _ACEOF
16470
16459
 /* end confdefs.h.  */
16471
16460
 
16472
16461
 /* Override any GCC internal prototype to avoid an error.
16473
 
@@ -19427,59 +14671,30 @@
 
16462
@@ -19427,59 +14653,30 @@
16474
16463
   return 0;
16475
16464
 }
16476
16465
 _ACEOF
16539
16528
 /* end confdefs.h.  */
16540
16529
 
16541
16530
 /* Override any GCC internal prototype to avoid an error.
16542
 
@@ -19497,43 +14712,18 @@
 
16531
@@ -19497,43 +14694,18 @@
16543
16532
   return 0;
16544
16533
 }
16545
16534
 _ACEOF
16589
16578
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
16590
16579
 fi
16591
16580
 
16592
 
@@ -19547,105 +14737,20 @@
 
16581
@@ -19547,105 +14719,20 @@
16593
16582
     # variants that don't use the name server (or something).  -lsocket
16594
16583
     # must be given before -lnsl if both are needed.  We assume that
16595
16584
     # if connect needs -lnsl, so does gethostbyname.
16700
16689
 /* end confdefs.h.  */
16701
16690
 
16702
16691
 /* Override any GCC internal prototype to avoid an error.
16703
 
@@ -19663,148 +14768,38 @@
 
16692
@@ -19663,148 +14750,38 @@
16704
16693
   return 0;
16705
16694
 }
16706
16695
 _ACEOF
16860
16849
 /* end confdefs.h.  */
16861
16850
 
16862
16851
 /* Override any GCC internal prototype to avoid an error.
16863
 
@@ -19822,148 +14817,38 @@
 
16852
@@ -19822,148 +14799,38 @@
16864
16853
   return 0;
16865
16854
 }
16866
16855
 _ACEOF
17020
17009
 /* end confdefs.h.  */
17021
17010
 
17022
17011
 /* Override any GCC internal prototype to avoid an error.
17023
 
@@ -19981,43 +14866,18 @@
 
17012
@@ -19981,43 +14848,18 @@
17024
17013
   return 0;
17025
17014
 }
17026
17015
 _ACEOF
17070
17059
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
17071
17060
 fi
17072
17061
 
17073
 
@@ -20033,18 +14893,14 @@
 
17062
@@ -20033,18 +14875,14 @@
17074
17063
   # These have to be linked with before -lX11, unlike the other
17075
17064
   # libraries we check for below, so use a different variable.
17076
17065
   # John Interrante, Karl Berry
17092
17081
 /* end confdefs.h.  */
17093
17082
 
17094
17083
 /* Override any GCC internal prototype to avoid an error.
17095
 
@@ -20062,43 +14918,18 @@
 
17084
@@ -20062,43 +14900,18 @@
17096
17085
   return 0;
17097
17086
 }
17098
17087
 _ACEOF
17142
17131
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
17143
17132
 fi
17144
17133
 
17145
 
@@ -20114,7 +14945,7 @@
 
17134
@@ -20114,7 +14927,7 @@
17146
17135
 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
17147
17136
 
17148
17137
 # Check whether --enable-xinerama was given.
17151
17140
   enableval=$enable_xinerama; try_xinerama=$enable_xinerama
17152
17141
 else
17153
17142
   try_xinerama=yes
17154
 
@@ -20128,18 +14959,14 @@
 
17143
@@ -20128,18 +14941,14 @@
17155
17144
         *-*-solaris*)
17156
17145
             # Check for solaris
17157
17146
             use_solaris_xinerama=yes
17173
17162
 /* end confdefs.h.  */
17174
17163
 
17175
17164
 /* Override any GCC internal prototype to avoid an error.
17176
 
@@ -20157,107 +14984,35 @@
 
17165
@@ -20157,107 +14966,35 @@
17177
17166
   return 0;
17178
17167
 }
17179
17168
 _ACEOF
17292
17281
 
17293
17282
 else
17294
17283
   use_solaris_xinerama=no
17295
 
@@ -20265,26 +15020,22 @@
 
17284
@@ -20265,26 +15002,22 @@
17296
17285
 
17297
17286
 
17298
17287
             fi
17324
17313
 /* end confdefs.h.  */
17325
17314
 
17326
17315
 /* Override any GCC internal prototype to avoid an error.
17327
 
@@ -20302,102 +15053,30 @@
 
17316
@@ -20302,102 +15035,30 @@
17328
17317
   return 0;
17329
17318
 }
17330
17319
 _ACEOF
17438
17427
 
17439
17428
 else
17440
17429
   use_xfree_xinerama=no
17441
 
@@ -20408,9 +15087,9 @@
 
17430
@@ -20408,9 +15069,9 @@
17442
17431
   use_xfree_xinerama=no
17443
17432
 fi
17444
17433
 
17450
17439
 $as_echo "$use_xfree_xinerama" >&6; };
17451
17440
             ;;
17452
17441
     esac
17453
 
@@ -20420,18 +15099,14 @@
 
17442
@@ -20420,18 +15081,14 @@
17454
17443
 
17455
17444
 SHAPE_LIBS=
17456
17445
 found_shape=no
17472
17461
 /* end confdefs.h.  */
17473
17462
 
17474
17463
 /* Override any GCC internal prototype to avoid an error.
17475
 
@@ -20449,176 +15124,20 @@
 
17464
@@ -20449,176 +15106,20 @@
17476
17465
   return 0;
17477
17466
 }
17478
17467
 _ACEOF
17657
17646
   SHAPE_LIBS=-lXext found_shape=yes
17658
17647
 fi
17659
17648
 
17660
 
@@ -20632,221 +15151,57 @@
 
17649
@@ -20632,221 +15133,57 @@
17661
17650
 
17662
17651
 if test x$enable_shape = xyes; then
17663
17652
    if test "$found_shape" = "no"; then
17918
17907
   found_xkb=yes
17919
17908
 fi
17920
17909
 
17921
 
@@ -20856,27 +15211,21 @@
 
17910
@@ -20856,27 +15193,21 @@
17922
17911
 
17923
17912
 if test "x$found_xkb" = "xyes"; then
17924
17913
 
17950
17939
 /* end confdefs.h.  */
17951
17940
 
17952
17941
 /* Override any GCC internal prototype to avoid an error.
17953
 
@@ -20894,89 +15243,21 @@
 
17942
@@ -20894,89 +15225,21 @@
17954
17943
   return 0;
17955
17944
 }
17956
17945
 _ACEOF
18049
18038
   RANDR_LIBS=-lXrandr found_randr=yes
18050
18039
 fi
18051
18040
 
18052
 
@@ -20986,26 +15267,20 @@
 
18041
@@ -20986,26 +15249,20 @@
18053
18042
 
18054
18043
 if test "x$found_randr" = "xyes"; then
18055
18044
 
18080
18069
 /* end confdefs.h.  */
18081
18070
 
18082
18071
 /* Override any GCC internal prototype to avoid an error.
18083
 
@@ -21023,89 +15298,21 @@
 
18072
@@ -21023,89 +15280,21 @@
18084
18073
   return 0;
18085
18074
 }
18086
18075
 _ACEOF
18179
18168
   found_xsync=yes
18180
18169
 fi
18181
18170
 
18182
 
@@ -21119,9 +15326,7 @@
 
18171
@@ -21119,9 +15308,7 @@
18183
18172
 
18184
18173
 if test x$enable_xsync = xyes; then
18185
18174
    if test "$found_xsync" = "no"; then
18190
18179
       exit 1
18191
18180
    fi
18192
18181
 fi
18193
 
@@ -21129,234 +15334,64 @@
 
18182
@@ -21129,234 +15316,64 @@
18194
18183
 if test "x$found_xsync" = "xyes"; then
18195
18184
    XSYNC_LIBS=-lXext
18196
18185
 
18471
18460
 _ACEOF
18472
18461
  METACITY_LIBS="-lSM -lICE $METACITY_LIBS" found_sm=yes
18473
18462
 fi
18474
 
@@ -21374,18 +15409,14 @@
 
18463
@@ -21374,18 +15391,14 @@
18475
18464
 
18476
18465
 if test x$enable_sm = xyes; then
18477
18466
    if test "$found_sm" = "no"; then
18492
18481
 
18493
18482
 fi
18494
18483
 
18495
 
@@ -21403,9 +15434,9 @@
 
18484
@@ -21403,9 +15416,9 @@
18496
18485
 
18497
18486
 # Extract the first word of "gdk-pixbuf-csource", so it can be a program name with args.
18498
18487
 set dummy gdk-pixbuf-csource; ac_word=$2
18504
18493
   $as_echo_n "(cached) " >&6
18505
18494
 else
18506
18495
   case $GDK_PIXBUF_CSOURCE in
18507
 
@@ -21418,14 +15449,14 @@
 
18496
@@ -21418,14 +15431,14 @@
18508
18497
 do
18509
18498
   IFS=$as_save_IFS
18510
18499
   test -z "$as_dir" && as_dir=.
18522
18511
 IFS=$as_save_IFS
18523
18512
 
18524
18513
   test -z "$ac_cv_path_GDK_PIXBUF_CSOURCE" && ac_cv_path_GDK_PIXBUF_CSOURCE="no"
18525
 
@@ -21434,19 +15465,17 @@
 
18514
@@ -21434,19 +15447,17 @@
18526
18515
 fi
18527
18516
 GDK_PIXBUF_CSOURCE=$ac_cv_path_GDK_PIXBUF_CSOURCE
18528
18517
 if test -n "$GDK_PIXBUF_CSOURCE"; then
18545
18534
 fi
18546
18535
 
18547
18536
 
18548
 
@@ -21454,9 +15483,9 @@
 
18537
@@ -21454,9 +15465,9 @@
18549
18538
 if test x$enable_gconf = xyes; then
18550
18539
    # Extract the first word of "gconftool-2", so it can be a program name with args.
18551
18540
 set dummy gconftool-2; ac_word=$2
18557
18546
   $as_echo_n "(cached) " >&6
18558
18547
 else
18559
18548
   case $GCONFTOOL in
18560
 
@@ -21469,14 +15498,14 @@
 
18549
@@ -21469,14 +15480,14 @@
18561
18550
 do
18562
18551
   IFS=$as_save_IFS
18563
18552
   test -z "$as_dir" && as_dir=.
18575
18564
 IFS=$as_save_IFS
18576
18565
 
18577
18566
   test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
18578
 
@@ -21485,18 +15514,16 @@
 
18567
@@ -21485,18 +15496,16 @@
18579
18568
 fi
18580
18569
 GCONFTOOL=$ac_cv_path_GCONFTOOL
18581
18570
 if test -n "$GCONFTOOL"; then
18597
18586
    fi
18598
18587
 
18599
18588
 
18600
 
@@ -21508,13 +15535,13 @@
 
18589
@@ -21508,13 +15517,13 @@
18601
18590
 
18602
18591
 
18603
18592
 # Check whether --with-gconf-source was given.
18613
18602
 $as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
18614
18603
 
18615
18604
   if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
18616
 
@@ -21523,22 +15550,20 @@
 
18605
@@ -21523,22 +15532,20 @@
18617
18606
 
18618
18607
 
18619
18608
 # Check whether --with-gconf-schema-file-dir was given.
18640
18629
       esac
18641
18630
 fi
18642
18631
 
18643
 
@@ -21558,9 +15583,9 @@
 
18632
@@ -21558,9 +15565,9 @@
18644
18633
 
18645
18634
 # Extract the first word of "zenity", so it can be a program name with args.
18646
18635
 set dummy zenity; ac_word=$2
18652
18641
   $as_echo_n "(cached) " >&6
18653
18642
 else
18654
18643
   case $ZENITY in
18655
 
@@ -21573,14 +15598,14 @@
 
18644
@@ -21573,14 +15580,14 @@
18656
18645
 do
18657
18646
   IFS=$as_save_IFS
18658
18647
   test -z "$as_dir" && as_dir=.
18670
18659
 IFS=$as_save_IFS
18671
18660
 
18672
18661
   test -z "$ac_cv_path_ZENITY" && ac_cv_path_ZENITY="no"
18673
 
@@ -21589,22 +15614,20 @@
 
18662
@@ -21589,22 +15596,20 @@
18674
18663
 fi
18675
18664
 ZENITY=$ac_cv_path_ZENITY
18676
18665
 if test -n "$ZENITY"; then
18697
18686
   enableval=$enable_debug;
18698
18687
 else
18699
18688
   enable_debug=no
18700
 
@@ -21623,35 +15646,33 @@
 
18689
@@ -21623,35 +15628,33 @@
18701
18690
 
18702
18691
 gdu_cv_version_required=0.8.0
18703
18692
 
18741
18730
   withval=$with_help_dir;
18742
18731
 else
18743
18732
   with_help_dir='${datadir}/gnome/help'
18744
 
@@ -21662,7 +15683,7 @@
 
18733
@@ -21662,7 +15665,7 @@
18745
18734
 
18746
18735
 
18747
18736
 # Check whether --with-omf-dir was given.
18750
18739
   withval=$with_omf_dir;
18751
18740
 else
18752
18741
   with_omf_dir='${datadir}/omf'
18753
 
@@ -21673,7 +15694,7 @@
 
18742
@@ -21673,7 +15676,7 @@
18754
18743
 
18755
18744
 
18756
18745
 # Check whether --with-help-formats was given.
18759
18748
   withval=$with_help_formats;
18760
18749
 else
18761
18750
   with_help_formats=''
18762
 
@@ -21683,7 +15704,7 @@
 
18751
@@ -21683,7 +15686,7 @@
18763
18752
 
18764
18753
 
18765
18754
 # Check whether --enable-scrollkeeper was given.
18768
18757
   enableval=$enable_scrollkeeper;
18769
18758
 else
18770
18759
   enable_scrollkeeper=yes
18771
 
@@ -21742,13 +15763,13 @@
 
18760
@@ -21742,13 +15745,13 @@
18772
18761
     case $ac_val in #(
18773
18762
     *${as_nl}*)
18774
18763
       case $ac_var in #(
18784
18773
       esac ;;
18785
18774
     esac
18786
18775
   done
18787
 
@@ -21756,8 +15777,8 @@
 
18776
@@ -21756,8 +15759,8 @@
18788
18777
   (set) 2>&1 |
18789
18778
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
18790
18779
     *${as_nl}ac_space=\ *)
18795
18784
       sed -n \
18796
18785
        "s/'/'\\\\''/g;
18797
18786
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18798
 
@@ -21780,11 +15801,11 @@
 
18787
@@ -21780,11 +15783,11 @@
18799
18788
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18800
18789
   if test -w "$cache_file"; then
18801
18790
     test "x$cache_file" != "x/dev/null" &&
18809
18798
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18810
18799
   fi
18811
18800
 fi
18812
 
@@ -21804,8 +15825,8 @@
 
18801
@@ -21804,8 +15807,8 @@
18813
18802
   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18814
18803
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18815
18804
   #    will be set to the directory where LIBOBJS objects are built.
18820
18809
 done
18821
18810
 LIBOBJS=$ac_libobjs
18822
18811
 
18823
 
@@ -21813,74 +15834,51 @@
 
18812
@@ -21813,74 +15816,51 @@
18824
18813
 
18825
18814
 
18826
18815
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18914
18903
 #! $SHELL
18915
18904
 # Generated by $as_me.
18916
18905
 # Run this file to recreate the current configuration.
18917
 
@@ -21890,17 +15888,18 @@
 
18906
@@ -21890,17 +15870,18 @@
18918
18907
 debug=false
18919
18908
 ac_cs_recheck=false
18920
18909
 ac_cs_silent=false
18940
18929
   emulate sh
18941
18930
   NULLCMD=:
18942
18931
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18943
 
@@ -21908,23 +15907,15 @@
 
18932
@@ -21908,23 +15889,15 @@
18944
18933
   alias -g '${1+"$@"}'='"$@"'
18945
18934
   setopt NO_GLOB_SUBST
18946
18935
 else
18969
18958
 as_nl='
18970
18959
 '
18971
18960
 export as_nl
18972
 
@@ -21932,7 +15923,13 @@
 
18961
@@ -21932,7 +15905,13 @@
18973
18962
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18974
18963
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18975
18964
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18984
18973
   as_echo='printf %s\n'
18985
18974
   as_echo_n='printf %s'
18986
18975
 else
18987
 
@@ -21943,7 +15940,7 @@
 
18976
@@ -21943,7 +15922,7 @@
18988
18977
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18989
18978
     as_echo_n_body='eval
18990
18979
       arg=$1;
18993
18982
       *"$as_nl"*)
18994
18983
        expr "X$arg" : "X\\(.*\\)$as_nl";
18995
18984
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18996
 
@@ -21966,13 +15963,6 @@
 
18985
@@ -21966,13 +15945,6 @@
18997
18986
   }
18998
18987
 fi
18999
18988
 
19007
18996
 
19008
18997
 # IFS
19009
18998
 # We need space, tab and new line, in precisely that order.  Quoting is
19010
 
@@ -21982,15 +15972,15 @@
 
18999
@@ -21982,15 +15954,15 @@
19011
19000
 IFS=" ""       $as_nl"
19012
19001
 
19013
19002
 # Find who we are.  Look in the path if we contain no directory separator.
19026
19015
 IFS=$as_save_IFS
19027
19016
 
19028
19017
      ;;
19029
 
@@ -22002,12 +15992,16 @@
 
19018
@@ -22002,12 +15974,16 @@
19030
19019
 fi
19031
19020
 if test ! -f "$as_myself"; then
19032
19021
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19047
19036
 done
19048
19037
 PS1='$ '
19049
19038
 PS2='> '
19050
 
@@ -22019,7 +16013,89 @@
 
19039
@@ -22019,7 +15995,89 @@
19051
19040
 LANGUAGE=C
19052
19041
 export LANGUAGE
19053
19042
 
19138
19127
 if expr a : '\(a\)' >/dev/null 2>&1 &&
19139
19128
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
19140
19129
   as_expr=expr
19141
 
@@ -22033,8 +16109,12 @@
 
19130
@@ -22033,8 +16091,12 @@
19142
19131
   as_basename=false
19143
19132
 fi
19144
19133
 
19152
19141
 as_me=`$as_basename -- "$0" ||
19153
19142
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19154
19143
         X"$0" : 'X\(//\)$' \| \
19155
 
@@ -22054,76 +16134,25 @@
 
19144
@@ -22054,76 +16116,25 @@
19156
19145
          }
19157
19146
          s/.*/./; q'`
19158
19147
 
19240
19229
 
19241
19230
 rm -f conf$$ conf$$.exe conf$$.file
19242
19231
 if test -d conf$$.dir; then
19243
 
@@ -22152,8 +16181,56 @@
 
19232
@@ -22152,8 +16163,56 @@
19244
19233
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19245
19234
 rmdir conf$$.dir 2>/dev/null
19246
19235
 
19298
19287
 else
19299
19288
   test -d ./-p && rmdir ./-p
19300
19289
   as_mkdir_p=false
19301
 
@@ -22172,10 +16249,10 @@
 
19290
@@ -22172,10 +16231,10 @@
19302
19291
       if test -d "$1"; then
19303
19292
        test -d "$1/.";
19304
19293
       else
19311
19300
        ???[sx]*):;;*)false;;esac;fi
19312
19301
     '\'' sh
19313
19302
   '
19314
 
@@ -22190,13 +16267,19 @@
 
19303
@@ -22190,13 +16249,19 @@
19315
19304
 
19316
19305
 
19317
19306
 exec 6>&1
19333
19322
 
19334
19323
   CONFIG_FILES    = $CONFIG_FILES
19335
19324
   CONFIG_HEADERS  = $CONFIG_HEADERS
19336
 
@@ -22228,13 +16311,15 @@
 
19325
@@ -22228,13 +16293,15 @@
19337
19326
 
19338
19327
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19339
19328
 ac_cs_usage="\
19352
19341
   -q, --quiet, --silent
19353
19342
                    do not print progress messages
19354
19343
   -d, --debug      don't remove temporary files
19355
 
@@ -22253,16 +16338,17 @@
 
19344
@@ -22253,16 +16320,17 @@
19356
19345
 Configuration commands:
19357
19346
 $config_commands
19358
19347
 
19374
19363
 This config.status script is free software; the Free Software Foundation
19375
19364
 gives unlimited permission to copy, distribute and modify it."
19376
19365
 
19377
 
@@ -22298,6 +16384,8 @@
 
19366
@@ -22298,6 +16366,8 @@
19378
19367
     ac_cs_recheck=: ;;
19379
19368
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19380
19369
     $as_echo "$ac_cs_version"; exit ;;
19383
19372
   --debug | --debu | --deb | --de | --d | -d )
19384
19373
     debug=: ;;
19385
19374
   --file | --fil | --fi | --f )
19386
 
@@ -22305,20 +16393,19 @@
 
19375
@@ -22305,20 +16375,19 @@
19387
19376
     case $ac_optarg in
19388
19377
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19389
19378
     esac
19408
19397
   --help | --hel | -h )
19409
19398
     $as_echo "$ac_cs_usage"; exit ;;
19410
19399
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19411
 
@@ -22326,11 +16413,10 @@
 
19400
@@ -22326,11 +16395,10 @@
19412
19401
     ac_cs_silent=: ;;
19413
19402
 
19414
19403
   # This is an error.
19423
19412
      ac_need_defaults=false ;;
19424
19413
 
19425
19414
   esac
19426
 
@@ -22654,9 +16740,7 @@
 
19415
@@ -22654,9 +16722,7 @@
19427
19416
     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
19428
19417
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
19429
19418
 
19434
19423
   esac
19435
19424
 done
19436
19425
 
19437
 
@@ -22683,7 +16767,7 @@
 
19426
@@ -22683,7 +16749,7 @@
19438
19427
   trap 'exit_status=$?
19439
19428
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19440
19429
 ' 0
19443
19432
 }
19444
19433
 # Create a (secure) tmp directory for tmp files.
19445
19434
 
19446
 
@@ -22694,11 +16778,7 @@
 
19435
@@ -22694,11 +16760,7 @@
19447
19436
 {
19448
19437
   tmp=./conf$$-$RANDOM
19449
19438
   (umask 077 && mkdir "$tmp")
19456
19445
 
19457
19446
 # Set up the scripts for CONFIG_FILES section.
19458
19447
 # No need to generate them if there are no CONFIG_FILES.
19459
 
@@ -22706,10 +16786,16 @@
 
19448
@@ -22706,10 +16768,16 @@
19460
19449
 if test -n "$CONFIG_FILES"; then
19461
19450
 
19462
19451
 
19475
19464
 else
19476
19465
   ac_cs_awk_cr=$ac_cr
19477
19466
 fi
19478
 
@@ -22723,24 +16809,18 @@
 
19467
@@ -22723,24 +16791,18 @@
19479
19468
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19480
19469
   echo "_ACEOF"
19481
19470
 } >conf$$subs.sh ||
19503
19492
   else
19504
19493
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19505
19494
   fi
19506
 
@@ -22762,7 +16842,7 @@
 
19495
@@ -22762,7 +16824,7 @@
19507
19496
 t delim
19508
19497
 :nl
19509
19498
 h
19512
19501
 t more1
19513
19502
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19514
19503
 p
19515
 
@@ -22776,7 +16856,7 @@
 
19504
@@ -22776,7 +16838,7 @@
19516
19505
 t nl
19517
19506
 :delim
19518
19507
 h
19521
19510
 t more2
19522
19511
 s/["\\]/\\&/g; s/^/"/; s/$/"/
19523
19512
 p
19524
 
@@ -22829,9 +16909,7 @@
 
19513
@@ -22829,9 +16891,7 @@
19525
19514
 else
19526
19515
   cat
19527
19516
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19532
19521
 _ACEOF
19533
19522
 
19534
19523
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19535
 
@@ -22872,9 +16950,7 @@
 
19524
@@ -22872,9 +16932,7 @@
19536
19525
   if test -z "$ac_t"; then
19537
19526
     break
19538
19527
   elif $ac_last_try; then
19543
19532
   else
19544
19533
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19545
19534
   fi
19546
 
@@ -22959,9 +17035,7 @@
 
19535
@@ -22959,9 +17017,7 @@
19547
19536
 _ACAWK
19548
19537
 _ACEOF
19549
19538
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19554
19543
 fi # test -n "$CONFIG_HEADERS"
19555
19544
 
19556
19545
 
19557
 
@@ -22974,9 +17048,7 @@
 
19546
@@ -22974,9 +17030,7 @@
19558
19547
   esac
19559
19548
   case $ac_mode$ac_tag in
19560
19549
   :[FHL]*:*);;
19565
19554
   :[FH]-) ac_tag=-:-;;
19566
19555
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19567
19556
   esac
19568
 
@@ -23004,12 +17076,10 @@
 
19557
@@ -23004,12 +17058,10 @@
19569
19558
           [\\/$]*) false;;
19570
19559
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19571
19560
           esac ||
19580
19569
     done
19581
19570
 
19582
19571
     # Let's still pretend it is `configure' which instantiates (i.e., don't
19583
 
@@ -23020,7 +17090,7 @@
 
19572
@@ -23020,7 +17072,7 @@
19584
19573
        `' by configure.'
19585
19574
     if test x"$ac_file" != x-; then
19586
19575
       configure_input="$ac_file.  $configure_input"
19589
19578
 $as_echo "$as_me: creating $ac_file" >&6;}
19590
19579
     fi
19591
19580
     # Neutralize special characters interpreted by sed in replacement strings.
19592
 
@@ -23033,9 +17103,7 @@
 
19581
@@ -23033,9 +17085,7 @@
19593
19582
 
19594
19583
     case $ac_tag in
19595
19584
     *:-:* | *:-) cat >"$tmp/stdin" \
19600
19589
     esac
19601
19590
     ;;
19602
19591
   esac
19603
 
@@ -23063,47 +17131,7 @@
 
19592
@@ -23063,47 +17113,7 @@
19604
19593
            q
19605
19594
          }
19606
19595
          s/.*/./; q'`
19649
19638
   ac_builddir=.
19650
19639
 
19651
19640
 case "$ac_dir" in
19652
 
@@ -23160,7 +17188,6 @@
 
19641
@@ -23160,7 +17170,6 @@
19653
19642
 # If the template does not know about datarootdir, expand it.
19654
19643
 # FIXME: This hack should be removed a few years after 2.60.
19655
19644
 ac_datarootdir_hack=; ac_datarootdir_seen=
19657
19646
 ac_sed_dataroot='
19658
19647
 /datarootdir/ {
19659
19648
   p
19660
 
@@ -23170,12 +17197,11 @@
 
19649
@@ -23170,12 +17179,11 @@
19661
19650
 /@docdir@/p
19662
19651
 /@infodir@/p
19663
19652
 /@localedir@/p
19672
19661
 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19673
19662
 _ACEOF
19674
19663
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19675
 
@@ -23185,7 +17211,7 @@
 
19664
@@ -23185,7 +17193,7 @@
19676
19665
   s&@infodir@&$infodir&g
19677
19666
   s&@localedir@&$localedir&g
19678
19667
   s&@mandir@&$mandir&g
19681
19670
 esac
19682
19671
 _ACEOF
19683
19672
 
19684
 
@@ -23214,14 +17240,12 @@
 
19673
@@ -23214,14 +17222,12 @@
19685
19674
 $ac_datarootdir_hack
19686
19675
 "
19687
19676
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
19698
19687
 which seems to be undefined.  Please make sure it is defined." >&5
19699
19688
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19700
19689
 which seems to be undefined.  Please make sure it is defined." >&2;}
19701
 
@@ -23231,9 +17255,7 @@
 
19690
@@ -23231,9 +17237,7 @@
19702
19691
   -) cat "$tmp/out" && rm -f "$tmp/out";;
19703
19692
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19704
19693
   esac \
19709
19698
  ;;
19710
19699
   :H)
19711
19700
   #
19712
 
@@ -23244,25 +17266,19 @@
 
19701
@@ -23244,25 +17248,19 @@
19713
19702
       $as_echo "/* $configure_input  */" \
19714
19703
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19715
19704
     } >"$tmp/config.h" \
19739
19728
   fi
19740
19729
 # Compute "$ac_file"'s index in $config_headers.
19741
19730
 _am_arg="$ac_file"
19742
 
@@ -23300,7 +17316,7 @@
 
19731
@@ -23300,7 +17298,7 @@
19743
19732
          s/.*/./; q'`/stamp-h$_am_stamp_count
19744
19733
  ;;
19745
19734
 
19748
19737
 $as_echo "$as_me: executing $ac_file commands" >&6;}
19749
19738
  ;;
19750
19739
   esac
19751
 
@@ -23395,47 +17411,7 @@
 
19740
@@ -23395,47 +17393,7 @@
19752
19741
            q
19753
19742
          }
19754
19743
          s/.*/./; q'`
19797
19786
       # echo "creating $dirpart/$file"
19798
19787
       echo '# dummy' > "$dirpart/$file"
19799
19788
     done
19800
 
@@ -24088,9 +18064,7 @@
 
19789
@@ -24088,9 +18046,7 @@
19801
19790
       esac ;;
19802
19791
     "po/stamp-it":C)
19803
19792
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
19808
19797
     fi
19809
19798
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
19810
19799
     >"po/stamp-it.tmp"
19811
 
@@ -24113,15 +18087,12 @@
 
19800
@@ -24113,15 +18069,12 @@
19812
19801
 done # for ac_tag
19813
19802
 
19814
19803
 
19826
19815
 
19827
19816
 
19828
19817
 # configure is writing to config.log, and then calls config.status.
19829
 
@@ -24142,10 +18113,10 @@
 
19818
@@ -24142,10 +18095,10 @@
19830
19819
   exec 5>>config.log
19831
19820
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19832
19821
   # would make configure fail if this is the last instruction.