~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/02_autoconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur evince-0.9.1/configure evince-0.9.1.new/configure
2
 
--- evince-0.9.1/configure      2007-06-19 01:38:19.000000000 +0200
3
 
+++ evince-0.9.1.new/configure  2007-06-19 13:49:39.000000000 +0200
 
1
diff -Nur evince-0.9.2/configure evince-0.9.2.new/configure
 
2
--- evince-0.9.2/configure      2007-07-09 21:49:38.000000000 +0000
 
3
+++ evince-0.9.2.new/configure  2007-07-10 17:01:57.395932567 +0000
4
4
@@ -1,27 +1,56 @@
5
5
 #! /bin/sh
6
6
 # Guess values for system-dependent variables and create Makefiles.
7
 
-# Generated by GNU Autoconf 2.59 for Evince 0.9.1.
8
 
+# Generated by GNU Autoconf 2.61 for Evince 0.9.1.
 
7
-# Generated by GNU Autoconf 2.59 for Evince 0.9.2.
 
8
+# Generated by GNU Autoconf 2.61 for Evince 0.9.2.
9
9
 #
10
10
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=evince>.
11
11
 #
1761
1761
+test -n "$ac_init_help" && exit $ac_status
1762
1762
 if $ac_init_version; then
1763
1763
   cat <<\_ACEOF
1764
 
 Evince configure 0.9.1
 
1764
 Evince configure 0.9.2
1765
1765
-generated by GNU Autoconf 2.59
1766
1766
+generated by GNU Autoconf 2.61
1767
1767
 
1780
1780
 This file contains any messages produced by compilers while
1781
1781
 running configure, to aid debugging if configure makes a mistake.
1782
1782
 
1783
 
 It was created by Evince $as_me 0.9.1, which was
 
1783
 It was created by Evince $as_me 0.9.2, which was
1784
1784
-generated by GNU Autoconf 2.59.  Invocation command line was
1785
1785
+generated by GNU Autoconf 2.61.  Invocation command line was
1786
1786
 
14784
14784
 if test `eval echo '${'$as_ac_var'}'` = yes; then
14785
14785
   cat >>confdefs.h <<_ACEOF
14786
14786
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14787
 
@@ -25817,8 +26288,8 @@
 
14787
@@ -25817,9 +26288,9 @@
 
14788
 for ac_func in poppler_form_field_button_get_button_type
 
14789
 do
 
14790
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
14791
-echo "$as_me:$LINENO: checking for $ac_func" >&5
 
14792
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 
14793
-if eval "test \"\${$as_ac_var+set}\" = set"; then
 
14794
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
14795
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
14796
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
14797
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
14798
 else
 
14799
   cat >conftest.$ac_ext <<_ACEOF
 
14800
@@ -25845,68 +26316,60 @@
 
14801
 
 
14802
 #undef $ac_func
 
14803
 
 
14804
-/* Override any gcc2 internal prototype to avoid an error.  */
 
14805
+/* Override any GCC internal prototype to avoid an error.
 
14806
+   Use char because int might match the return type of a GCC
 
14807
+   builtin and then its argument prototype would still apply.  */
 
14808
 #ifdef __cplusplus
 
14809
 extern "C"
 
14810
-{
 
14811
 #endif
 
14812
-/* We use char because int might match the return type of a gcc2
 
14813
-   builtin and then its argument prototype would still apply.  */
 
14814
 char $ac_func ();
 
14815
 /* The GNU C library defines this for functions which it implements
 
14816
     to always fail with ENOSYS.  Some functions are actually named
 
14817
     something starting with __ and the normal name is an alias.  */
 
14818
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 
14819
+#if defined __stub_$ac_func || defined __stub___$ac_func
 
14820
 choke me
 
14821
-#else
 
14822
-char (*f) () = $ac_func;
 
14823
-#endif
 
14824
-#ifdef __cplusplus
 
14825
-}
 
14826
 #endif
 
14827
 
 
14828
 int
 
14829
 main ()
 
14830
 {
 
14831
-return f != $ac_func;
 
14832
+return $ac_func ();
 
14833
   ;
 
14834
   return 0;
 
14835
 }
 
14836
 _ACEOF
 
14837
 rm -f conftest.$ac_objext conftest$ac_exeext
 
14838
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
14839
-  (eval $ac_link) 2>conftest.er1
 
14840
+if { (ac_try="$ac_link"
 
14841
+case "(($ac_try" in
 
14842
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14843
+  *) ac_try_echo=$ac_try;;
 
14844
+esac
 
14845
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14846
+  (eval "$ac_link") 2>conftest.er1
 
14847
   ac_status=$?
 
14848
   grep -v '^ *+' conftest.er1 >conftest.err
 
14849
   rm -f conftest.er1
 
14850
   cat conftest.err >&5
 
14851
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14852
-  (exit $ac_status); } &&
 
14853
-        { ac_try='test -z "$ac_c_werror_flag"
 
14854
-                        || test ! -s conftest.err'
 
14855
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
14856
-  (eval $ac_try) 2>&5
 
14857
-  ac_status=$?
 
14858
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14859
-  (exit $ac_status); }; } &&
 
14860
-        { ac_try='test -s conftest$ac_exeext'
 
14861
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
14862
-  (eval $ac_try) 2>&5
 
14863
-  ac_status=$?
 
14864
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14865
-  (exit $ac_status); }; }; then
 
14866
+  (exit $ac_status); } && {
 
14867
+        test -z "$ac_c_werror_flag" ||
 
14868
+        test ! -s conftest.err
 
14869
+       } && test -s conftest$ac_exeext &&
 
14870
+       $as_test_x conftest$ac_exeext; then
 
14871
   eval "$as_ac_var=yes"
 
14872
 else
 
14873
   echo "$as_me: failed program was:" >&5
 
14874
 sed 's/^/| /' conftest.$ac_ext >&5
 
14875
 
 
14876
-eval "$as_ac_var=no"
 
14877
+       eval "$as_ac_var=no"
 
14878
 fi
 
14879
-rm -f conftest.err conftest.$ac_objext \
 
14880
+
 
14881
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
14882
       conftest$ac_exeext conftest.$ac_ext
 
14883
 fi
 
14884
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
 
14885
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 
14886
+ac_res=`eval echo '${'$as_ac_var'}'`
 
14887
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
14888
+echo "${ECHO_T}$ac_res" >&6; }
 
14889
 if test `eval echo '${'$as_ac_var'}'` = yes; then
 
14890
   cat >>confdefs.h <<_ACEOF
 
14891
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
14892
@@ -25919,8 +26382,8 @@
14788
14893
 
14789
14894
 
14790
14895
 pkg_failed=no
14795
14900
 
14796
14901
 if test -n "$PKG_CONFIG"; then
14797
14902
     if test -n "$CAIRO_PDF_CFLAGS"; then
14798
 
@@ -25874,16 +26345,16 @@
 
14903
@@ -25976,16 +26439,16 @@
14799
14904
        # Put the nasty error message in config.log where it belongs
14800
14905
        echo "$CAIRO_PDF_PKG_ERRORS" >&5
14801
14906
 
14816
14921
        enable_cairo_pdf=yes
14817
14922
 fi
14818
14923
            if test x$enable_cairo_pdf == xyes; then
14819
 
@@ -25910,13 +26381,13 @@
 
14924
@@ -26012,13 +26475,13 @@
14820
14925
 fi
14821
14926
 
14822
14927
 
14834
14939
 
14835
14940
 if test x$enable_ps = xyes; then
14836
14941
 
14837
 
@@ -25939,11 +26410,11 @@
 
14942
@@ -26041,11 +26504,11 @@
14838
14943
 
14839
14944
 if test x$enable_ps = xyes; then
14840
14945
 
14850
14955
 if test "$GS_VERSION" -lt "7"; then
14851
14956
        { { echo "$as_me:$LINENO: error: You need Ghostscript version >= 7 in order to run evince" >&5
14852
14957
 echo "$as_me: error: You need Ghostscript version >= 7 in order to run evince" >&2;}
14853
 
@@ -25951,49 +26422,50 @@
 
14958
@@ -26053,49 +26516,50 @@
14854
14959
 fi
14855
14960
 
14856
14961
 
14919
15024
 cat >conftest.$ac_ext <<_ACEOF
14920
15025
 /* confdefs.h.  */
14921
15026
 _ACEOF
14922
 
@@ -26004,41 +26476,37 @@
 
15027
@@ -26106,41 +26570,37 @@
14923
15028
 #include <$ac_header>
14924
15029
 _ACEOF
14925
15030
 rm -f conftest.$ac_objext
14979
15084
 cat >conftest.$ac_ext <<_ACEOF
14980
15085
 /* confdefs.h.  */
14981
15086
 _ACEOF
14982
 
@@ -26047,24 +26515,22 @@
 
15087
@@ -26149,24 +26609,22 @@
14983
15088
 /* end confdefs.h.  */
14984
15089
 #include <$ac_header>
14985
15090
 _ACEOF
15015
15120
   ac_header_preproc=yes
15016
15121
 else
15017
15122
   echo "$as_me: failed program was:" >&5
15018
 
@@ -26072,9 +26538,10 @@
 
15123
@@ -26174,9 +26632,10 @@
15019
15124
 
15020
15125
   ac_header_preproc=no
15021
15126
 fi
15028
15133
 
15029
15134
 # So?  What about this header?
15030
15135
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15031
 
@@ -26098,25 +26565,24 @@
 
15136
@@ -26200,25 +26659,24 @@
15032
15137
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15033
15138
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15034
15139
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15062
15167
 
15063
15168
 fi
15064
15169
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15065
 
@@ -26131,8 +26597,8 @@
 
15170
@@ -26233,8 +26691,8 @@
15066
15171
 done
15067
15172
 
15068
15173
     if test "x$enable_tiff" = "xyes"; then
15073
15178
 if test "${ac_cv_lib_tiff_TIFFOpen+set}" = set; then
15074
15179
   echo $ECHO_N "(cached) $ECHO_C" >&6
15075
15180
 else
15076
 
@@ -26145,64 +26611,61 @@
 
15181
@@ -26247,64 +26705,61 @@
15077
15182
 cat >>conftest.$ac_ext <<_ACEOF
15078
15183
 /* end confdefs.h.  */
15079
15184
 
15161
15266
 if test "${ac_cv_lib_tiff_TIFFReadRGBAImageOriented+set}" = set; then
15162
15267
   echo $ECHO_N "(cached) $ECHO_C" >&6
15163
15268
 else
15164
 
@@ -26215,56 +26678,53 @@
 
15269
@@ -26317,56 +26772,53 @@
15165
15270
 cat >>conftest.$ac_ext <<_ACEOF
15166
15271
 /* end confdefs.h.  */
15167
15272
 
15239
15344
 if test $ac_cv_lib_tiff_TIFFReadRGBAImageOriented = yes; then
15240
15345
   enable_tiff=yes
15241
15346
 else
15242
 
@@ -26298,13 +26758,13 @@
 
15347
@@ -26400,13 +26852,13 @@
15243
15348
 
15244
15349
 
15245
15350
 
15257
15362
 
15258
15363
 if test "x$enable_djvu" = "xyes"; then
15259
15364
 
15260
 
@@ -26312,8 +26772,8 @@
 
15365
@@ -26414,8 +26866,8 @@
15261
15366
 
15262
15367
 
15263
15368
 pkg_failed=no
15268
15373
 
15269
15374
 if test -n "$PKG_CONFIG"; then
15270
15375
     if test -n "$DJVU_CFLAGS"; then
15271
 
@@ -26369,16 +26829,16 @@
 
15376
@@ -26471,16 +26923,16 @@
15272
15377
        # Put the nasty error message in config.log where it belongs
15273
15378
        echo "$DJVU_PKG_ERRORS" >&5
15274
15379
 
15289
15394
        enable_djvu=yes
15290
15395
 fi
15291
15396
 
15292
 
@@ -26415,25 +26875,25 @@
 
15397
@@ -26517,25 +26969,25 @@
15293
15398
 
15294
15399
 
15295
15400
 
15325
15430
 if test "${ac_cv_c_const+set}" = set; then
15326
15431
   echo $ECHO_N "(cached) $ECHO_C" >&6
15327
15432
 else
15328
 
@@ -26451,10 +26911,10 @@
 
15433
@@ -26553,10 +27005,10 @@
15329
15434
 #ifndef __cplusplus
15330
15435
   /* Ultrix mips cc rejects this.  */
15331
15436
   typedef int charset[2];
15339
15444
   /* NEC SVR4.0.2 mips cc rejects this.  */
15340
15445
   struct point {int x, y;};
15341
15446
   static struct point const zero = {0,0};
15342
 
@@ -26463,16 +26923,17 @@
 
15447
@@ -26565,16 +27017,17 @@
15343
15448
      an arm of an if-expression whose if-part is not a constant
15344
15449
      expression */
15345
15450
   const char *g = "string";
15361
15466
   }
15362
15467
   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
15363
15468
     int x[] = {25, 17};
15364
 
@@ -26491,7 +26952,9 @@
 
15469
@@ -26593,7 +27046,9 @@
15365
15470
   }
15366
15471
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15367
15472
     const int foo = 10;
15371
15476
 #endif
15372
15477
 
15373
15478
   ;
15374
 
@@ -26499,38 +26962,34 @@
 
15479
@@ -26601,38 +27056,34 @@
15375
15480
 }
15376
15481
 _ACEOF
15377
15482
 rm -f conftest.$ac_objext
15426
15531
 if test $ac_cv_c_const = no; then
15427
15532
 
15428
15533
 cat >>confdefs.h <<\_ACEOF
15429
 
@@ -26539,8 +26998,8 @@
 
15534
@@ -26641,8 +27092,8 @@
15430
15535
 
15431
15536
 fi
15432
15537
 
15437
15542
 if test "${ac_cv_c_inline+set}" = set; then
15438
15543
   echo $ECHO_N "(cached) $ECHO_C" >&6
15439
15544
 else
15440
 
@@ -26560,39 +27019,37 @@
 
15545
@@ -26662,39 +27113,37 @@
15441
15546
 
15442
15547
 _ACEOF
15443
15548
 rm -f conftest.$ac_objext
15495
15600
 
15496
15601
 
15497
15602
 case $ac_cv_c_inline in
15498
 
@@ -26610,8 +27067,8 @@
 
15603
@@ -26712,8 +27161,8 @@
15499
15604
     ;;
15500
15605
 esac
15501
15606
 
15506
15611
 if test "${ac_cv_type_size_t+set}" = set; then
15507
15612
   echo $ECHO_N "(cached) $ECHO_C" >&6
15508
15613
 else
15509
 
@@ -26622,62 +27079,59 @@
 
15614
@@ -26724,62 +27173,59 @@
15510
15615
 cat >>conftest.$ac_ext <<_ACEOF
15511
15616
 /* end confdefs.h.  */
15512
15617
 $ac_includes_default
15591
15696
 if test "${ac_cv_type_long+set}" = set; then
15592
15697
   echo $ECHO_N "(cached) $ECHO_C" >&6
15593
15698
 else
15594
 
@@ -26688,61 +27142,57 @@
 
15699
@@ -26790,61 +27236,57 @@
15595
15700
 cat >>conftest.$ac_ext <<_ACEOF
15596
15701
 /* end confdefs.h.  */
15597
15702
 $ac_includes_default
15678
15783
   if test "$cross_compiling" = yes; then
15679
15784
   # Depending upon the size, compute the lo and hi bounds.
15680
15785
 cat >conftest.$ac_ext <<_ACEOF
15681
 
@@ -26752,10 +27202,11 @@
 
15786
@@ -26854,10 +27296,11 @@
15682
15787
 cat >>conftest.$ac_ext <<_ACEOF
15683
15788
 /* end confdefs.h.  */
15684
15789
 $ac_includes_default
15691
15796
 test_array [0] = 0
15692
15797
 
15693
15798
   ;
15694
 
@@ -26763,27 +27214,22 @@
 
15799
@@ -26865,27 +27308,22 @@
15695
15800
 }
15696
15801
 _ACEOF
15697
15802
 rm -f conftest.$ac_objext
15730
15835
   ac_lo=0 ac_mid=0
15731
15836
   while :; do
15732
15837
     cat >conftest.$ac_ext <<_ACEOF
15733
 
@@ -26793,10 +27239,11 @@
 
15838
@@ -26895,10 +27333,11 @@
15734
15839
 cat >>conftest.$ac_ext <<_ACEOF
15735
15840
 /* end confdefs.h.  */
15736
15841
 $ac_includes_default
15743
15848
 test_array [0] = 0
15744
15849
 
15745
15850
   ;
15746
 
@@ -26804,56 +27251,53 @@
 
15851
@@ -26906,56 +27345,53 @@
15747
15852
 }
15748
15853
 _ACEOF
15749
15854
 rm -f conftest.$ac_objext
15822
15927
 test_array [0] = 0
15823
15928
 
15824
15929
   ;
15825
 
@@ -26861,27 +27305,22 @@
 
15930
@@ -26963,27 +27399,22 @@
15826
15931
 }
15827
15932
 _ACEOF
15828
15933
 rm -f conftest.$ac_objext
15861
15966
   ac_hi=-1 ac_mid=-1
15862
15967
   while :; do
15863
15968
     cat >conftest.$ac_ext <<_ACEOF
15864
 
@@ -26891,10 +27330,11 @@
 
15969
@@ -26993,10 +27424,11 @@
15865
15970
 cat >>conftest.$ac_ext <<_ACEOF
15866
15971
 /* end confdefs.h.  */
15867
15972
 $ac_includes_default
15874
15979
 test_array [0] = 0
15875
15980
 
15876
15981
   ;
15877
 
@@ -26902,50 +27342,48 @@
 
15982
@@ -27004,50 +27436,48 @@
15878
15983
 }
15879
15984
 _ACEOF
15880
15985
 rm -f conftest.$ac_objext
15949
16054
 # Binary search between lo and hi bounds.
15950
16055
 while test "x$ac_lo" != "x$ac_hi"; do
15951
16056
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15952
 
@@ -26956,10 +27394,11 @@
 
16057
@@ -27058,10 +27488,11 @@
15953
16058
 cat >>conftest.$ac_ext <<_ACEOF
15954
16059
 /* end confdefs.h.  */
15955
16060
 $ac_includes_default
15962
16067
 test_array [0] = 0
15963
16068
 
15964
16069
   ;
15965
 
@@ -26967,52 +27406,45 @@
 
16070
@@ -27069,52 +27500,45 @@
15966
16071
 }
15967
16072
 _ACEOF
15968
16073
 rm -f conftest.$ac_objext
16036
16141
   cat >conftest.$ac_ext <<_ACEOF
16037
16142
 /* confdefs.h.  */
16038
16143
 _ACEOF
16039
 
@@ -27020,8 +27452,9 @@
 
16144
@@ -27122,8 +27546,9 @@
16040
16145
 cat >>conftest.$ac_ext <<_ACEOF
16041
16146
 /* end confdefs.h.  */
16042
16147
 $ac_includes_default
16048
16153
 #include <stdio.h>
16049
16154
 #include <stdlib.h>
16050
16155
 int
16051
 
@@ -27030,35 +27463,44 @@
 
16156
@@ -27132,35 +27557,44 @@
16052
16157
 
16053
16158
   FILE *f = fopen ("conftest.val", "w");
16054
16159
   if (! f)
16106
16211
   ac_status=$?
16107
16212
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16108
16213
   (exit $ac_status); }; }; then
16109
 
@@ -27069,29 +27511,32 @@
 
16214
@@ -27171,29 +27605,32 @@
16110
16215
 sed 's/^/| /' conftest.$ac_ext >&5
16111
16216
 
16112
16217
 ( exit $ac_status )
16151
16256
 if test "${ac_cv_type_int+set}" = set; then
16152
16257
   echo $ECHO_N "(cached) $ECHO_C" >&6
16153
16258
 else
16154
 
@@ -27102,61 +27547,57 @@
 
16259
@@ -27204,61 +27641,57 @@
16155
16260
 cat >>conftest.$ac_ext <<_ACEOF
16156
16261
 /* end confdefs.h.  */
16157
16262
 $ac_includes_default
16238
16343
   if test "$cross_compiling" = yes; then
16239
16344
   # Depending upon the size, compute the lo and hi bounds.
16240
16345
 cat >conftest.$ac_ext <<_ACEOF
16241
 
@@ -27166,10 +27607,11 @@
 
16346
@@ -27268,10 +27701,11 @@
16242
16347
 cat >>conftest.$ac_ext <<_ACEOF
16243
16348
 /* end confdefs.h.  */
16244
16349
 $ac_includes_default
16251
16356
 test_array [0] = 0
16252
16357
 
16253
16358
   ;
16254
 
@@ -27177,27 +27619,22 @@
 
16359
@@ -27279,27 +27713,22 @@
16255
16360
 }
16256
16361
 _ACEOF
16257
16362
 rm -f conftest.$ac_objext
16290
16395
   ac_lo=0 ac_mid=0
16291
16396
   while :; do
16292
16397
     cat >conftest.$ac_ext <<_ACEOF
16293
 
@@ -27207,10 +27644,11 @@
 
16398
@@ -27309,10 +27738,11 @@
16294
16399
 cat >>conftest.$ac_ext <<_ACEOF
16295
16400
 /* end confdefs.h.  */
16296
16401
 $ac_includes_default
16303
16408
 test_array [0] = 0
16304
16409
 
16305
16410
   ;
16306
 
@@ -27218,56 +27656,53 @@
 
16411
@@ -27320,56 +27750,53 @@
16307
16412
 }
16308
16413
 _ACEOF
16309
16414
 rm -f conftest.$ac_objext
16382
16487
 test_array [0] = 0
16383
16488
 
16384
16489
   ;
16385
 
@@ -27275,27 +27710,22 @@
 
16490
@@ -27377,27 +27804,22 @@
16386
16491
 }
16387
16492
 _ACEOF
16388
16493
 rm -f conftest.$ac_objext
16421
16526
   ac_hi=-1 ac_mid=-1
16422
16527
   while :; do
16423
16528
     cat >conftest.$ac_ext <<_ACEOF
16424
 
@@ -27305,10 +27735,11 @@
 
16529
@@ -27407,10 +27829,11 @@
16425
16530
 cat >>conftest.$ac_ext <<_ACEOF
16426
16531
 /* end confdefs.h.  */
16427
16532
 $ac_includes_default
16434
16539
 test_array [0] = 0
16435
16540
 
16436
16541
   ;
16437
 
@@ -27316,50 +27747,48 @@
 
16542
@@ -27418,50 +27841,48 @@
16438
16543
 }
16439
16544
 _ACEOF
16440
16545
 rm -f conftest.$ac_objext
16509
16614
 # Binary search between lo and hi bounds.
16510
16615
 while test "x$ac_lo" != "x$ac_hi"; do
16511
16616
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16512
 
@@ -27370,10 +27799,11 @@
 
16617
@@ -27472,10 +27893,11 @@
16513
16618
 cat >>conftest.$ac_ext <<_ACEOF
16514
16619
 /* end confdefs.h.  */
16515
16620
 $ac_includes_default
16522
16627
 test_array [0] = 0
16523
16628
 
16524
16629
   ;
16525
 
@@ -27381,52 +27811,45 @@
 
16630
@@ -27483,52 +27905,45 @@
16526
16631
 }
16527
16632
 _ACEOF
16528
16633
 rm -f conftest.$ac_objext
16596
16701
   cat >conftest.$ac_ext <<_ACEOF
16597
16702
 /* confdefs.h.  */
16598
16703
 _ACEOF
16599
 
@@ -27434,8 +27857,9 @@
 
16704
@@ -27536,8 +27951,9 @@
16600
16705
 cat >>conftest.$ac_ext <<_ACEOF
16601
16706
 /* end confdefs.h.  */
16602
16707
 $ac_includes_default
16608
16713
 #include <stdio.h>
16609
16714
 #include <stdlib.h>
16610
16715
 int
16611
 
@@ -27444,35 +27868,44 @@
 
16716
@@ -27546,35 +27962,44 @@
16612
16717
 
16613
16718
   FILE *f = fopen ("conftest.val", "w");
16614
16719
   if (! f)
16666
16771
   ac_status=$?
16667
16772
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668
16773
   (exit $ac_status); }; }; then
16669
 
@@ -27483,29 +27916,32 @@
 
16774
@@ -27585,29 +28010,32 @@
16670
16775
 sed 's/^/| /' conftest.$ac_ext >&5
16671
16776
 
16672
16777
 ( exit $ac_status )
16711
16816
 if test "${ac_cv_type_short+set}" = set; then
16712
16817
   echo $ECHO_N "(cached) $ECHO_C" >&6
16713
16818
 else
16714
 
@@ -27516,61 +27952,57 @@
 
16819
@@ -27618,61 +28046,57 @@
16715
16820
 cat >>conftest.$ac_ext <<_ACEOF
16716
16821
 /* end confdefs.h.  */
16717
16822
 $ac_includes_default
16798
16903
   if test "$cross_compiling" = yes; then
16799
16904
   # Depending upon the size, compute the lo and hi bounds.
16800
16905
 cat >conftest.$ac_ext <<_ACEOF
16801
 
@@ -27580,10 +28012,11 @@
 
16906
@@ -27682,10 +28106,11 @@
16802
16907
 cat >>conftest.$ac_ext <<_ACEOF
16803
16908
 /* end confdefs.h.  */
16804
16909
 $ac_includes_default
16811
16916
 test_array [0] = 0
16812
16917
 
16813
16918
   ;
16814
 
@@ -27591,27 +28024,22 @@
 
16919
@@ -27693,27 +28118,22 @@
16815
16920
 }
16816
16921
 _ACEOF
16817
16922
 rm -f conftest.$ac_objext
16850
16955
   ac_lo=0 ac_mid=0
16851
16956
   while :; do
16852
16957
     cat >conftest.$ac_ext <<_ACEOF
16853
 
@@ -27621,10 +28049,11 @@
 
16958
@@ -27723,10 +28143,11 @@
16854
16959
 cat >>conftest.$ac_ext <<_ACEOF
16855
16960
 /* end confdefs.h.  */
16856
16961
 $ac_includes_default
16863
16968
 test_array [0] = 0
16864
16969
 
16865
16970
   ;
16866
 
@@ -27632,56 +28061,53 @@
 
16971
@@ -27734,56 +28155,53 @@
16867
16972
 }
16868
16973
 _ACEOF
16869
16974
 rm -f conftest.$ac_objext
16942
17047
 test_array [0] = 0
16943
17048
 
16944
17049
   ;
16945
 
@@ -27689,27 +28115,22 @@
 
17050
@@ -27791,27 +28209,22 @@
16946
17051
 }
16947
17052
 _ACEOF
16948
17053
 rm -f conftest.$ac_objext
16981
17086
   ac_hi=-1 ac_mid=-1
16982
17087
   while :; do
16983
17088
     cat >conftest.$ac_ext <<_ACEOF
16984
 
@@ -27719,10 +28140,11 @@
 
17089
@@ -27821,10 +28234,11 @@
16985
17090
 cat >>conftest.$ac_ext <<_ACEOF
16986
17091
 /* end confdefs.h.  */
16987
17092
 $ac_includes_default
16994
17099
 test_array [0] = 0
16995
17100
 
16996
17101
   ;
16997
 
@@ -27730,50 +28152,48 @@
 
17102
@@ -27832,50 +28246,48 @@
16998
17103
 }
16999
17104
 _ACEOF
17000
17105
 rm -f conftest.$ac_objext
17069
17174
 # Binary search between lo and hi bounds.
17070
17175
 while test "x$ac_lo" != "x$ac_hi"; do
17071
17176
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17072
 
@@ -27784,10 +28204,11 @@
 
17177
@@ -27886,10 +28298,11 @@
17073
17178
 cat >>conftest.$ac_ext <<_ACEOF
17074
17179
 /* end confdefs.h.  */
17075
17180
 $ac_includes_default
17082
17187
 test_array [0] = 0
17083
17188
 
17084
17189
   ;
17085
 
@@ -27795,51 +28216,44 @@
 
17190
@@ -27897,52 +28310,45 @@
17086
17191
 }
17087
17192
 _ACEOF
17088
17193
 rm -f conftest.$ac_objext
17140
17245
+echo "$as_me: error: cannot compute sizeof (short)
17141
17246
 See \`config.log' for more details." >&2;}
17142
17247
-   { (exit 1); exit 1; }; } ;;
17143
 
-esac
17144
 
-else
 
17248
+   { (exit 77); exit 77; }; }
 
17249
+   else
 
17250
+     ac_cv_sizeof_short=0
 
17251
+   fi ;;
 
17252
 esac
 
17253
 else
17145
17254
-  if test "$cross_compiling" = yes; then
17146
17255
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17147
17256
-See \`config.log' for more details." >&5
17148
17257
-echo "$as_me: error: cannot run test program while cross compiling
17149
17258
-See \`config.log' for more details." >&2;}
17150
17259
-   { (exit 1); exit 1; }; }
17151
 
+   { (exit 77); exit 77; }; }
17152
 
+   else
17153
 
+     ac_cv_sizeof_short=0
17154
 
+   fi ;;
17155
 
+esac
17156
 
 else
 
17260
-else
17157
17261
   cat >conftest.$ac_ext <<_ACEOF
17158
17262
 /* confdefs.h.  */
17159
 
@@ -27848,8 +28262,9 @@
 
17263
 _ACEOF
 
17264
@@ -27950,8 +28356,9 @@
17160
17265
 cat >>conftest.$ac_ext <<_ACEOF
17161
17266
 /* end confdefs.h.  */
17162
17267
 $ac_includes_default
17168
17273
 #include <stdio.h>
17169
17274
 #include <stdlib.h>
17170
17275
 int
17171
 
@@ -27858,35 +28273,44 @@
 
17276
@@ -27960,35 +28367,44 @@
17172
17277
 
17173
17278
   FILE *f = fopen ("conftest.val", "w");
17174
17279
   if (! f)
17226
17331
   ac_status=$?
17227
17332
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17228
17333
   (exit $ac_status); }; }; then
17229
 
@@ -27897,29 +28321,32 @@
 
17334
@@ -27999,29 +28415,32 @@
17230
17335
 sed 's/^/| /' conftest.$ac_ext >&5
17231
17336
 
17232
17337
 ( exit $ac_status )
17271
17376
 if test "${ac_cv_type_void_p+set}" = set; then
17272
17377
   echo $ECHO_N "(cached) $ECHO_C" >&6
17273
17378
 else
17274
 
@@ -27930,61 +28357,57 @@
 
17379
@@ -28032,61 +28451,57 @@
17275
17380
 cat >>conftest.$ac_ext <<_ACEOF
17276
17381
 /* end confdefs.h.  */
17277
17382
 $ac_includes_default
17358
17463
   if test "$cross_compiling" = yes; then
17359
17464
   # Depending upon the size, compute the lo and hi bounds.
17360
17465
 cat >conftest.$ac_ext <<_ACEOF
17361
 
@@ -27994,10 +28417,11 @@
 
17466
@@ -28096,10 +28511,11 @@
17362
17467
 cat >>conftest.$ac_ext <<_ACEOF
17363
17468
 /* end confdefs.h.  */
17364
17469
 $ac_includes_default
17371
17476
 test_array [0] = 0
17372
17477
 
17373
17478
   ;
17374
 
@@ -28005,27 +28429,22 @@
 
17479
@@ -28107,27 +28523,22 @@
17375
17480
 }
17376
17481
 _ACEOF
17377
17482
 rm -f conftest.$ac_objext
17410
17515
   ac_lo=0 ac_mid=0
17411
17516
   while :; do
17412
17517
     cat >conftest.$ac_ext <<_ACEOF
17413
 
@@ -28035,10 +28454,11 @@
 
17518
@@ -28137,10 +28548,11 @@
17414
17519
 cat >>conftest.$ac_ext <<_ACEOF
17415
17520
 /* end confdefs.h.  */
17416
17521
 $ac_includes_default
17423
17528
 test_array [0] = 0
17424
17529
 
17425
17530
   ;
17426
 
@@ -28046,56 +28466,53 @@
 
17531
@@ -28148,56 +28560,53 @@
17427
17532
 }
17428
17533
 _ACEOF
17429
17534
 rm -f conftest.$ac_objext
17502
17607
 test_array [0] = 0
17503
17608
 
17504
17609
   ;
17505
 
@@ -28103,27 +28520,22 @@
 
17610
@@ -28205,27 +28614,22 @@
17506
17611
 }
17507
17612
 _ACEOF
17508
17613
 rm -f conftest.$ac_objext
17541
17646
   ac_hi=-1 ac_mid=-1
17542
17647
   while :; do
17543
17648
     cat >conftest.$ac_ext <<_ACEOF
17544
 
@@ -28133,10 +28545,11 @@
 
17649
@@ -28235,10 +28639,11 @@
17545
17650
 cat >>conftest.$ac_ext <<_ACEOF
17546
17651
 /* end confdefs.h.  */
17547
17652
 $ac_includes_default
17554
17659
 test_array [0] = 0
17555
17660
 
17556
17661
   ;
17557
 
@@ -28144,50 +28557,48 @@
 
17662
@@ -28246,50 +28651,48 @@
17558
17663
 }
17559
17664
 _ACEOF
17560
17665
 rm -f conftest.$ac_objext
17629
17734
 # Binary search between lo and hi bounds.
17630
17735
 while test "x$ac_lo" != "x$ac_hi"; do
17631
17736
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17632
 
@@ -28198,10 +28609,11 @@
 
17737
@@ -28300,10 +28703,11 @@
17633
17738
 cat >>conftest.$ac_ext <<_ACEOF
17634
17739
 /* end confdefs.h.  */
17635
17740
 $ac_includes_default
17642
17747
 test_array [0] = 0
17643
17748
 
17644
17749
   ;
17645
 
@@ -28209,52 +28621,45 @@
 
17750
@@ -28311,52 +28715,45 @@
17646
17751
 }
17647
17752
 _ACEOF
17648
17753
 rm -f conftest.$ac_objext
17716
17821
   cat >conftest.$ac_ext <<_ACEOF
17717
17822
 /* confdefs.h.  */
17718
17823
 _ACEOF
17719
 
@@ -28262,8 +28667,9 @@
 
17824
@@ -28364,8 +28761,9 @@
17720
17825
 cat >>conftest.$ac_ext <<_ACEOF
17721
17826
 /* end confdefs.h.  */
17722
17827
 $ac_includes_default
17728
17833
 #include <stdio.h>
17729
17834
 #include <stdlib.h>
17730
17835
 int
17731
 
@@ -28272,35 +28678,44 @@
 
17836
@@ -28374,35 +28772,44 @@
17732
17837
 
17733
17838
   FILE *f = fopen ("conftest.val", "w");
17734
17839
   if (! f)
17786
17891
   ac_status=$?
17787
17892
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17788
17893
   (exit $ac_status); }; }; then
17789
 
@@ -28311,29 +28726,32 @@
 
17894
@@ -28413,29 +28820,32 @@
17790
17895
 sed 's/^/| /' conftest.$ac_ext >&5
17791
17896
 
17792
17897
 ( exit $ac_status )
17831
17936
 if test "${ac_cv_lib_kpathsea_kpse_init_prog+set}" = set; then
17832
17937
   echo $ECHO_N "(cached) $ECHO_C" >&6
17833
17938
 else
17834
 
@@ -28346,56 +28764,53 @@
 
17939
@@ -28448,56 +28858,53 @@
17835
17940
 cat >>conftest.$ac_ext <<_ACEOF
17836
17941
 /* end confdefs.h.  */
17837
17942
 
17909
18014
 if test $ac_cv_lib_kpathsea_kpse_init_prog = yes; then
17910
18015
   enable_dvi=yes
17911
18016
 else
17912
 
@@ -28427,8 +28842,8 @@
 
18017
@@ -28529,8 +28936,8 @@
17913
18018
 
17914
18019
 if test "x$enable_dvi" = "xyes"; then
17915
18020
     if test "x$enable_type1_fonts" = "xyes"; then
17920
18025
 if test "${ac_cv_lib_t1_T1_InitLib+set}" = set; then
17921
18026
   echo $ECHO_N "(cached) $ECHO_C" >&6
17922
18027
 else
17923
 
@@ -28441,56 +28856,53 @@
 
18028
@@ -28543,56 +28950,53 @@
17924
18029
 cat >>conftest.$ac_ext <<_ACEOF
17925
18030
 /* end confdefs.h.  */
17926
18031
 
17998
18103
 if test $ac_cv_lib_t1_T1_InitLib = yes; then
17999
18104
   enable_type1_fonts=yes
18000
18105
 else
18001
 
@@ -28522,13 +28934,13 @@
 
18106
@@ -28624,13 +29028,13 @@
18002
18107
 
18003
18108
 
18004
18109
 
18016
18121
 if test "x$enable_pixbuf" = "xyes"; then
18017
18122
 
18018
18123
 cat >>confdefs.h <<\_ACEOF
18019
 
@@ -28549,13 +28961,13 @@
 
18124
@@ -28651,13 +29055,13 @@
18020
18125
 
18021
18126
 
18022
18127
 
18034
18139
 if test "x$enable_comics" = "xyes"; then
18035
18140
 
18036
18141
 cat >>confdefs.h <<\_ACEOF
18037
 
@@ -28576,13 +28988,13 @@
 
18142
@@ -28678,13 +29082,13 @@
18038
18143
 
18039
18144
 
18040
18145
 
18052
18157
 if test "x$enable_impress" = "xyes"; then
18053
18158
 
18054
18159
 cat >>confdefs.h <<\_ACEOF
18055
 
@@ -28629,7 +29041,7 @@
 
18160
@@ -28731,7 +29135,7 @@
18056
18161
 fi
18057
18162
 
18058
18163
 
18061
18166
 
18062
18167
 
18063
18168
 cat >confcache <<\_ACEOF
18064
 
@@ -28650,39 +29062,58 @@
 
18169
@@ -28752,39 +29156,58 @@
18065
18170
 
18066
18171
 # The following way of writing the cache mishandles newlines in values,
18067
18172
 # but we know of no workaround that is simple, portable, and efficient.
18136
18241
   fi
18137
18242
 fi
18138
18243
 rm -f confcache
18139
 
@@ -28691,32 +29122,18 @@
 
18244
@@ -28793,32 +29216,18 @@
18140
18245
 # Let make expand exec_prefix.
18141
18246
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18142
18247
 
18175
18280
 done
18176
18281
 LIBOBJS=$ac_libobjs
18177
18282
 
18178
 
@@ -28773,7 +29190,7 @@
 
18283
@@ -28875,7 +29284,7 @@
18179
18284
    { (exit 1); exit 1; }; }
18180
18285
 fi
18181
18286
 
18184
18289
 
18185
18290
 
18186
18291
 if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
18187
 
@@ -28954,17 +29371,45 @@
 
18292
@@ -29056,17 +29465,45 @@
18188
18293
 ## M4sh Initialization.  ##
18189
18294
 ## --------------------- ##
18190
18295
 
18234
18339
 
18235
18340
 # Support unset when possible.
18236
18341
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18237
 
@@ -28974,8 +29419,43 @@
 
18342
@@ -29076,8 +29513,43 @@
18238
18343
 fi
18239
18344
 
18240
18345
 
18279
18384
 PS1='$ '
18280
18385
 PS2='> '
18281
18386
 PS4='+ '
18282
 
@@ -28989,18 +29469,19 @@
 
18387
@@ -29091,18 +29563,19 @@
18283
18388
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
18284
18389
     eval $as_var=C; export $as_var
18285
18390
   else
18302
18407
   as_basename=basename
18303
18408
 else
18304
18409
   as_basename=false
18305
 
@@ -29008,159 +29489,120 @@
 
18410
@@ -29110,159 +29583,120 @@
18306
18411
 
18307
18412
 
18308
18413
 # Name of the executable.
18533
18638
 
18534
18639
 if mkdir -p . 2>/dev/null; then
18535
18640
   as_mkdir_p=:
18536
 
@@ -29169,7 +29611,28 @@
 
18641
@@ -29271,7 +29705,28 @@
18537
18642
   as_mkdir_p=false
18538
18643
 fi
18539
18644
 
18563
18668
 
18564
18669
 # Sed expression to map a string onto a valid CPP name.
18565
18670
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18566
 
@@ -29178,31 +29641,14 @@
 
18671
@@ -29280,31 +29735,14 @@
18567
18672
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18568
18673
 
18569
18674
 
18593
18698
-
18594
18699
+# values after options handling.
18595
18700
+ac_log="
18596
 
 This file was extended by Evince $as_me 0.9.1, which was
 
18701
 This file was extended by Evince $as_me 0.9.2, which was
18597
18702
-generated by GNU Autoconf 2.59.  Invocation command line was
18598
18703
+generated by GNU Autoconf 2.61.  Invocation command line was
18599
18704
 
18600
18705
   CONFIG_FILES    = $CONFIG_FILES
18601
18706
   CONFIG_HEADERS  = $CONFIG_HEADERS
18602
 
@@ -29210,30 +29656,20 @@
 
18707
@@ -29312,30 +29750,20 @@
18603
18708
   CONFIG_COMMANDS = $CONFIG_COMMANDS
18604
18709
   $ $0 $@
18605
18710
 
18616
18721
-if test -n "$ac_config_files"; then
18617
18722
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
18618
18723
-fi
18619
 
+config_files="$ac_config_files"
18620
 
+config_headers="$ac_config_headers"
18621
 
+config_commands="$ac_config_commands"
18622
 
 
 
18724
-
18623
18725
-if test -n "$ac_config_headers"; then
18624
18726
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
18625
18727
-fi
18627
18729
-if test -n "$ac_config_links"; then
18628
18730
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
18629
18731
-fi
18630
 
-
 
18732
+config_files="$ac_config_files"
 
18733
+config_headers="$ac_config_headers"
 
18734
+config_commands="$ac_config_commands"
 
18735
 
18631
18736
-if test -n "$ac_config_commands"; then
18632
18737
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
18633
18738
-fi
18638
18743
 ac_cs_usage="\
18639
18744
 \`$as_me' instantiates files from templates according to the
18640
18745
 current configuration.
18641
 
@@ -29241,7 +29677,7 @@
 
18746
@@ -29343,7 +29771,7 @@
18642
18747
 Usage: $0 [OPTIONS] [FILE]...
18643
18748
 
18644
18749
   -h, --help       print this help, then exit
18647
18752
   -q, --quiet      do not print progress messages
18648
18753
   -d, --debug      don't remove temporary files
18649
18754
       --recheck    update $as_me by reconfiguring in the same conditions
18650
 
@@ -29260,19 +29696,21 @@
 
18755
@@ -29362,19 +29790,21 @@
18651
18756
 $config_commands
18652
18757
 
18653
18758
 Report bugs to <bug-autoconf@gnu.org>."
18656
18761
+_ACEOF
18657
18762
 cat >>$CONFIG_STATUS <<_ACEOF
18658
18763
 ac_cs_version="\\
18659
 
 Evince config.status 0.9.1
 
18764
 Evince config.status 0.9.2
18660
18765
-configured by $0, generated by GNU Autoconf 2.59,
18661
18766
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
18662
18767
+configured by $0, generated by GNU Autoconf 2.61,
18675
18780
 _ACEOF
18676
18781
 
18677
18782
 cat >>$CONFIG_STATUS <<\_ACEOF
18678
 
@@ -29283,39 +29721,24 @@
 
18783
@@ -29385,39 +29815,24 @@
18679
18784
 do
18680
18785
   case $1 in
18681
18786
   --*=*)
18721
18826
     debug=: ;;
18722
18827
   --file | --fil | --fi | --f )
18723
18828
     $ac_shift
18724
 
@@ -29325,18 +29748,24 @@
 
18829
@@ -29427,18 +29842,24 @@
18725
18830
     $ac_shift
18726
18831
     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
18727
18832
     ac_need_defaults=false;;
18751
18856
 
18752
18857
   esac
18753
18858
   shift
18754
 
@@ -29352,17 +29781,28 @@
 
18859
@@ -29454,17 +29875,28 @@
18755
18860
 _ACEOF
18756
18861
 cat >>$CONFIG_STATUS <<_ACEOF
18757
18862
 if \$ac_cs_recheck; then
18784
18889
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
18785
18890
 INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
18786
18891
 prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir"
18787
 
@@ -29373,65 +29813,66 @@
 
18892
@@ -29475,65 +29907,66 @@
18788
18893
 
18789
18894
 _ACEOF
18790
18895
 
18901
19006
 # If the user did not use the arguments to specify the items to instantiate,
18902
19007
 # then the envvar interface is used.  Set only those that are not.
18903
19008
 # We use the long form for the default assignment because of an extremely
18904
 
@@ -29443,741 +29884,769 @@
 
19009
@@ -29545,741 +29978,769 @@
18905
19010
 fi
18906
19011
 
18907
19012
 # Have a temporary directory for convenience.  Make it in the build tree
19376
19481
+cat >>$CONFIG_STATUS <<_ACEOF
19377
19482
+CEOF$ac_eof
19378
19483
+_ACEOF
19379
 
 
 
19484
+
19380
19485
+
19381
19486
+ac_delim='%!_!# '
19382
19487
+for ac_last_try in false false false false false :; do
19567
19672
+EVINCE_MIME_TYPES!$EVINCE_MIME_TYPES$ac_delim
19568
19673
+LIBOBJS!$LIBOBJS$ac_delim
19569
19674
+LTLIBOBJS!$LTLIBOBJS$ac_delim
19570
 
 _ACEOF
19571
 
+
 
19675
+_ACEOF
 
19676
 
19572
19677
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 48; then
19573
19678
+    break
19574
19679
+  elif $ac_last_try; then
19589
19694
+cat >>$CONFIG_STATUS <<_ACEOF
19590
19695
+cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
19591
19696
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
19592
 
+_ACEOF
 
19697
 _ACEOF
19593
19698
+sed '
19594
19699
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
19595
19700
+s/^/s,@/; s/!/@,|#_!!_#|/
19640
19745
+do
19641
19746
+  case $ac_tag in
19642
19747
+  :[FHLC]) ac_mode=$ac_tag; continue;;
19643
 
+  esac
 
19748
   esac
19644
19749
+  case $ac_mode$ac_tag in
19645
19750
+  :[FHL]*:*);;
19646
19751
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
19690
19795
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
19691
19796
+echo "$as_me: creating $ac_file" >&6;}
19692
19797
+    fi
19693
 
+
 
19798
 
 
19799
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 
19800
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19694
19801
+    case $ac_tag in
19695
19802
+    *:-:* | *:-) cat >"$tmp/stdin";;
19696
19803
+    esac
19697
19804
+    ;;
19698
 
   esac
19699
 
 
19700
 
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19701
 
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
19805
+  esac
 
19806
+
19702
19807
+  ac_dir=`$as_dirname -- "$ac_file" ||
19703
19808
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19704
19809
         X"$ac_file" : 'X\(//\)[^/]' \| \
19993
20098
-    cat $tmp/out
19994
20099
-    rm -f $tmp/out
19995
20100
-  fi
19996
 
-
19997
 
-done
19998
 
-_ACEOF
19999
 
-cat >>$CONFIG_STATUS <<\_ACEOF
20000
 
-
20001
 
-#
20002
 
-# CONFIG_HEADER section.
20003
 
-#
20004
 
-
20005
 
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
20006
 
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
20007
 
-#
20008
 
-# ac_d sets the value in "#define NAME VALUE" lines.
20009
 
-ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
20010
 
-ac_dB='[        ].*$,\1#\2'
20011
 
-ac_dC=' '
20012
 
-ac_dD=',;t'
20013
 
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20014
 
-ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
20015
 
-ac_uB='$,\1#\2define\3'
20016
 
-ac_uC=' '
20017
 
-ac_uD=',;t'
20018
20101
+s&@configure_input@&$configure_input&;t t
20019
20102
+s&@top_builddir@&$ac_top_builddir_sub&;t t
20020
20103
+s&@srcdir@&$ac_srcdir&;t t
20036
20119
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20037
20120
+which seems to be undefined.  Please make sure it is defined." >&2;}
20038
20121
 
 
20122
-done
 
20123
-_ACEOF
 
20124
-cat >>$CONFIG_STATUS <<\_ACEOF
 
20125
-
 
20126
-#
 
20127
-# CONFIG_HEADER section.
 
20128
-#
 
20129
-
 
20130
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
 
20131
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
 
20132
-#
 
20133
-# ac_d sets the value in "#define NAME VALUE" lines.
 
20134
-ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
 
20135
-ac_dB='[        ].*$,\1#\2'
 
20136
-ac_dC=' '
 
20137
-ac_dD=',;t'
 
20138
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
 
20139
-ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 
20140
-ac_uB='$,\1#\2define\3'
 
20141
-ac_uC=' '
 
20142
-ac_uD=',;t'
 
20143
-
20039
20144
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
20040
20145
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20041
20146
+  rm -f "$tmp/stdin"
20141
20246
+ac_dB='\\)[     (].*,\\1define\\2'
20142
20247
+ac_dC=' '
20143
20248
+ac_dD=' ,'
20144
 
 
20145
 
-# This sed command replaces #undef with comments.  This is necessary, for
 
20249
+
20146
20250
+uniq confdefs.h |
20147
20251
+  sed -n '
20148
20252
+       t rset
20155
20259
+       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
20156
20260
+       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
20157
20261
+  ' >>conftest.defines
20158
 
+
 
20262
 
 
20263
-# This sed command replaces #undef with comments.  This is necessary, for
20159
20264
+# Remove the space that was appended to ease matching.
20160
20265
+# Then replace #undef with comments.  This is necessary, for
20161
20266
 # example, in the case of _POSIX_SOURCE, which is predefined and required
20321
20426
 # Compute $ac_file's index in $config_headers.
20322
20427
 _am_stamp_count=1
20323
20428
 for _am_header in $config_headers :; do
20324
 
@@ -30188,135 +30657,39 @@
 
20429
@@ -30290,135 +30751,39 @@
20325
20430
       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
20326
20431
   esac
20327
20432
 done
20483
20588
   # Strip MF so we end up with the name of the file.
20484
20589
   mf=`echo "$mf" | sed -e 's/:.*$//'`
20485
20590
   # Check whether this is an Automake generated Makefile or not.
20486
 
@@ -30326,18 +30699,29 @@
 
20591
@@ -30428,18 +30793,29 @@
20487
20592
   # each Makefile.in and add a new line on top of each file to say so.
20488
20593
   # So let's grep whole file.
20489
20594
   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
20521
20626
   else
20522
20627
     continue
20523
20628
   fi
20524
 
@@ -30359,49 +30743,76 @@
 
20629
@@ -30461,49 +30837,76 @@
20525
20630
        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20526
20631
     # Make sure the directory exists.
20527
20632
     test -f "$dirpart/$file" && continue
20625
20730
 
20626
20731
 for file in intltool-extract intltool-merge intltool-update; do
20627
20732
   sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
20628
 
@@ -30422,10 +30833,10 @@
 
20733
@@ -30524,10 +30927,10 @@
20629
20734
 done
20630
20735
 
20631
20736
  ;;
20638
20743
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
20639
20744
     >"po/stamp-it.tmp"
20640
20745
     sed '/^#/d
20641
 
@@ -30448,11 +30859,10 @@
 
20746
@@ -30550,11 +30953,10 @@
20642
20747
     rm -f "po/Makefile.tmp"
20643
20748
     mv "po/stamp-it.tmp" "po/stamp-it"
20644
20749
    ;;