Diff of /trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by harbaum, Fri Jul 24 19:24:42 2009 UTC revision 126 by harbaum, Mon Sep 28 19:01:03 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.61 for GPXView 0.7.4.  # Generated by GNU Autoconf 2.63 for GPXView 0.8.10.
4  #  #
5  # Report bugs to <till@harbaum.org>.  # Report bugs to <till@harbaum.org>.
6  #  #
7  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8  # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
10  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
11  ## --------------------- ##  ## --------------------- ##
# Line 17  DUALCASE=1; export DUALCASE # for MKS sh Line 17  DUALCASE=1; export DUALCASE # for MKS sh
17  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18    emulate sh    emulate sh
19    NULLCMD=:    NULLCMD=:
20    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
22    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
23    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 39  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 39  as_cr_Letters=$as_cr_letters$as_cr_LETTE
39  as_cr_digits='0123456789'  as_cr_digits='0123456789'
40  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
41    
42  # The user is always right.  as_nl='
43  if test "${PATH_SEPARATOR+set}" != set; then  '
44    echo "#! /bin/sh" >conf$$.sh  export as_nl
45    echo  "exit 0"   >>conf$$.sh  # Printing a long string crashes Solaris 7 /usr/bin/printf.
46    chmod +x conf$$.sh  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48      PATH_SEPARATOR=';'  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49    if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50      as_echo='printf %s\n'
51      as_echo_n='printf %s'
52    else
53      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55        as_echo_n='/usr/ucb/echo -n'
56    else    else
57      PATH_SEPARATOR=:      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58        as_echo_n_body='eval
59          arg=$1;
60          case $arg in
61          *"$as_nl"*)
62            expr "X$arg" : "X\\(.*\\)$as_nl";
63            arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64          esac;
65          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66        '
67        export as_echo_n_body
68        as_echo_n='sh -c $as_echo_n_body as_echo'
69    fi    fi
70    rm -f conf$$.sh    export as_echo_body
71      as_echo='sh -c $as_echo_body as_echo'
72    fi
73    
74    # The user is always right.
75    if test "${PATH_SEPARATOR+set}" != set; then
76      PATH_SEPARATOR=:
77      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79          PATH_SEPARATOR=';'
80      }
81  fi  fi
82    
83  # Support unset when possible.  # Support unset when possible.
# Line 65  fi Line 93  fi
93  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
94  # (If _AS_PATH_WALK were called with IFS unset, it would disable word  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
 as_nl='  
 '  
96  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
97    
98  # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
# Line 89  if test "x$as_myself" = x; then Line 115  if test "x$as_myself" = x; then
115    as_myself=$0    as_myself=$0
116  fi  fi
117  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
118    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119    { (exit 1); exit 1; }    { (exit 1); exit 1; }
120  fi  fi
121    
# Line 102  PS2='> ' Line 128  PS2='> '
128  PS4='+ '  PS4='+ '
129    
130  # NLS nuisances.  # NLS nuisances.
131  for as_var in \  LC_ALL=C
132    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  export LC_ALL
133    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LANGUAGE=C
134    LC_TELEPHONE LC_TIME  export LANGUAGE
 do  
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then  
     eval $as_var=C; export $as_var  
   else  
     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var  
   fi  
 done  
135    
136  # Required to use basename.  # Required to use basename.
137  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 134  as_me=`$as_basename -- "$0" || Line 153  as_me=`$as_basename -- "$0" ||
153  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
155           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156  echo X/"$0" |  $as_echo X/"$0" |
157      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
158              s//\1/              s//\1/
159              q              q
# Line 160  else Line 179  else
179    as_have_required=no    as_have_required=no
180  fi  fi
181    
182    if test $as_have_required = yes &&     (eval ":    if test $as_have_required = yes &&     (eval ":
183  (as_func_return () {  (as_func_return () {
184    (exit \$1)    (exit \$1)
185  }  }
# Line 242  IFS=$as_save_IFS Line 261  IFS=$as_save_IFS
261  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262    emulate sh    emulate sh
263    NULLCMD=:    NULLCMD=:
264    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
266    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
267    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 263  _ASEOF Line 282  _ASEOF
282  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283    emulate sh    emulate sh
284    NULLCMD=:    NULLCMD=:
285    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
287    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
288    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 343  fi Line 362  fi
362    
363        if test "x$CONFIG_SHELL" != x; then        if test "x$CONFIG_SHELL" != x; then
364    for as_var in BASH_ENV ENV    for as_var in BASH_ENV ENV
365          do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var          do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366          done          done
367          export CONFIG_SHELL          export CONFIG_SHELL
368          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369  fi  fi
370    
371    
# Line 415  fi Line 434  fi
434    
435  test \$exitcode = 0") || {  test \$exitcode = 0") || {
436    echo No shell found that supports shell functions.    echo No shell found that supports shell functions.
437    echo Please tell autoconf@gnu.org about your system,    echo Please tell bug-autoconf@gnu.org about your system,
438    echo including any error possibly output before this    echo including any error possibly output before this message.
439    echo message    echo This can help us improve future autoconf versions.
440      echo Configuration will now proceed without shell functions.
441  }  }
442    
443    
# Line 453  test \$exitcode = 0") || { Line 473  test \$exitcode = 0") || {
473        s/-\n.*//        s/-\n.*//
474      ' >$as_me.lineno &&      ' >$as_me.lineno &&
475    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
476      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
478    
479    # Don't try to exec as it changes $[0], causing all sort of problems    # Don't try to exec as it changes $[0], causing all sort of problems
# Line 481  case `echo -n x` in Line 501  case `echo -n x` in
501  *)  *)
502    ECHO_N='-n';;    ECHO_N='-n';;
503  esac  esac
   
504  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
505     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
506    as_expr=expr    as_expr=expr
# Line 494  if test -d conf$$.dir; then Line 513  if test -d conf$$.dir; then
513    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
514  else  else
515    rm -f conf$$.dir    rm -f conf$$.dir
516    mkdir conf$$.dir    mkdir conf$$.dir 2>/dev/null
517  fi  fi
518  echo >conf$$.file  if (echo >conf$$.file) 2>/dev/null; then
519  if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
520    as_ln_s='ln -s'      as_ln_s='ln -s'
521    # ... but there are two gotchas:      # ... but there are two gotchas:
522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524    # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -p'.
525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526          as_ln_s='cp -p'
527      elif ln conf$$.file conf$$ 2>/dev/null; then
528        as_ln_s=ln
529      else
530      as_ln_s='cp -p'      as_ln_s='cp -p'
531  elif ln conf$$.file conf$$ 2>/dev/null; then    fi
   as_ln_s=ln  
532  else  else
533    as_ln_s='cp -p'    as_ln_s='cp -p'
534  fi  fi
# Line 531  else Line 553  else
553    as_test_x='    as_test_x='
554      eval sh -c '\''      eval sh -c '\''
555        if test -d "$1"; then        if test -d "$1"; then
556          test -d "$1/.";          test -d "$1/.";
557        else        else
558          case $1 in          case $1 in
559          -*)set "./$1";;          -*)set "./$1";;
560          esac;          esac;
561          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 574  SHELL=${CONFIG_SHELL-/bin/sh} Line 596  SHELL=${CONFIG_SHELL-/bin/sh}
596  # Identity of this package.  # Identity of this package.
597  PACKAGE_NAME='GPXView'  PACKAGE_NAME='GPXView'
598  PACKAGE_TARNAME='gpxview'  PACKAGE_TARNAME='gpxview'
599  PACKAGE_VERSION='0.7.4'  PACKAGE_VERSION='0.8.10'
600  PACKAGE_STRING='GPXView 0.7.4'  PACKAGE_STRING='GPXView 0.8.10'
601  PACKAGE_BUGREPORT='till@harbaum.org'  PACKAGE_BUGREPORT='till@harbaum.org'
602    
603  ac_unique_file="src/main.c"  ac_unique_file="src/main.c"
604  ac_subst_vars='SHELL  ac_subst_vars='LTLIBOBJS
605  PATH_SEPARATOR  LIBOBJS
 PACKAGE_NAME  
 PACKAGE_TARNAME  
 PACKAGE_VERSION  
 PACKAGE_STRING  
 PACKAGE_BUGREPORT  
 exec_prefix  
 prefix  
 program_transform_name  
 bindir  
 sbindir  
 libexecdir  
 datarootdir  
 datadir  
 sysconfdir  
 sharedstatedir  
 localstatedir  
 includedir  
 oldincludedir  
 docdir  
 infodir  
 htmldir  
 dvidir  
 pdfdir  
 psdir  
 libdir  
 localedir  
 mandir  
 DEFS  
 ECHO_C  
 ECHO_N  
 ECHO_T  
 LIBS  
 build_alias  
 host_alias  
 target_alias  
 PACKAGE  
 CC  
 CFLAGS  
 LDFLAGS  
 CPPFLAGS  
 ac_ct_CC  
 EXEEXT  
 OBJEXT  
 INSTALL_PROGRAM  
 INSTALL_SCRIPT  
 INSTALL_DATA  
 LN_S  
 SET_MAKE  
 PKG_CONFIG  
 gnome_vfs_module_CFLAGS  
 gnome_vfs_module_LIBS  
 libxml2_CFLAGS  
 libxml2_LIBS  
 libgtkhtml3_14_CFLAGS  
 libgtkhtml3_14_LIBS  
 libgtkhtml3_8_CFLAGS  
 libgtkhtml3_8_LIBS  
 hildon_CFLAGS  
 hildon_LIBS  
 osso_CFLAGS  
 osso_LIBS  
 hildon_fm_2_CFLAGS  
 hildon_fm_2_LIBS  
 sqlite3_CFLAGS  
 sqlite3_LIBS  
 hildon_help_CFLAGS  
 hildon_help_LIBS  
 gpsbt_CFLAGS  
 gpsbt_LIBS  
 liblocation_CFLAGS  
 liblocation_LIBS  
 EXTRA_OBJS  
606  INSTALL_PLATTFORM  INSTALL_PLATTFORM
607  gtk_CFLAGS  ICON
608  gtk_LIBS  EXTRA_OBJS
 gnome2_CFLAGS  
609  gnome2_LIBS  gnome2_LIBS
610  LIBOBJS  gnome2_CFLAGS
611  LTLIBOBJS'  gtk_LIBS
612    gtk_CFLAGS
613    liblocation_LIBS
614    liblocation_CFLAGS
615    gpsbt_LIBS
616    gpsbt_CFLAGS
617    hildon_help_LIBS
618    hildon_help_CFLAGS
619    sqlite3_LIBS
620    sqlite3_CFLAGS
621    hildon_fm_2_LIBS
622    hildon_fm_2_CFLAGS
623    osso_LIBS
624    osso_CFLAGS
625    hildon_LIBS
626    hildon_CFLAGS
627    libgtkhtml3_8_LIBS
628    libgtkhtml3_8_CFLAGS
629    libgtkhtml3_14_LIBS
630    libgtkhtml3_14_CFLAGS
631    libsoup22_LIBS
632    libsoup22_CFLAGS
633    libsoup24_LIBS
634    libsoup24_CFLAGS
635    libxml2_LIBS
636    libxml2_CFLAGS
637    gnome_vfs_module_LIBS
638    gnome_vfs_module_CFLAGS
639    PKG_CONFIG
640    SET_MAKE
641    LN_S
642    INSTALL_DATA
643    INSTALL_SCRIPT
644    INSTALL_PROGRAM
645    OBJEXT
646    EXEEXT
647    ac_ct_CC
648    CPPFLAGS
649    LDFLAGS
650    CFLAGS
651    CC
652    PACKAGE
653    target_alias
654    host_alias
655    build_alias
656    LIBS
657    ECHO_T
658    ECHO_N
659    ECHO_C
660    DEFS
661    mandir
662    localedir
663    libdir
664    psdir
665    pdfdir
666    dvidir
667    htmldir
668    infodir
669    docdir
670    oldincludedir
671    includedir
672    localstatedir
673    sharedstatedir
674    sysconfdir
675    datadir
676    datarootdir
677    libexecdir
678    sbindir
679    bindir
680    program_transform_name
681    prefix
682    exec_prefix
683    PACKAGE_BUGREPORT
684    PACKAGE_STRING
685    PACKAGE_VERSION
686    PACKAGE_TARNAME
687    PACKAGE_NAME
688    PATH_SEPARATOR
689    SHELL'
690  ac_subst_files=''  ac_subst_files=''
691    ac_user_opts='
692    enable_option_checking
693    '
694        ac_precious_vars='build_alias        ac_precious_vars='build_alias
695  host_alias  host_alias
696  target_alias  target_alias
# Line 674  gnome_vfs_module_CFLAGS Line 704  gnome_vfs_module_CFLAGS
704  gnome_vfs_module_LIBS  gnome_vfs_module_LIBS
705  libxml2_CFLAGS  libxml2_CFLAGS
706  libxml2_LIBS  libxml2_LIBS
707    libsoup24_CFLAGS
708    libsoup24_LIBS
709    libsoup22_CFLAGS
710    libsoup22_LIBS
711  libgtkhtml3_14_CFLAGS  libgtkhtml3_14_CFLAGS
712  libgtkhtml3_14_LIBS  libgtkhtml3_14_LIBS
713  libgtkhtml3_8_CFLAGS  libgtkhtml3_8_CFLAGS
# Line 701  gnome2_LIBS' Line 735  gnome2_LIBS'
735  # Initialize some variables set by options.  # Initialize some variables set by options.
736  ac_init_help=  ac_init_help=
737  ac_init_version=false  ac_init_version=false
738    ac_unrecognized_opts=
739    ac_unrecognized_sep=
740  # The variables have the same names as the options, with  # The variables have the same names as the options, with
741  # dashes changed to underlines.  # dashes changed to underlines.
742  cache_file=/dev/null  cache_file=/dev/null
# Line 799  do Line 835  do
835      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
836    
837    -disable-* | --disable-*)    -disable-* | --disable-*)
838      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
839      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
840      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
841        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
842     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
843      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
844      eval enable_$ac_feature=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
845        case $ac_user_opts in
846          *"
847    "enable_$ac_useropt"
848    "*) ;;
849          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
850             ac_unrecognized_sep=', ';;
851        esac
852        eval enable_$ac_useropt=no ;;
853    
854    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
855      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 818  do Line 862  do
862      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
863    
864    -enable-* | --enable-*)    -enable-* | --enable-*)
865      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
866      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
867      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
868        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
869     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
870      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
871      eval enable_$ac_feature=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
872        case $ac_user_opts in
873          *"
874    "enable_$ac_useropt"
875    "*) ;;
876          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
877             ac_unrecognized_sep=', ';;
878        esac
879        eval enable_$ac_useropt=\$ac_optarg ;;
880    
881    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
882    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1015  do Line 1067  do
1067      ac_init_version=: ;;      ac_init_version=: ;;
1068    
1069    -with-* | --with-*)    -with-* | --with-*)
1070      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1071      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1072      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1073        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1074     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1075      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1076      eval with_$ac_package=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1077        case $ac_user_opts in
1078          *"
1079    "with_$ac_useropt"
1080    "*) ;;
1081          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1082             ac_unrecognized_sep=', ';;
1083        esac
1084        eval with_$ac_useropt=\$ac_optarg ;;
1085    
1086    -without-* | --without-*)    -without-* | --without-*)
1087      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1088      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1089      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1090        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1091     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1092      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1093      eval with_$ac_package=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1094        case $ac_user_opts in
1095          *"
1096    "with_$ac_useropt"
1097    "*) ;;
1098          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1099             ac_unrecognized_sep=', ';;
1100        esac
1101        eval with_$ac_useropt=no ;;
1102    
1103    --x)    --x)
1104      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1050  do Line 1118  do
1118    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1119      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1120    
1121    -*) { echo "$as_me: error: unrecognized option: $ac_option    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1122  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1123     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1124      ;;      ;;
# Line 1059  Try \`$0 --help' for more information." Line 1127  Try \`$0 --help' for more information."
1127      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1128      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1129      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1130        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1131     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1132      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1133      export $ac_envvar ;;      export $ac_envvar ;;
1134    
1135    *)    *)
1136      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1137      echo "$as_me: WARNING: you should use --build, --host, --target" >&2      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1138      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139        echo "$as_me: WARNING: invalid host type: $ac_option" >&2        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1140      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1141      ;;      ;;
1142    
# Line 1077  done Line 1145  done
1145    
1146  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1147    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1148    { echo "$as_me: error: missing argument to $ac_option" >&2    { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1149     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1150  fi  fi
1151    
1152  # Be sure to have absolute directory names.  if test -n "$ac_unrecognized_opts"; then
1153      case $enable_option_checking in
1154        no) ;;
1155        fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1156       { (exit 1); exit 1; }; } ;;
1157        *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1158      esac
1159    fi
1160    
1161    # Check all directory arguments for consistency.
1162  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1163                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1164                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1165                  libdir localedir mandir                  libdir localedir mandir
1166  do  do
1167    eval ac_val=\$$ac_var    eval ac_val=\$$ac_var
1168      # Remove trailing slashes.
1169      case $ac_val in
1170        */ )
1171          ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1172          eval $ac_var=\$ac_val;;
1173      esac
1174      # Be sure to have absolute directory names.
1175    case $ac_val in    case $ac_val in
1176      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1177      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1178    esac    esac
1179    { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2    { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1180     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1181  done  done
1182    
# Line 1107  target=$target_alias Line 1191  target=$target_alias
1191  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1192    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1193      cross_compiling=maybe      cross_compiling=maybe
1194      echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.      $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1195      If a cross compiler is detected then cross compile mode will be used." >&2      If a cross compiler is detected then cross compile mode will be used." >&2
1196    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1197      cross_compiling=yes      cross_compiling=yes
# Line 1123  test "$silent" = yes && exec 6>/dev/null Line 1207  test "$silent" = yes && exec 6>/dev/null
1207  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1208  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1209  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1210    { echo "$as_me: error: Working directory cannot be determined" >&2    { $as_echo "$as_me: error: working directory cannot be determined" >&2
1211     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1212  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1213    { echo "$as_me: error: pwd does not report name of working directory" >&2    { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1214     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1215    
1216    
# Line 1134  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1218  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1218  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1219    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1220    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1221    ac_confdir=`$as_dirname -- "$0" ||    ac_confdir=`$as_dirname -- "$as_myself" ||
1222  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1223           X"$0" : 'X\(//\)[^/]' \| \           X"$as_myself" : 'X\(//\)[^/]' \| \
1224           X"$0" : 'X\(//\)$' \| \           X"$as_myself" : 'X\(//\)$' \| \
1225           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1226  echo X"$0" |  $as_echo X"$as_myself" |
1227      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1228              s//\1/              s//\1/
1229              q              q
# Line 1166  else Line 1250  else
1250  fi  fi
1251  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1252    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1253    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2    { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1254     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1255  fi  fi
1256  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1257  ac_abs_confdir=`(  ac_abs_confdir=`(
1258          cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2          cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1259     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1260          pwd)`          pwd)`
1261  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1198  if test "$ac_init_help" = "long"; then Line 1282  if test "$ac_init_help" = "long"; then
1282    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1283    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
1284    cat <<_ACEOF    cat <<_ACEOF
1285  \`configure' configures GPXView 0.7.4 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.10 to adapt to many kinds of systems.
1286    
1287  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1288    
# Line 1220  Configuration: Line 1304  Configuration:
1304    
1305  Installation directories:  Installation directories:
1306    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1307                            [$ac_default_prefix]                            [$ac_default_prefix]
1308    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1309                            [PREFIX]                            [PREFIX]
1310    
1311  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1312  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 1232  for instance \`--prefix=\$HOME'. Line 1316  for instance \`--prefix=\$HOME'.
1316  For better control, use the options below.  For better control, use the options below.
1317    
1318  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1319    --bindir=DIR           user executables [EPREFIX/bin]    --bindir=DIR            user executables [EPREFIX/bin]
1320    --sbindir=DIR          system admin executables [EPREFIX/sbin]    --sbindir=DIR           system admin executables [EPREFIX/sbin]
1321    --libexecdir=DIR       program executables [EPREFIX/libexec]    --libexecdir=DIR        program executables [EPREFIX/libexec]
1322    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1323    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1324    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1325    --libdir=DIR           object code libraries [EPREFIX/lib]    --libdir=DIR            object code libraries [EPREFIX/lib]
1326    --includedir=DIR       C header files [PREFIX/include]    --includedir=DIR        C header files [PREFIX/include]
1327    --oldincludedir=DIR    C header files for non-gcc [/usr/include]    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1328    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1329    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1330    --infodir=DIR          info documentation [DATAROOTDIR/info]    --infodir=DIR           info documentation [DATAROOTDIR/info]
1331    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1332    --mandir=DIR           man documentation [DATAROOTDIR/man]    --mandir=DIR            man documentation [DATAROOTDIR/man]
1333    --docdir=DIR           documentation root [DATAROOTDIR/doc/gpxview]    --docdir=DIR            documentation root [DATAROOTDIR/doc/gpxview]
1334    --htmldir=DIR          html documentation [DOCDIR]    --htmldir=DIR           html documentation [DOCDIR]
1335    --dvidir=DIR           dvi documentation [DOCDIR]    --dvidir=DIR            dvi documentation [DOCDIR]
1336    --pdfdir=DIR           pdf documentation [DOCDIR]    --pdfdir=DIR            pdf documentation [DOCDIR]
1337    --psdir=DIR            ps documentation [DOCDIR]    --psdir=DIR             ps documentation [DOCDIR]
1338  _ACEOF  _ACEOF
1339    
1340    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1259  fi Line 1343  fi
1343    
1344  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1345    case $ac_init_help in    case $ac_init_help in
1346       short | recursive ) echo "Configuration of GPXView 0.7.4:";;       short | recursive ) echo "Configuration of GPXView 0.8.10:";;
1347     esac     esac
1348    cat <<\_ACEOF    cat <<\_ACEOF
1349    
# Line 1280  Some influential environment variables: Line 1364  Some influential environment variables:
1364                C compiler flags for libxml2, overriding pkg-config                C compiler flags for libxml2, overriding pkg-config
1365    libxml2_LIBS    libxml2_LIBS
1366                linker flags for libxml2, overriding pkg-config                linker flags for libxml2, overriding pkg-config
1367      libsoup24_CFLAGS
1368                  C compiler flags for libsoup24, overriding pkg-config
1369      libsoup24_LIBS
1370                  linker flags for libsoup24, overriding pkg-config
1371      libsoup22_CFLAGS
1372                  C compiler flags for libsoup22, overriding pkg-config
1373      libsoup22_LIBS
1374                  linker flags for libsoup22, overriding pkg-config
1375    libgtkhtml3_14_CFLAGS    libgtkhtml3_14_CFLAGS
1376                C compiler flags for libgtkhtml3_14, overriding pkg-config                C compiler flags for libgtkhtml3_14, overriding pkg-config
1377    libgtkhtml3_14_LIBS    libgtkhtml3_14_LIBS
# Line 1329  fi Line 1421  fi
1421  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1422    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1423    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1424      test -d "$ac_dir" || continue      test -d "$ac_dir" ||
1425          { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1426          continue
1427      ac_builddir=.      ac_builddir=.
1428    
1429  case "$ac_dir" in  case "$ac_dir" in
1430  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1431  *)  *)
1432    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1433    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1434    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1435    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1436    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1437    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1373  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1467  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1467        echo &&        echo &&
1468        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1469      else      else
1470        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2        $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1471      fi || ac_status=$?      fi || ac_status=$?
1472      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1473    done    done
# Line 1382  fi Line 1476  fi
1476  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1477  if $ac_init_version; then  if $ac_init_version; then
1478    cat <<\_ACEOF    cat <<\_ACEOF
1479  GPXView configure 0.7.4  GPXView configure 0.8.10
1480  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.63
1481    
1482  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1483  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1484  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1485  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1486  _ACEOF  _ACEOF
# Line 1396  cat >config.log <<_ACEOF Line 1490  cat >config.log <<_ACEOF
1490  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1491  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1492    
1493  It was created by GPXView $as_me 0.7.4, which was  It was created by GPXView $as_me 0.8.10, which was
1494  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
1495    
1496    $ $0 $@    $ $0 $@
1497    
# Line 1433  for as_dir in $PATH Line 1527  for as_dir in $PATH
1527  do  do
1528    IFS=$as_save_IFS    IFS=$as_save_IFS
1529    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1530    echo "PATH: $as_dir"    $as_echo "PATH: $as_dir"
1531  done  done
1532  IFS=$as_save_IFS  IFS=$as_save_IFS
1533    
# Line 1468  do Line 1562  do
1562      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1563        continue ;;        continue ;;
1564      *\'*)      *\'*)
1565        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1566      esac      esac
1567      case $ac_pass in      case $ac_pass in
1568      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1520  _ASBOX Line 1614  _ASBOX
1614      case $ac_val in #(      case $ac_val in #(
1615      *${as_nl}*)      *${as_nl}*)
1616        case $ac_var in #(        case $ac_var in #(
1617        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1618  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1619        esac        esac
1620        case $ac_var in #(        case $ac_var in #(
1621        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
1622          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1623        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1624        esac ;;        esac ;;
1625      esac      esac
# Line 1554  _ASBOX Line 1649  _ASBOX
1649      do      do
1650        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1651        case $ac_val in        case $ac_val in
1652        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1653        esac        esac
1654        echo "$ac_var='\''$ac_val'\''"        $as_echo "$ac_var='\''$ac_val'\''"
1655      done | sort      done | sort
1656      echo      echo
1657    
# Line 1571  _ASBOX Line 1666  _ASBOX
1666        do        do
1667          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1668          case $ac_val in          case $ac_val in
1669          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1670          esac          esac
1671          echo "$ac_var='\''$ac_val'\''"          $as_echo "$ac_var='\''$ac_val'\''"
1672        done | sort        done | sort
1673        echo        echo
1674      fi      fi
# Line 1589  _ASBOX Line 1684  _ASBOX
1684        echo        echo
1685      fi      fi
1686      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1687        echo "$as_me: caught signal $ac_signal"        $as_echo "$as_me: caught signal $ac_signal"
1688      echo "$as_me: exit $exit_status"      $as_echo "$as_me: exit $exit_status"
1689    } >&5    } >&5
1690    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1691      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1632  _ACEOF Line 1727  _ACEOF
1727    
1728    
1729  # Let the site file select an alternate cache file if it wants to.  # Let the site file select an alternate cache file if it wants to.
1730  # Prefer explicitly selected file to automatically selected ones.  # Prefer an explicitly selected file to automatically selected ones.
1731    ac_site_file1=NONE
1732    ac_site_file2=NONE
1733  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1734    set x "$CONFIG_SITE"    ac_site_file1=$CONFIG_SITE
1735  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1736    set x "$prefix/share/config.site" "$prefix/etc/config.site"    ac_site_file1=$prefix/share/config.site
1737      ac_site_file2=$prefix/etc/config.site
1738  else  else
1739    set x "$ac_default_prefix/share/config.site" \    ac_site_file1=$ac_default_prefix/share/config.site
1740          "$ac_default_prefix/etc/config.site"    ac_site_file2=$ac_default_prefix/etc/config.site
1741  fi  fi
1742  shift  for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 for ac_site_file  
1743  do  do
1744      test "x$ac_site_file" = xNONE && continue
1745    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1746      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1747  echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1748      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1749      . "$ac_site_file"      . "$ac_site_file"
1750    fi    fi
# Line 1656  if test -r "$cache_file"; then Line 1754  if test -r "$cache_file"; then
1754    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1755    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1756    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1757      { echo "$as_me:$LINENO: loading cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1758  echo "$as_me: loading cache $cache_file" >&6;}  $as_echo "$as_me: loading cache $cache_file" >&6;}
1759      case $cache_file in      case $cache_file in
1760        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1761        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1762      esac      esac
1763    fi    fi
1764  else  else
1765    { echo "$as_me:$LINENO: creating cache $cache_file" >&5    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1766  echo "$as_me: creating cache $cache_file" >&6;}  $as_echo "$as_me: creating cache $cache_file" >&6;}
1767    >$cache_file    >$cache_file
1768  fi  fi
1769    
# Line 1679  for ac_var in $ac_precious_vars; do Line 1777  for ac_var in $ac_precious_vars; do
1777    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1778    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1779      set,)      set,)
1780        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1781  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}  $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1782        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1783      ,set)      ,set)
1784        { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1785  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}  $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1786        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1787      ,);;      ,);;
1788      *)      *)
1789        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1790          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          # differences in whitespace do not lead to failure.
1791  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}          ac_old_val_w=`echo x $ac_old_val`
1792          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          ac_new_val_w=`echo x $ac_new_val`
1793  echo "$as_me:   former value:  $ac_old_val" >&2;}          if test "$ac_old_val_w" != "$ac_new_val_w"; then
1794          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5            { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1795  echo "$as_me:   current value: $ac_new_val" >&2;}  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1796          ac_cache_corrupted=:            ac_cache_corrupted=:
1797            else
1798              { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1799    $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1800              eval $ac_var=\$ac_old_val
1801            fi
1802            { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1803    $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1804            { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1805    $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1806        fi;;        fi;;
1807    esac    esac
1808    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1809    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1810      case $ac_new_val in      case $ac_new_val in
1811      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1812      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1813      esac      esac
1814      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1711  echo "$as_me:   current value: $ac_new_v Line 1818  echo "$as_me:   current value: $ac_new_v
1818    fi    fi
1819  done  done
1820  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1821    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1822  echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1823    { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5    { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1824  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1825      { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1826    $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1827     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1828  fi  fi
1829    
# Line 1764  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1873  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1873  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1874    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1875  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1876  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1877  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1878  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1879    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1880  else  else
1881    if test -n "$CC"; then    if test -n "$CC"; then
1882    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1780  do Line 1889  do
1889    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1890    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1891      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1892      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1893      break 2      break 2
1894    fi    fi
1895  done  done
# Line 1791  fi Line 1900  fi
1900  fi  fi
1901  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1902  if test -n "$CC"; then  if test -n "$CC"; then
1903    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1904  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1905  else  else
1906    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1907  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1908  fi  fi
1909    
1910    
# Line 1804  if test -z "$ac_cv_prog_CC"; then Line 1913  if test -z "$ac_cv_prog_CC"; then
1913    ac_ct_CC=$CC    ac_ct_CC=$CC
1914    # Extract the first word of "gcc", so it can be a program name with args.    # Extract the first word of "gcc", so it can be a program name with args.
1915  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1916  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1917  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1918  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1919    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1920  else  else
1921    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1922    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
# Line 1820  do Line 1929  do
1929    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1930    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1931      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1932      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1933      break 2      break 2
1934    fi    fi
1935  done  done
# Line 1831  fi Line 1940  fi
1940  fi  fi
1941  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1942  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1943    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1944  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
1945  else  else
1946    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1947  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1948  fi  fi
1949    
1950    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1843  fi Line 1952  fi
1952    else    else
1953      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1954  yes:)  yes:)
1955  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
1956  whose name does not start with the host triplet.  If you think this  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 configuration is useful to you, please write to autoconf@gnu.org." >&5  
 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools  
 whose name does not start with the host triplet.  If you think this  
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}  
1957  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1958  esac  esac
1959      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1861  if test -z "$CC"; then Line 1966  if test -z "$CC"; then
1966            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1967      # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.      # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1968  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1969  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1970  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1971  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1972    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1973  else  else
1974    if test -n "$CC"; then    if test -n "$CC"; then
1975    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1877  do Line 1982  do
1982    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1983    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1984      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1985      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1986      break 2      break 2
1987    fi    fi
1988  done  done
# Line 1888  fi Line 1993  fi
1993  fi  fi
1994  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1995  if test -n "$CC"; then  if test -n "$CC"; then
1996    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1997  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1998  else  else
1999    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2000  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2001  fi  fi
2002    
2003    
# Line 1901  fi Line 2006  fi
2006  if test -z "$CC"; then  if test -z "$CC"; then
2007    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
2008  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
2009  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2010  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2011  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2012    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2013  else  else
2014    if test -n "$CC"; then    if test -n "$CC"; then
2015    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1922  do Line 2027  do
2027         continue         continue
2028       fi       fi
2029      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
2030      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2031      break 2      break 2
2032    fi    fi
2033  done  done
# Line 1945  fi Line 2050  fi
2050  fi  fi
2051  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2052  if test -n "$CC"; then  if test -n "$CC"; then
2053    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2054  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2055  else  else
2056    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2057  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2058  fi  fi
2059    
2060    
# Line 1960  if test -z "$CC"; then Line 2065  if test -z "$CC"; then
2065    do    do
2066      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2067  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2068  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2069  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2070  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2071    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2072  else  else
2073    if test -n "$CC"; then    if test -n "$CC"; then
2074    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1976  do Line 2081  do
2081    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2082    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2083      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2084      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2085      break 2      break 2
2086    fi    fi
2087  done  done
# Line 1987  fi Line 2092  fi
2092  fi  fi
2093  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2094  if test -n "$CC"; then  if test -n "$CC"; then
2095    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2096  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2097  else  else
2098    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2099  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2100  fi  fi
2101    
2102    
# Line 2004  if test -z "$CC"; then Line 2109  if test -z "$CC"; then
2109  do  do
2110    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
2111  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2112  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2113  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2114  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2115    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2116  else  else
2117    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2118    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
# Line 2020  do Line 2125  do
2125    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2126    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2127      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2128      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2129      break 2      break 2
2130    fi    fi
2131  done  done
# Line 2031  fi Line 2136  fi
2136  fi  fi
2137  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2138  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2139    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2140  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
2141  else  else
2142    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2143  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2144  fi  fi
2145    
2146    
# Line 2047  done Line 2152  done
2152    else    else
2153      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2154  yes:)  yes:)
2155  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2156  whose name does not start with the host triplet.  If you think this  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 configuration is useful to you, please write to autoconf@gnu.org." >&5  
 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools  
 whose name does not start with the host triplet.  If you think this  
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}  
2157  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2158  esac  esac
2159      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2062  fi Line 2163  fi
2163  fi  fi
2164    
2165    
2166  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2167    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2168    { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2169  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2170  echo "$as_me: error: no acceptable C compiler found in \$PATH  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2171  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2172     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2173    
2174  # Provide some information about the compiler.  # Provide some information about the compiler.
2175  echo "$as_me:$LINENO: checking for C compiler version" >&5  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2176  ac_compiler=`set X $ac_compile; echo $2`  set X $ac_compile
2177    ac_compiler=$2
2178  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&5"
2179  case "(($ac_try" in  case "(($ac_try" in
2180    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2181    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2182  esac  esac
2183  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2184    $as_echo "$ac_try_echo") >&5
2185    (eval "$ac_compiler --version >&5") 2>&5    (eval "$ac_compiler --version >&5") 2>&5
2186    ac_status=$?    ac_status=$?
2187    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188    (exit $ac_status); }    (exit $ac_status); }
2189  { (ac_try="$ac_compiler -v >&5"  { (ac_try="$ac_compiler -v >&5"
2190  case "(($ac_try" in  case "(($ac_try" in
2191    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2192    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2193  esac  esac
2194  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2195    $as_echo "$ac_try_echo") >&5
2196    (eval "$ac_compiler -v >&5") 2>&5    (eval "$ac_compiler -v >&5") 2>&5
2197    ac_status=$?    ac_status=$?
2198    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2199    (exit $ac_status); }    (exit $ac_status); }
2200  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2201  case "(($ac_try" in  case "(($ac_try" in
2202    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2203    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2204  esac  esac
2205  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2206    $as_echo "$ac_try_echo") >&5
2207    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2208    ac_status=$?    ac_status=$?
2209    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2210    (exit $ac_status); }    (exit $ac_status); }
2211    
2212  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2118  main () Line 2225  main ()
2225  }  }
2226  _ACEOF  _ACEOF
2227  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2228  ac_clean_files="$ac_clean_files a.out a.exe b.out"  ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2229  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2230  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2231  # of exeext.  # of exeext.
2232  { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5  { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2233  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }  $as_echo_n "checking for C compiler default output file name... " >&6; }
2234  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2235  #  
2236  # List of possible output files, starting from the most likely.  # The possible output files:
2237  # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)  ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2238  # only as a last resort.  b.out is created by i960 compilers.  
 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'  
 #  
 # The IRIX 6 linker writes into existing files which may not be  
 # executable, retaining their permissions.  Remove them first so a  
 # subsequent execution test works.  
2239  ac_rmfiles=  ac_rmfiles=
2240  for ac_file in $ac_files  for ac_file in $ac_files
2241  do  do
2242    case $ac_file in    case $ac_file in
2243      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2244      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2245    esac    esac
2246  done  done
# Line 2149  case "(($ac_try" in Line 2251  case "(($ac_try" in
2251    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2252    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2253  esac  esac
2254  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2255    $as_echo "$ac_try_echo") >&5
2256    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2257    ac_status=$?    ac_status=$?
2258    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2259    (exit $ac_status); }; then    (exit $ac_status); }; then
2260    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2261  # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'  # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
# Line 2163  for ac_file in $ac_files '' Line 2266  for ac_file in $ac_files ''
2266  do  do
2267    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2268    case $ac_file in    case $ac_file in
2269      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2270          ;;          ;;
2271      [ab].out )      [ab].out )
2272          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2190  else Line 2293  else
2293    ac_file=''    ac_file=''
2294  fi  fi
2295    
2296  { echo "$as_me:$LINENO: result: $ac_file" >&5  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2297  echo "${ECHO_T}$ac_file" >&6; }  $as_echo "$ac_file" >&6; }
2298  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2299    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2300  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2301    
2302  { { echo "$as_me:$LINENO: error: C compiler cannot create executables  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2303    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2304    { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2305  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2306  echo "$as_me: error: C compiler cannot create executables  $as_echo "$as_me: error: C compiler cannot create executables
2307  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2308     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }; }
2309  fi  fi
2310    
2311  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2312    
2313  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2314  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2315  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2316  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }  $as_echo_n "checking whether the C compiler works... " >&6; }
2317  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2318  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2319  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2217  if test "$cross_compiling" != yes; then Line 2322  if test "$cross_compiling" != yes; then
2322    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2323    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2324  esac  esac
2325  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2326    $as_echo "$ac_try_echo") >&5
2327    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2328    ac_status=$?    ac_status=$?
2329    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2331      cross_compiling=no      cross_compiling=no
2332    else    else
2333      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2334          cross_compiling=yes          cross_compiling=yes
2335      else      else
2336          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2337    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2338    { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2339  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2340  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2341  echo "$as_me: error: cannot run C compiled programs.  $as_echo "$as_me: error: cannot run C compiled programs.
2342  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2343  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2344     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2345      fi      fi
2346    fi    fi
2347  fi  fi
2348  { echo "$as_me:$LINENO: result: yes" >&5  { $as_echo "$as_me:$LINENO: result: yes" >&5
2349  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2350    
2351  rm -f a.out a.exe conftest$ac_cv_exeext b.out  rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2352  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2353  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2354  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2355  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2356  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }  $as_echo_n "checking whether we are cross compiling... " >&6; }
2357  { echo "$as_me:$LINENO: result: $cross_compiling" >&5  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2358  echo "${ECHO_T}$cross_compiling" >&6; }  $as_echo "$cross_compiling" >&6; }
2359    
2360  { echo "$as_me:$LINENO: checking for suffix of executables" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2361  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of executables... " >&6; }
2362  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2363  case "(($ac_try" in  case "(($ac_try" in
2364    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2365    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2366  esac  esac
2367  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2368    $as_echo "$ac_try_echo") >&5
2369    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2370    ac_status=$?    ac_status=$?
2371    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2372    (exit $ac_status); }; then    (exit $ac_status); }; then
2373    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2374  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2268  eval "echo \"\$as_me:$LINENO: $ac_try_ec Line 2377  eval "echo \"\$as_me:$LINENO: $ac_try_ec
2377  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2378    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2379    case $ac_file in    case $ac_file in
2380      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2381      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2382            break;;            break;;
2383      * ) break;;      * ) break;;
2384    esac    esac
2385  done  done
2386  else  else
2387    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2388    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2389    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2390  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2391  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link  $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2392  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2393     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2394  fi  fi
2395    
2396  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2397  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2398  echo "${ECHO_T}$ac_cv_exeext" >&6; }  $as_echo "$ac_cv_exeext" >&6; }
2399    
2400  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2401  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2402  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2403  { echo "$as_me:$LINENO: checking for suffix of object files" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2404  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of object files... " >&6; }
2405  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2406    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2407  else  else
2408    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2409  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2315  case "(($ac_try" in Line 2426  case "(($ac_try" in
2426    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2427    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2428  esac  esac
2429  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2430    $as_echo "$ac_try_echo") >&5
2431    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2432    ac_status=$?    ac_status=$?
2433    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2434    (exit $ac_status); }; then    (exit $ac_status); }; then
2435    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2436    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2437    case $ac_file in    case $ac_file in
2438      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2439      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2440         break;;         break;;
2441    esac    esac
2442  done  done
2443  else  else
2444    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2445  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2446    
2447  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2448    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2449    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2450  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2451  echo "$as_me: error: cannot compute suffix of object files: cannot compile  $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2452  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2453     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2454  fi  fi
2455    
2456  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2457  fi  fi
2458  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2459  echo "${ECHO_T}$ac_cv_objext" >&6; }  $as_echo "$ac_cv_objext" >&6; }
2460  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2461  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2462  { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5  { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2463  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2464  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2465    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2466  else  else
2467    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2468  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2374  case "(($ac_try" in Line 2488  case "(($ac_try" in
2488    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2489    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2490  esac  esac
2491  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2492    $as_echo "$ac_try_echo") >&5
2493    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2494    ac_status=$?    ac_status=$?
2495    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2496    rm -f conftest.er1    rm -f conftest.er1
2497    cat conftest.err >&5    cat conftest.err >&5
2498    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499    (exit $ac_status); } && {    (exit $ac_status); } && {
2500           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2501           test ! -s conftest.err           test ! -s conftest.err
2502         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2503    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2504  else  else
2505    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2506  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2507    
2508          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2397  rm -f core conftest.err conftest.$ac_obj Line 2512  rm -f core conftest.err conftest.$ac_obj
2512  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2513    
2514  fi  fi
2515  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2516  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }  $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2517  GCC=`test $ac_compiler_gnu = yes && echo yes`  if test $ac_compiler_gnu = yes; then
2518      GCC=yes
2519    else
2520      GCC=
2521    fi
2522  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2523  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2524  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2525  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }  $as_echo_n "checking whether $CC accepts -g... " >&6; }
2526  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2527    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2528  else  else
2529    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2530     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2432  case "(($ac_try" in Line 2551  case "(($ac_try" in
2551    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2552    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2553  esac  esac
2554  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2555    $as_echo "$ac_try_echo") >&5
2556    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2557    ac_status=$?    ac_status=$?
2558    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2559    rm -f conftest.er1    rm -f conftest.er1
2560    cat conftest.err >&5    cat conftest.err >&5
2561    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2562    (exit $ac_status); } && {    (exit $ac_status); } && {
2563           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2564           test ! -s conftest.err           test ! -s conftest.err
2565         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2566    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2567  else  else
2568    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2569  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2570    
2571          CFLAGS=""          CFLAGS=""
# Line 2470  case "(($ac_try" in Line 2590  case "(($ac_try" in
2590    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2591    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2592  esac  esac
2593  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2594    $as_echo "$ac_try_echo") >&5
2595    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2596    ac_status=$?    ac_status=$?
2597    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2598    rm -f conftest.er1    rm -f conftest.er1
2599    cat conftest.err >&5    cat conftest.err >&5
2600    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2601    (exit $ac_status); } && {    (exit $ac_status); } && {
2602           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2603           test ! -s conftest.err           test ! -s conftest.err
2604         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2605    :    :
2606  else  else
2607    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2608  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2609    
2610          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2509  case "(($ac_try" in Line 2630  case "(($ac_try" in
2630    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2631    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2632  esac  esac
2633  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2634    $as_echo "$ac_try_echo") >&5
2635    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2636    ac_status=$?    ac_status=$?
2637    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2638    rm -f conftest.er1    rm -f conftest.er1
2639    cat conftest.err >&5    cat conftest.err >&5
2640    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2641    (exit $ac_status); } && {    (exit $ac_status); } && {
2642           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2643           test ! -s conftest.err           test ! -s conftest.err
2644         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2645    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2646  else  else
2647    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2648  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2649    
2650    
# Line 2537  fi Line 2659  fi
2659  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2660     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2661  fi  fi
2662  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2663  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }  $as_echo "$ac_cv_prog_cc_g" >&6; }
2664  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2665    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2666  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2554  else Line 2676  else
2676      CFLAGS=      CFLAGS=
2677    fi    fi
2678  fi  fi
2679  { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5  { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2680  echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2681  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2682    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2683  else  else
2684    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2685  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2628  case "(($ac_try" in Line 2750  case "(($ac_try" in
2750    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2752  esac  esac
2753  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2754    $as_echo "$ac_try_echo") >&5
2755    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2756    ac_status=$?    ac_status=$?
2757    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2758    rm -f conftest.er1    rm -f conftest.er1
2759    cat conftest.err >&5    cat conftest.err >&5
2760    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2761    (exit $ac_status); } && {    (exit $ac_status); } && {
2762           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2763           test ! -s conftest.err           test ! -s conftest.err
2764         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2765    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2766  else  else
2767    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2768  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2769    
2770    
# Line 2657  fi Line 2780  fi
2780  # AC_CACHE_VAL  # AC_CACHE_VAL
2781  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2782    x)    x)
2783      { echo "$as_me:$LINENO: result: none needed" >&5      { $as_echo "$as_me:$LINENO: result: none needed" >&5
2784  echo "${ECHO_T}none needed" >&6; } ;;  $as_echo "none needed" >&6; } ;;
2785    xno)    xno)
2786      { echo "$as_me:$LINENO: result: unsupported" >&5      { $as_echo "$as_me:$LINENO: result: unsupported" >&5
2787  echo "${ECHO_T}unsupported" >&6; } ;;  $as_echo "unsupported" >&6; } ;;
2788    *)    *)
2789      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2790      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2791  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2792  esac  esac
2793    
2794    
# Line 2692  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2815  for ac_dir in "$srcdir" "$srcdir/.." "$s
2815    fi    fi
2816  done  done
2817  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2818    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5    { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2819  echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}  $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2820     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2821  fi  fi
2822    
# Line 2719  ac_configure="$SHELL $ac_aux_dir/configu Line 2842  ac_configure="$SHELL $ac_aux_dir/configu
2842  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2843  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2844  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2845  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  # Reject install programs that cannot install multiple files.
2846  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }  { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2847    $as_echo_n "checking for a BSD-compatible install... " >&6; }
2848  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2849  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2850    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2851  else  else
2852    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2853  for as_dir in $PATH  for as_dir in $PATH
# Line 2752  case $as_dir/ in Line 2876  case $as_dir/ in
2876              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2877              :              :
2878            else            else
2879              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              rm -rf conftest.one conftest.two conftest.dir
2880              break 3              echo one > conftest.one
2881                echo two > conftest.two
2882                mkdir conftest.dir
2883                if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2884                  test -s conftest.one && test -s conftest.two &&
2885                  test -s conftest.dir/conftest.one &&
2886                  test -s conftest.dir/conftest.two
2887                then
2888                  ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2889                  break 3
2890                fi
2891            fi            fi
2892          fi          fi
2893        done        done
2894      done      done
2895      ;;      ;;
2896  esac  esac
2897    
2898  done  done
2899  IFS=$as_save_IFS  IFS=$as_save_IFS
2900    
2901    rm -rf conftest.one conftest.two conftest.dir
2902    
2903  fi  fi
2904    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2775  fi Line 2911  fi
2911      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2912    fi    fi
2913  fi  fi
2914  { echo "$as_me:$LINENO: result: $INSTALL" >&5  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2915  echo "${ECHO_T}$INSTALL" >&6; }  $as_echo "$INSTALL" >&6; }
2916    
2917  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2918  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2786  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2922  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2922    
2923  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2924    
2925  { echo "$as_me:$LINENO: checking whether ln -s works" >&5  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
2926  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }  $as_echo_n "checking whether ln -s works... " >&6; }
2927  LN_S=$as_ln_s  LN_S=$as_ln_s
2928  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2929    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2930  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2931  else  else
2932    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2933  echo "${ECHO_T}no, using $LN_S" >&6; }  $as_echo "no, using $LN_S" >&6; }
2934  fi  fi
2935    
2936  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2937  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2938  set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  set x ${MAKE-make}
2939    ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2940  if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then  if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2941    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2942  else  else
2943    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2944  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2818  esac Line 2955  esac
2955  rm -f conftest.make  rm -f conftest.make
2956  fi  fi
2957  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2958    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2959  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2960    SET_MAKE=    SET_MAKE=
2961  else  else
2962    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2963  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2964    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2965  fi  fi
2966    
# Line 2856  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 2993  if test "x$ac_cv_env_PKG_CONFIG_set" !=
2993          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
2994    # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2995  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2996  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2997  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2998  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2999    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
3000  else  else
3001    case $PKG_CONFIG in    case $PKG_CONFIG in
3002    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2874  do Line 3011  do
3011    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3012    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3014      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3015      break 2      break 2
3016    fi    fi
3017  done  done
# Line 2886  esac Line 3023  esac
3023  fi  fi
3024  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3025  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3026    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3027  echo "${ECHO_T}$PKG_CONFIG" >&6; }  $as_echo "$PKG_CONFIG" >&6; }
3028  else  else
3029    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3030  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3031  fi  fi
3032    
3033    
# Line 2899  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 3036  if test -z "$ac_cv_path_PKG_CONFIG"; the
3036    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
3037    # Extract the first word of "pkg-config", so it can be a program name with args.    # Extract the first word of "pkg-config", so it can be a program name with args.
3038  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
3039  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3040  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
3041  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
3042    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
3043  else  else
3044    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
3045    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2917  do Line 3054  do
3054    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3055    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3056      ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3057      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3058      break 2      break 2
3059    fi    fi
3060  done  done
# Line 2929  esac Line 3066  esac
3066  fi  fi
3067  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3068  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
3069    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
3070  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }  $as_echo "$ac_pt_PKG_CONFIG" >&6; }
3071  else  else
3072    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3073  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3074  fi  fi
3075    
3076    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 2941  fi Line 3078  fi
3078    else    else
3079      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
3080  yes:)  yes:)
3081  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3082  whose name does not start with the host triplet.  If you think this  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 configuration is useful to you, please write to autoconf@gnu.org." >&5  
 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools  
 whose name does not start with the host triplet.  If you think this  
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}  
3083  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
3084  esac  esac
3085      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 2958  fi Line 3091  fi
3091  fi  fi
3092  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3093          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
3094          { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5          { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
3095  echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }  $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
3096          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3097                  { echo "$as_me:$LINENO: result: yes" >&5                  { $as_echo "$as_me:$LINENO: result: yes" >&5
3098  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3099          else          else
3100                  { echo "$as_me:$LINENO: result: no" >&5                  { $as_echo "$as_me:$LINENO: result: no" >&5
3101  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3102                  PKG_CONFIG=""                  PKG_CONFIG=""
3103          fi          fi
3104    
3105  fi  fi
3106    
3107  pkg_failed=no  pkg_failed=no
3108  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
3109  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }  $as_echo_n "checking for gnome_vfs_module... " >&6; }
3110    
3111  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3112      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
3113          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
3114      else      else
3115          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3116      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3117    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3118    ac_status=$?    ac_status=$?
3119    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3120    (exit $ac_status); }; then    (exit $ac_status); }; then
3121    pkg_cv_gnome_vfs_module_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-module-2.0" 2>/dev/null`    pkg_cv_gnome_vfs_module_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-module-2.0" 2>/dev/null`
3122  else  else
# Line 2998  if test -n "$PKG_CONFIG"; then Line 3131  if test -n "$PKG_CONFIG"; then
3131          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3132      else      else
3133          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3134      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3135    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3136    ac_status=$?    ac_status=$?
3137    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3138    (exit $ac_status); }; then    (exit $ac_status); }; then
3139    pkg_cv_gnome_vfs_module_LIBS=`$PKG_CONFIG --libs "gnome-vfs-module-2.0" 2>/dev/null`    pkg_cv_gnome_vfs_module_LIBS=`$PKG_CONFIG --libs "gnome-vfs-module-2.0" 2>/dev/null`
3140  else  else
# Line 3029  fi Line 3162  fi
3162          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3163          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3164    
3165          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3166  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3167                  { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3168  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3169     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3170  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3171          { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3172  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3173     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3174  else  else
3175          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3176          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3177          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3178  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3179          :          :
3180  fi  fi
3181  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3051  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3184  LIBS="$LIBS $gnome_vfs_module_LIBS"
3184  # check for libxml-2.0  # check for libxml-2.0
3185    
3186  pkg_failed=no  pkg_failed=no
3187  { echo "$as_me:$LINENO: checking for libxml2" >&5  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5
3188  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }  $as_echo_n "checking for libxml2... " >&6; }
3189    
3190  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3191      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3192          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3193      else      else
3194          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3195      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3196    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3197    ac_status=$?    ac_status=$?
3198    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3199    (exit $ac_status); }; then    (exit $ac_status); }; then
3200    pkg_cv_libxml2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`    pkg_cv_libxml2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
3201  else  else
# Line 3077  if test -n "$PKG_CONFIG"; then Line 3210  if test -n "$PKG_CONFIG"; then
3210          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3211      else      else
3212          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3213      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3214    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3215    ac_status=$?    ac_status=$?
3216    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3217    (exit $ac_status); }; then    (exit $ac_status); }; then
3218    pkg_cv_libxml2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`    pkg_cv_libxml2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
3219  else  else
# Line 3108  fi Line 3241  fi
3241          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3242          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3243    
3244          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3245  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3246                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3247  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3248     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3249  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3250          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3251  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3252     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3253  else  else
3254          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3255          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3256          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3257  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3258          :          :
3259  fi  fi
3260  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
3261  LIBS="$LIBS $libxml2_LIBS"  LIBS="$LIBS $libxml2_LIBS"
3262    # check for libsoup
3263    
3264    pkg_failed=no
3265    { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5
3266    $as_echo_n "checking for libsoup24... " >&6; }
3267    
3268    if test -n "$PKG_CONFIG"; then
3269        if test -n "$libsoup24_CFLAGS"; then
3270            pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3271        else
3272            if test -n "$PKG_CONFIG" && \
3273        { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3274      ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3275      ac_status=$?
3276      $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3277      (exit $ac_status); }; then
3278      pkg_cv_libsoup24_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4" 2>/dev/null`
3279    else
3280      pkg_failed=yes
3281    fi
3282        fi
3283    else
3284            pkg_failed=untried
3285    fi
3286    if test -n "$PKG_CONFIG"; then
3287        if test -n "$libsoup24_LIBS"; then
3288            pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3289        else
3290            if test -n "$PKG_CONFIG" && \
3291        { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3292      ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3293      ac_status=$?
3294      $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3295      (exit $ac_status); }; then
3296      pkg_cv_libsoup24_LIBS=`$PKG_CONFIG --libs "libsoup-2.4" 2>/dev/null`
3297    else
3298      pkg_failed=yes
3299    fi
3300        fi
3301    else
3302            pkg_failed=untried
3303    fi
3304    
3305    
3306    
3307    if test $pkg_failed = yes; then
3308    
3309    if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3310            _pkg_short_errors_supported=yes
3311    else
3312            _pkg_short_errors_supported=no
3313    fi
3314            if test $_pkg_short_errors_supported = yes; then
3315                    libsoup24_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libsoup-2.4"`
3316            else
3317                    libsoup24_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libsoup-2.4"`
3318            fi
3319            # Put the nasty error message in config.log where it belongs
3320            echo "$libsoup24_PKG_ERRORS" >&5
3321    
3322            { $as_echo "$as_me:$LINENO: result: no" >&5
3323    $as_echo "no" >&6; }
3324    
3325    
3326    pkg_failed=no
3327    { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3328    $as_echo_n "checking for libsoup22... " >&6; }
3329    
3330    if test -n "$PKG_CONFIG"; then
3331        if test -n "$libsoup22_CFLAGS"; then
3332            pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3333        else
3334            if test -n "$PKG_CONFIG" && \
3335        { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3336      ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3337      ac_status=$?
3338      $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339      (exit $ac_status); }; then
3340      pkg_cv_libsoup22_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.2" 2>/dev/null`
3341    else
3342      pkg_failed=yes
3343    fi
3344        fi
3345    else
3346            pkg_failed=untried
3347    fi
3348    if test -n "$PKG_CONFIG"; then
3349        if test -n "$libsoup22_LIBS"; then
3350            pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3351        else
3352            if test -n "$PKG_CONFIG" && \
3353        { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3354      ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3355      ac_status=$?
3356      $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3357      (exit $ac_status); }; then
3358      pkg_cv_libsoup22_LIBS=`$PKG_CONFIG --libs "libsoup-2.2" 2>/dev/null`
3359    else
3360      pkg_failed=yes
3361    fi
3362        fi
3363    else
3364            pkg_failed=untried
3365    fi
3366    
3367    
3368    
3369    if test $pkg_failed = yes; then
3370    
3371    if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3372            _pkg_short_errors_supported=yes
3373    else
3374            _pkg_short_errors_supported=no
3375    fi
3376            if test $_pkg_short_errors_supported = yes; then
3377                    libsoup22_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libsoup-2.2"`
3378            else
3379                    libsoup22_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libsoup-2.2"`
3380            fi
3381            # Put the nasty error message in config.log where it belongs
3382            echo "$libsoup22_PKG_ERRORS" >&5
3383    
3384            { $as_echo "$as_me:$LINENO: result: no" >&5
3385    $as_echo "no" >&6; }
3386    
3387        { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3388    $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3389    
3390    elif test $pkg_failed = untried; then
3391    
3392        { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3393    $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3394    
3395    else
3396            libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3397            libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3398            { $as_echo "$as_me:$LINENO: result: yes" >&5
3399    $as_echo "yes" >&6; }
3400    
3401        EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3402        CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
3403        LIBS="$LIBS $libsoup22_LIBS"
3404    
3405    fi
3406    
3407    elif test $pkg_failed = untried; then
3408    
3409    
3410    pkg_failed=no
3411    { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3412    $as_echo_n "checking for libsoup22... " >&6; }
3413    
3414    if test -n "$PKG_CONFIG"; then
3415        if test -n "$libsoup22_CFLAGS"; then
3416            pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3417        else
3418            if test -n "$PKG_CONFIG" && \
3419        { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3420      ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3421      ac_status=$?
3422      $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3423      (exit $ac_status); }; then
3424      pkg_cv_libsoup22_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.2" 2>/dev/null`
3425    else
3426      pkg_failed=yes
3427    fi
3428        fi
3429    else
3430            pkg_failed=untried
3431    fi
3432    if test -n "$PKG_CONFIG"; then
3433        if test -n "$libsoup22_LIBS"; then
3434            pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3435        else
3436            if test -n "$PKG_CONFIG" && \
3437        { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3438      ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3439      ac_status=$?
3440      $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441      (exit $ac_status); }; then
3442      pkg_cv_libsoup22_LIBS=`$PKG_CONFIG --libs "libsoup-2.2" 2>/dev/null`
3443    else
3444      pkg_failed=yes
3445    fi
3446        fi
3447    else
3448            pkg_failed=untried
3449    fi
3450    
3451    
3452    
3453    if test $pkg_failed = yes; then
3454    
3455    if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3456            _pkg_short_errors_supported=yes
3457    else
3458            _pkg_short_errors_supported=no
3459    fi
3460            if test $_pkg_short_errors_supported = yes; then
3461                    libsoup22_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libsoup-2.2"`
3462            else
3463                    libsoup22_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libsoup-2.2"`
3464            fi
3465            # Put the nasty error message in config.log where it belongs
3466            echo "$libsoup22_PKG_ERRORS" >&5
3467    
3468            { $as_echo "$as_me:$LINENO: result: no" >&5
3469    $as_echo "no" >&6; }
3470    
3471        { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3472    $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3473    
3474    elif test $pkg_failed = untried; then
3475    
3476        { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3477    $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3478    
3479    else
3480            libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3481            libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3482            { $as_echo "$as_me:$LINENO: result: yes" >&5
3483    $as_echo "yes" >&6; }
3484    
3485        EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3486        CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
3487        LIBS="$LIBS $libsoup22_LIBS"
3488    
3489    fi
3490    
3491    else
3492            libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3493            libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3494            { $as_echo "$as_me:$LINENO: result: yes" >&5
3495    $as_echo "yes" >&6; }
3496    
3497      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3498      CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
3499      LIBS="$LIBS $libsoup24_LIBS"
3500    
3501    fi
3502    
3503  # check for gtkhtml-3.14  # check for gtkhtml-3.14
3504    
3505  pkg_failed=no  pkg_failed=no
3506  { echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5
3507  echo $ECHO_N "checking for libgtkhtml3_14... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_14... " >&6; }
3508    
3509  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3510      if test -n "$libgtkhtml3_14_CFLAGS"; then      if test -n "$libgtkhtml3_14_CFLAGS"; then
3511          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"
3512      else      else
3513          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3514      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3515    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3516    ac_status=$?    ac_status=$?
3517    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3518    (exit $ac_status); }; then    (exit $ac_status); }; then
3519    pkg_cv_libgtkhtml3_14_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14" 2>/dev/null`    pkg_cv_libgtkhtml3_14_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14" 2>/dev/null`
3520  else  else
# Line 3156  if test -n "$PKG_CONFIG"; then Line 3529  if test -n "$PKG_CONFIG"; then
3529          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"
3530      else      else
3531          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3532      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3533    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3534    ac_status=$?    ac_status=$?
3535    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536    (exit $ac_status); }; then    (exit $ac_status); }; then
3537    pkg_cv_libgtkhtml3_14_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14" 2>/dev/null`    pkg_cv_libgtkhtml3_14_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14" 2>/dev/null`
3538  else  else
# Line 3187  fi Line 3560  fi
3560          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3561          echo "$libgtkhtml3_14_PKG_ERRORS" >&5          echo "$libgtkhtml3_14_PKG_ERRORS" >&5
3562    
3563          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3564  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3565    
3566    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3567    
3568  pkg_failed=no  pkg_failed=no
3569  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3570  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_8... " >&6; }
3571    
3572  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3573      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3574          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3575      else      else
3576          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3577      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3578    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3579    ac_status=$?    ac_status=$?
3580    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3581    (exit $ac_status); }; then    (exit $ac_status); }; then
3582    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`
3583  else  else
# Line 3219  if test -n "$PKG_CONFIG"; then Line 3592  if test -n "$PKG_CONFIG"; then
3592          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3593      else      else
3594          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3595      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3596    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3597    ac_status=$?    ac_status=$?
3598    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3599    (exit $ac_status); }; then    (exit $ac_status); }; then
3600    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`
3601  else  else
# Line 3250  fi Line 3623  fi
3623          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3624          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3625    
3626          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3627  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3628                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3629  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3630     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3631  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3632          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3633  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3634     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3635  else  else
3636          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3637          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3638          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3639  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3640    
3641      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3642      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3275  elif test $pkg_failed = untried; then Line 3648  elif test $pkg_failed = untried; then
3648    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3649    
3650  pkg_failed=no  pkg_failed=no
3651  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3652  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_8... " >&6; }
3653    
3654  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3655      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3656          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3657      else      else
3658          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3659      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3660    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3661    ac_status=$?    ac_status=$?
3662    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663    (exit $ac_status); }; then    (exit $ac_status); }; then
3664    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`
3665  else  else
# Line 3301  if test -n "$PKG_CONFIG"; then Line 3674  if test -n "$PKG_CONFIG"; then
3674          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3675      else      else
3676          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3677      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3678    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3679    ac_status=$?    ac_status=$?
3680    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3681    (exit $ac_status); }; then    (exit $ac_status); }; then
3682    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`
3683  else  else
# Line 3332  fi Line 3705  fi
3705          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3706          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3707    
3708          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3709  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3710                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3711  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3712     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3713  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3714          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3715  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3716     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3717  else  else
3718          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3719          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3720          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3721  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3722    
3723      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3724      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3355  fi Line 3728  fi
3728  else  else
3729          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS
3730          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS
3731          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3732  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3733    
3734    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"
3735    LIBS="$LIBS $libgtkhtml3_14_LIBS"    LIBS="$LIBS $libgtkhtml3_14_LIBS"
# Line 3364  echo "${ECHO_T}yes" >&6; } Line 3737  echo "${ECHO_T}yes" >&6; }
3737  fi  fi
3738    
3739  # check for maemo  # check for maemo
3740  { echo "$as_me:$LINENO: checking for Maemo" >&5  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5
3741  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }  $as_echo_n "checking for Maemo... " >&6; }
3742  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3743      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
3744    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3745    ac_status=$?    ac_status=$?
3746    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747    (exit $ac_status); }; then    (exit $ac_status); }; then
3748    
3749    MAEMO="yes"    MAEMO="yes"
3750    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
3751  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3752    
3753    
3754  pkg_failed=no  pkg_failed=no
3755  { echo "$as_me:$LINENO: checking for hildon" >&5  { $as_echo "$as_me:$LINENO: checking for hildon" >&5
3756  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }  $as_echo_n "checking for hildon... " >&6; }
3757    
3758  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3759      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3760          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3761      else      else
3762          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3763      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3764    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3765    ac_status=$?    ac_status=$?
3766    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3767    (exit $ac_status); }; then    (exit $ac_status); }; then
3768    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3769  else  else
# Line 3405  if test -n "$PKG_CONFIG"; then Line 3778  if test -n "$PKG_CONFIG"; then
3778          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3779      else      else
3780          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3781      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3782    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3783    ac_status=$?    ac_status=$?
3784    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785    (exit $ac_status); }; then    (exit $ac_status); }; then
3786    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3787  else  else
# Line 3436  fi Line 3809  fi
3809          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3810          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3811    
3812          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3813  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3814                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3815  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3816     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3817  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3818          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3819  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3820     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3821  else  else
3822          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3823          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3824          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3825  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3826          :          :
3827  fi  fi
3828    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"
# Line 3457  fi Line 3830  fi
3830    
3831    
3832  pkg_failed=no  pkg_failed=no
3833  { echo "$as_me:$LINENO: checking for osso" >&5  { $as_echo "$as_me:$LINENO: checking for osso" >&5
3834  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }  $as_echo_n "checking for osso... " >&6; }
3835    
3836  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3837      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3838          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3839      else      else
3840          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3841      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3842    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3843    ac_status=$?    ac_status=$?
3844    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845    (exit $ac_status); }; then    (exit $ac_status); }; then
3846    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3847  else  else
# Line 3483  if test -n "$PKG_CONFIG"; then Line 3856  if test -n "$PKG_CONFIG"; then
3856          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3857      else      else
3858          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3859      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3860    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3861    ac_status=$?    ac_status=$?
3862    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3863    (exit $ac_status); }; then    (exit $ac_status); }; then
3864    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3865  else  else
# Line 3514  fi Line 3887  fi
3887          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3888          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3889    
3890          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3891  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3892                  { { echo "$as_me:$LINENO: error: libosso missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3893  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3894     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3895  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3896          { { echo "$as_me:$LINENO: error: libosso missing" >&5          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3897  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3898     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3899  else  else
3900          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3901          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3902          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3903  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3904          :          :
3905  fi  fi
3906    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3535  fi Line 3908  fi
3908    
3909    
3910  pkg_failed=no  pkg_failed=no
3911  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
3912  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_fm_2... " >&6; }
3913    
3914  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3915      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
3916          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
3917      else      else
3918          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3919      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3920    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3921    ac_status=$?    ac_status=$?
3922    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3923    (exit $ac_status); }; then    (exit $ac_status); }; then
3924    pkg_cv_hildon_fm_2_CFLAGS=`$PKG_CONFIG --cflags "hildon-fm-2" 2>/dev/null`    pkg_cv_hildon_fm_2_CFLAGS=`$PKG_CONFIG --cflags "hildon-fm-2" 2>/dev/null`
3925  else  else
# Line 3561  if test -n "$PKG_CONFIG"; then Line 3934  if test -n "$PKG_CONFIG"; then
3934          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
3935      else      else
3936          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3937      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3938    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3939    ac_status=$?    ac_status=$?
3940    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3941    (exit $ac_status); }; then    (exit $ac_status); }; then
3942    pkg_cv_hildon_fm_2_LIBS=`$PKG_CONFIG --libs "hildon-fm-2" 2>/dev/null`    pkg_cv_hildon_fm_2_LIBS=`$PKG_CONFIG --libs "hildon-fm-2" 2>/dev/null`
3943  else  else
# Line 3592  fi Line 3965  fi
3965          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3966          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
3967    
3968          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3969  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3970                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3971  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
3972     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3973  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3974          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3975  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
3976     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3977  else  else
3978          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
3979          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
3980          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3981  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3982          :          :
3983  fi  fi
3984    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 3614  fi Line 3987  fi
3987    # check for sqlite3 for maemo mapper interface    # check for sqlite3 for maemo mapper interface
3988    
3989  pkg_failed=no  pkg_failed=no
3990  { echo "$as_me:$LINENO: checking for sqlite3" >&5  { $as_echo "$as_me:$LINENO: checking for sqlite3" >&5
3991  echo $ECHO_N "checking for sqlite3... $ECHO_C" >&6; }  $as_echo_n "checking for sqlite3... " >&6; }
3992    
3993  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3994      if test -n "$sqlite3_CFLAGS"; then      if test -n "$sqlite3_CFLAGS"; then
3995          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"
3996      else      else
3997          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3998      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3999    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
4000    ac_status=$?    ac_status=$?
4001    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4002    (exit $ac_status); }; then    (exit $ac_status); }; then
4003    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
4004  else  else
# Line 3640  if test -n "$PKG_CONFIG"; then Line 4013  if test -n "$PKG_CONFIG"; then
4013          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"
4014      else      else
4015          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4016      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
4017    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
4018    ac_status=$?    ac_status=$?
4019    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4020    (exit $ac_status); }; then    (exit $ac_status); }; then
4021    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
4022  else  else
# Line 3671  fi Line 4044  fi
4044          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4045          echo "$sqlite3_PKG_ERRORS" >&5          echo "$sqlite3_PKG_ERRORS" >&5
4046    
4047          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4048  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4049                  { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4050  echo "$as_me: error: sqlite3 missing" >&2;}  $as_echo "$as_me: error: sqlite3 missing" >&2;}
4051     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4052  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4053          { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4054  echo "$as_me: error: sqlite3 missing" >&2;}  $as_echo "$as_me: error: sqlite3 missing" >&2;}
4055     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4056  else  else
4057          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS
4058          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS
4059          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4060  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4061          :          :
4062  fi  fi
4063    CFLAGS="$CFLAGS $sqlite3_CFLAGS"    CFLAGS="$CFLAGS $sqlite3_CFLAGS"
# Line 3693  fi Line 4066  fi
4066    # check for hildon-help    # check for hildon-help
4067    
4068  pkg_failed=no  pkg_failed=no
4069  { echo "$as_me:$LINENO: checking for hildon_help" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_help" >&5
4070  echo $ECHO_N "checking for hildon_help... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_help... " >&6; }
4071    
4072  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4073      if test -n "$hildon_help_CFLAGS"; then      if test -n "$hildon_help_CFLAGS"; then
4074          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"
4075      else      else
4076          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4077      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4078    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
4079    ac_status=$?    ac_status=$?
4080    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4081    (exit $ac_status); }; then    (exit $ac_status); }; then
4082    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`
4083  else  else
# Line 3719  if test -n "$PKG_CONFIG"; then Line 4092  if test -n "$PKG_CONFIG"; then
4092          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"
4093      else      else
4094          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4095      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4096    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
4097    ac_status=$?    ac_status=$?
4098    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099    (exit $ac_status); }; then    (exit $ac_status); }; then
4100    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`
4101  else  else
# Line 3750  fi Line 4123  fi
4123          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4124          echo "$hildon_help_PKG_ERRORS" >&5          echo "$hildon_help_PKG_ERRORS" >&5
4125    
4126          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4127  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4128    
4129      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4130  echo "$as_me: WARNING: hildon-help missing" >&6;}  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}
4131    
4132  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4133    
4134      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4135  echo "$as_me: WARNING: hildon-help missing" >&6;}  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}
4136    
4137  else  else
4138          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS
4139          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS
4140          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4141  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4142    
4143      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"
4144      LIBS="$LIBS $hildon_help_LIBS"      LIBS="$LIBS $hildon_help_LIBS"
# Line 3775  fi Line 4148  fi
4148    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
4149    # stability    # stability
4150    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4151      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4152    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4153    ac_status=$?    ac_status=$?
4154    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4155    (exit $ac_status); }; then    (exit $ac_status); }; then
4156    
4157    
4158  pkg_failed=no  pkg_failed=no
4159  { echo "$as_me:$LINENO: checking for gpsbt" >&5  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5
4160  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }  $as_echo_n "checking for gpsbt... " >&6; }
4161    
4162  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4163      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
4164          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
4165      else      else
4166          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4167      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4168    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4169    ac_status=$?    ac_status=$?
4170    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4171    (exit $ac_status); }; then    (exit $ac_status); }; then
4172    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
4173  else  else
# Line 3809  if test -n "$PKG_CONFIG"; then Line 4182  if test -n "$PKG_CONFIG"; then
4182          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
4183      else      else
4184          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4185      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4186    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4187    ac_status=$?    ac_status=$?
4188    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4189    (exit $ac_status); }; then    (exit $ac_status); }; then
4190    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
4191  else  else
# Line 3840  fi Line 4213  fi
4213          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4214          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
4215    
4216          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
4217    
4218  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4219    
# Line 3851  Alternatively, you may set the environme Line 4224  Alternatively, you may set the environme
4224  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
4225  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4226  " >&5  " >&5
4227  echo "$as_me: error: Package requirements (gpsbt) were not met:  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:
4228    
4229  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4230    
# Line 3864  See the pkg-config man page for more det Line 4237  See the pkg-config man page for more det
4237  " >&2;}  " >&2;}
4238     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4239  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4240          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4241    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4242    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4243  is in your PATH or set the PKG_CONFIG environment variable to the full  is in your PATH or set the PKG_CONFIG environment variable to the full
4244  path to pkg-config.  path to pkg-config.
4245    
# Line 3874  See the pkg-config man page for more det Line 4249  See the pkg-config man page for more det
4249    
4250  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4251  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4252  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4253  is in your PATH or set the PKG_CONFIG environment variable to the full  is in your PATH or set the PKG_CONFIG environment variable to the full
4254  path to pkg-config.  path to pkg-config.
4255    
# Line 3884  See the pkg-config man page for more det Line 4259  See the pkg-config man page for more det
4259    
4260  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4261  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4262     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4263  else  else
4264          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4265          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4266          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4267  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4268          :          :
4269  fi  fi
4270      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 3897  fi Line 4272  fi
4272    
4273  else  else
4274    
4275      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4276  echo "$as_me: gpsbt not found, trying liblocation" >&6;}  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4277    
4278      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4279      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4280    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4281    ac_status=$?    ac_status=$?
4282    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4283    (exit $ac_status); }; then    (exit $ac_status); }; then
4284    
4285    
4286  pkg_failed=no  pkg_failed=no
4287  { echo "$as_me:$LINENO: checking for liblocation" >&5  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5
4288  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }  $as_echo_n "checking for liblocation... " >&6; }
4289    
4290  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4291      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4292          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4293      else      else
4294          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4295      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4296    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4297    ac_status=$?    ac_status=$?
4298    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299    (exit $ac_status); }; then    (exit $ac_status); }; then
4300    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4301  else  else
# Line 3935  if test -n "$PKG_CONFIG"; then Line 4310  if test -n "$PKG_CONFIG"; then
4310          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4311      else      else
4312          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4313      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4314    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4315    ac_status=$?    ac_status=$?
4316    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4317    (exit $ac_status); }; then    (exit $ac_status); }; then
4318    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4319  else  else
# Line 3966  fi Line 4341  fi
4341          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4342          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4343    
4344          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4345    
4346  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4347    
# Line 3977  Alternatively, you may set the environme Line 4352  Alternatively, you may set the environme
4352  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4353  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4354  " >&5  " >&5
4355  echo "$as_me: error: Package requirements (liblocation) were not met:  $as_echo "$as_me: error: Package requirements (liblocation) were not met:
4356    
4357  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4358    
# Line 3990  See the pkg-config man page for more det Line 4365  See the pkg-config man page for more det
4365  " >&2;}  " >&2;}
4366     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4367  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4368          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4369    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4370    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4371  is in your PATH or set the PKG_CONFIG environment variable to the full  is in your PATH or set the PKG_CONFIG environment variable to the full
4372  path to pkg-config.  path to pkg-config.
4373    
# Line 4000  See the pkg-config man page for more det Line 4377  See the pkg-config man page for more det
4377    
4378  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4379  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4380  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4381  is in your PATH or set the PKG_CONFIG environment variable to the full  is in your PATH or set the PKG_CONFIG environment variable to the full
4382  path to pkg-config.  path to pkg-config.
4383    
# Line 4010  See the pkg-config man page for more det Line 4387  See the pkg-config man page for more det
4387    
4388  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4389  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4390     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4391  else  else
4392          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4393          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4394          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4395  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4396          :          :
4397  fi  fi
4398        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4023  fi Line 4400  fi
4400    
4401  else  else
4402    
4403        { echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5        { $as_echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5
4404  echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}  $as_echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}
4405    
4406  fi  fi
4407    
4408  fi  fi
4409    
4410    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4411      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5
4412    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4413    ac_status=$?    ac_status=$?
4414    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4415    (exit $ac_status); }; then    (exit $ac_status); }; then
4416    
4417      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4418    
4419  else  else
4420    { echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5    { $as_echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5
4421  echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}  $as_echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}
4422  fi  fi
4423    
4424    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4425      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
4426    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4427    ac_status=$?    ac_status=$?
4428    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4429    (exit $ac_status); }; then    (exit $ac_status); }; then
4430    
4431      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4432      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4433  echo "$as_me: Configuring for Maemo $VERSION" >&6;}  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4434      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4435      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4436      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
4437    
4438  else  else
4439    
4440      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5
4441  echo "$as_me: error: maemo-version not found" >&2;}  $as_echo "$as_me: error: maemo-version not found" >&2;}
4442     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4443    
4444  fi  fi
4445    
4446      INSTALL_PLATTFORM="install-maemo"
4447    
4448      # fremantle uses icons of 48x48 pixels for the app installer,
4449      # older versions used 26x26
4450      if [ "$MAJOR" == "5" ]; then
4451         ICONNAME=gpxview.48.png
4452      else
4453         ICONNAME=gpxview.26.png
4454         { $as_echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4455    $as_echo "$as_me: Enabling Maemo Mapper support" >&6;}
4456         CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4457         EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4458      fi
4459    
4460    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4461    EXTRA_OBJS="mm_poi.o dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4462    
4463      { $as_echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5
4464    $as_echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}
4465    
4466    INSTALL_PLATTFORM="install-maemo"    # add icon entry to debian/control
4467      ICON=" Maemo icon $ICONNAME
4468    XB-Maemo-Icon-26:
4469    "
4470    
4471      # generate base64 icon, remove first and last line
4472      # and add a space before each line
4473      ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4474    
4475    
4476  else  else
4477    
4478    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
4479  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4480    
4481      EXTRA_OBJS="$EXTRA_OBJS bct.o"
4482    
4483    # check for gtk+-2.0    # check for gtk+-2.0
4484    
4485  pkg_failed=no  pkg_failed=no
4486  { echo "$as_me:$LINENO: checking for gtk" >&5  { $as_echo "$as_me:$LINENO: checking for gtk" >&5
4487  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }  $as_echo_n "checking for gtk... " >&6; }
4488    
4489  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4490      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4491          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4492      else      else
4493          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4494      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4495    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4496    ac_status=$?    ac_status=$?
4497    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4498    (exit $ac_status); }; then    (exit $ac_status); }; then
4499    pkg_cv_gtk_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`    pkg_cv_gtk_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
4500  else  else
# Line 4108  if test -n "$PKG_CONFIG"; then Line 4509  if test -n "$PKG_CONFIG"; then
4509          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4510      else      else
4511          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4512      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4513    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4514    ac_status=$?    ac_status=$?
4515    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4516    (exit $ac_status); }; then    (exit $ac_status); }; then
4517    pkg_cv_gtk_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`    pkg_cv_gtk_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
4518  else  else
# Line 4139  fi Line 4540  fi
4540          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4541          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4542    
4543          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4544  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4545                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4546  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4547     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4548  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4549          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4550  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4551     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4552  else  else
4553          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4554          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4555          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4556  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4557          :          :
4558  fi  fi
4559    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4161  fi Line 4562  fi
4562    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4563    
4564  pkg_failed=no  pkg_failed=no
4565  { echo "$as_me:$LINENO: checking for gnome2" >&5  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5
4566  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }  $as_echo_n "checking for gnome2... " >&6; }
4567    
4568  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4569      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4570          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4571      else      else
4572          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4573      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4574    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4575    ac_status=$?    ac_status=$?
4576    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4577    (exit $ac_status); }; then    (exit $ac_status); }; then
4578    pkg_cv_gnome2_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0" 2>/dev/null`    pkg_cv_gnome2_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0" 2>/dev/null`
4579  else  else
# Line 4187  if test -n "$PKG_CONFIG"; then Line 4588  if test -n "$PKG_CONFIG"; then
4588          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4589      else      else
4590          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4591      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4592    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4593    ac_status=$?    ac_status=$?
4594    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4595    (exit $ac_status); }; then    (exit $ac_status); }; then
4596    pkg_cv_gnome2_LIBS=`$PKG_CONFIG --libs "libgnome-2.0" 2>/dev/null`    pkg_cv_gnome2_LIBS=`$PKG_CONFIG --libs "libgnome-2.0" 2>/dev/null`
4597  else  else
# Line 4218  fi Line 4619  fi
4619          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4620          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4621    
4622          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4623  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4624                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4625  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4626     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4627  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4628          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4629  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4630     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4631  else  else
4632          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4633          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_LIBS
4634          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4635  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4636          :          :
4637  fi  fi
4638    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4239  fi Line 4640  fi
4640    
4641    INSTALL_PLATTFORM="install-debian"    INSTALL_PLATTFORM="install-debian"
4642    
4643      ICON=" No icon"
4644    
4645  fi  fi
4646    
4647    
4648  ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile"  
4649    
4650    ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile debian/control"
4651    
4652    
4653  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
# Line 4273  _ACEOF Line 4677  _ACEOF
4677      case $ac_val in #(      case $ac_val in #(
4678      *${as_nl}*)      *${as_nl}*)
4679        case $ac_var in #(        case $ac_var in #(
4680        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
4681  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4682        esac        esac
4683        case $ac_var in #(        case $ac_var in #(
4684        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
4685          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4686        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4687        esac ;;        esac ;;
4688      esac      esac
# Line 4310  echo "$as_me: WARNING: Cache variable $a Line 4715  echo "$as_me: WARNING: Cache variable $a
4715  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4716    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4717      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4718        { echo "$as_me:$LINENO: updating cache $cache_file" >&5        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
4719  echo "$as_me: updating cache $cache_file" >&6;}  $as_echo "$as_me: updating cache $cache_file" >&6;}
4720      cat confcache >$cache_file      cat confcache >$cache_file
4721    else    else
4722      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4723  echo "$as_me: not updating unwritable cache $cache_file" >&6;}  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4724    fi    fi
4725  fi  fi
4726  rm -f confcache  rm -f confcache
# Line 4332  test "x$exec_prefix" = xNONE && exec_pre Line 4737  test "x$exec_prefix" = xNONE && exec_pre
4737  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4738  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4739  ac_script='  ac_script='
4740    :mline
4741    /\\$/{
4742     N
4743     s,\\\n,,
4744     b mline
4745    }
4746  t clear  t clear
4747  :clear  :clear
4748  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4361  ac_ltlibobjs= Line 4772  ac_ltlibobjs=
4772  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4773    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4774    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4775    ac_i=`echo "$ac_i" | sed "$ac_script"`    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4776    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4777    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4778    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4374  LTLIBOBJS=$ac_ltlibobjs Line 4785  LTLIBOBJS=$ac_ltlibobjs
4785    
4786    
4787  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
4788    ac_write_fail=0
4789  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4790  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4791  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4792  echo "$as_me: creating $CONFIG_STATUS" >&6;}  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4793  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4794  #! $SHELL  #! $SHELL
4795  # Generated by $as_me.  # Generated by $as_me.
4796  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4391  ac_cs_silent=false Line 4803  ac_cs_silent=false
4803  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4804  _ACEOF  _ACEOF
4805    
4806  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4807  ## --------------------- ##  ## --------------------- ##
4808  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4809  ## --------------------- ##  ## --------------------- ##
# Line 4401  DUALCASE=1; export DUALCASE # for MKS sh Line 4813  DUALCASE=1; export DUALCASE # for MKS sh
4813  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4814    emulate sh    emulate sh
4815    NULLCMD=:    NULLCMD=:
4816    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4817    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4818    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4819    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4423  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4835  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4835  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4836  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4837    
4838  # The user is always right.  as_nl='
4839  if test "${PATH_SEPARATOR+set}" != set; then  '
4840    echo "#! /bin/sh" >conf$$.sh  export as_nl
4841    echo  "exit 0"   >>conf$$.sh  # Printing a long string crashes Solaris 7 /usr/bin/printf.
4842    chmod +x conf$$.sh  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4843    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4844      PATH_SEPARATOR=';'  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4845    if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4846      as_echo='printf %s\n'
4847      as_echo_n='printf %s'
4848    else
4849      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4850        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4851        as_echo_n='/usr/ucb/echo -n'
4852    else    else
4853      PATH_SEPARATOR=:      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4854        as_echo_n_body='eval
4855          arg=$1;
4856          case $arg in
4857          *"$as_nl"*)
4858            expr "X$arg" : "X\\(.*\\)$as_nl";
4859            arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4860          esac;
4861          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4862        '
4863        export as_echo_n_body
4864        as_echo_n='sh -c $as_echo_n_body as_echo'
4865    fi    fi
4866    rm -f conf$$.sh    export as_echo_body
4867      as_echo='sh -c $as_echo_body as_echo'
4868    fi
4869    
4870    # The user is always right.
4871    if test "${PATH_SEPARATOR+set}" != set; then
4872      PATH_SEPARATOR=:
4873      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4874        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4875          PATH_SEPARATOR=';'
4876      }
4877  fi  fi
4878    
4879  # Support unset when possible.  # Support unset when possible.
# Line 4449  fi Line 4889  fi
4889  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4890  # (If _AS_PATH_WALK were called with IFS unset, it would disable word  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4891  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
 as_nl='  
 '  
4892  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4893    
4894  # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
# Line 4473  if test "x$as_myself" = x; then Line 4911  if test "x$as_myself" = x; then
4911    as_myself=$0    as_myself=$0
4912  fi  fi
4913  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
4914    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4915    { (exit 1); exit 1; }    { (exit 1); exit 1; }
4916  fi  fi
4917    
# Line 4486  PS2='> ' Line 4924  PS2='> '
4924  PS4='+ '  PS4='+ '
4925    
4926  # NLS nuisances.  # NLS nuisances.
4927  for as_var in \  LC_ALL=C
4928    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  export LC_ALL
4929    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LANGUAGE=C
4930    LC_TELEPHONE LC_TIME  export LANGUAGE
 do  
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then  
     eval $as_var=C; export $as_var  
   else  
     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var  
   fi  
 done  
4931    
4932  # Required to use basename.  # Required to use basename.
4933  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 4518  as_me=`$as_basename -- "$0" || Line 4949  as_me=`$as_basename -- "$0" ||
4949  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4950           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
4951           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4952  echo X/"$0" |  $as_echo X/"$0" |
4953      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
4954              s//\1/              s//\1/
4955              q              q
# Line 4569  $as_unset CDPATH Line 5000  $as_unset CDPATH
5000        s/-\n.*//        s/-\n.*//
5001      ' >$as_me.lineno &&      ' >$as_me.lineno &&
5002    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
5003      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
5004     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5005    
5006    # Don't try to exec as it changes $[0], causing all sort of problems    # Don't try to exec as it changes $[0], causing all sort of problems
# Line 4597  case `echo -n x` in Line 5028  case `echo -n x` in
5028  *)  *)
5029    ECHO_N='-n';;    ECHO_N='-n';;
5030  esac  esac
   
5031  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
5032     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
5033    as_expr=expr    as_expr=expr
# Line 4610  if test -d conf$$.dir; then Line 5040  if test -d conf$$.dir; then
5040    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
5041  else  else
5042    rm -f conf$$.dir    rm -f conf$$.dir
5043    mkdir conf$$.dir    mkdir conf$$.dir 2>/dev/null
5044  fi  fi
5045  echo >conf$$.file  if (echo >conf$$.file) 2>/dev/null; then
5046  if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
5047    as_ln_s='ln -s'      as_ln_s='ln -s'
5048    # ... but there are two gotchas:      # ... but there are two gotchas:
5049    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5050    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5051    # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -p'.
5052    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5053          as_ln_s='cp -p'
5054      elif ln conf$$.file conf$$ 2>/dev/null; then
5055        as_ln_s=ln
5056      else
5057      as_ln_s='cp -p'      as_ln_s='cp -p'
5058  elif ln conf$$.file conf$$ 2>/dev/null; then    fi
   as_ln_s=ln  
5059  else  else
5060    as_ln_s='cp -p'    as_ln_s='cp -p'
5061  fi  fi
# Line 4647  else Line 5080  else
5080    as_test_x='    as_test_x='
5081      eval sh -c '\''      eval sh -c '\''
5082        if test -d "$1"; then        if test -d "$1"; then
5083          test -d "$1/.";          test -d "$1/.";
5084        else        else
5085          case $1 in          case $1 in
5086          -*)set "./$1";;          -*)set "./$1";;
5087          esac;          esac;
5088          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
5089          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 4672  exec 6>&1 Line 5105  exec 6>&1
5105  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5106  # values after options handling.  # values after options handling.
5107  ac_log="  ac_log="
5108  This file was extended by GPXView $as_me 0.7.4, which was  This file was extended by GPXView $as_me 0.8.10, which was
5109  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
5110    
5111    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
5112    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 4686  on `(hostname || uname -n) 2>/dev/null | Line 5119  on `(hostname || uname -n) 2>/dev/null |
5119    
5120  _ACEOF  _ACEOF
5121    
5122  cat >>$CONFIG_STATUS <<_ACEOF  case $ac_config_files in *"
5123    "*) set x $ac_config_files; shift; ac_config_files=$*;;
5124    esac
5125    
5126    
5127    
5128    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5129  # Files that config.status was made for.  # Files that config.status was made for.
5130  config_files="$ac_config_files"  config_files="$ac_config_files"
5131    
5132  _ACEOF  _ACEOF
5133    
5134  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5135  ac_cs_usage="\  ac_cs_usage="\
5136  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
5137  current configuration.  current configuration.
5138    
5139  Usage: $0 [OPTIONS] [FILE]...  Usage: $0 [OPTION]... [FILE]...
5140    
5141    -h, --help       print this help, then exit    -h, --help       print this help, then exit
5142    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
5143    -q, --quiet      do not print progress messages    -q, --quiet, --silent
5144                       do not print progress messages
5145    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
5146        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
5147    --file=FILE[:TEMPLATE]        --file=FILE[:TEMPLATE]
5148                     instantiate the configuration file FILE                     instantiate the configuration file FILE
5149    
5150  Configuration files:  Configuration files:
5151  $config_files  $config_files
# Line 4713  $config_files Line 5153  $config_files
5153  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
5154    
5155  _ACEOF  _ACEOF
5156  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5157  ac_cs_version="\\  ac_cs_version="\\
5158  GPXView config.status 0.7.4  GPXView config.status 0.8.10
5159  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.63,
5160    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5161    
5162  Copyright (C) 2006 Free Software Foundation, Inc.  Copyright (C) 2008 Free Software Foundation, Inc.
5163  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
5164  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
5165    
5166  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
5167  srcdir='$srcdir'  srcdir='$srcdir'
5168  INSTALL='$INSTALL'  INSTALL='$INSTALL'
5169    test -n "\$AWK" || AWK=awk
5170  _ACEOF  _ACEOF
5171    
5172  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5173  # If no file are specified by the user, then we need to provide default  # The default lists apply if the user does not specify any file.
 # value.  By we need to know if files were specified by the user.  
5174  ac_need_defaults=:  ac_need_defaults=:
5175  while test $# != 0  while test $# != 0
5176  do  do
# Line 4752  do Line 5192  do
5192    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5193      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
5194    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5195      echo "$ac_cs_version"; exit ;;      $as_echo "$ac_cs_version"; exit ;;
5196    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
5197      debug=: ;;      debug=: ;;
5198    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5199      $ac_shift      $ac_shift
5200      CONFIG_FILES="$CONFIG_FILES $ac_optarg"      case $ac_optarg in
5201        *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5202        esac
5203        CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
5204      ac_need_defaults=false;;      ac_need_defaults=false;;
5205    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
5206      echo "$ac_cs_usage"; exit ;;      $as_echo "$ac_cs_usage"; exit ;;
5207    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5208    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
5209      ac_cs_silent=: ;;      ac_cs_silent=: ;;
5210    
5211    # This is an error.    # This is an error.
5212    -*) { echo "$as_me: error: unrecognized option: $1    -*) { $as_echo "$as_me: error: unrecognized option: $1
5213  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
5214     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
5215    
# Line 4785  if $ac_cs_silent; then Line 5228  if $ac_cs_silent; then
5228  fi  fi
5229    
5230  _ACEOF  _ACEOF
5231  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5232  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
5233    echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6    set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5234    CONFIG_SHELL=$SHELL    shift
5235      \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5236      CONFIG_SHELL='$SHELL'
5237    export CONFIG_SHELL    export CONFIG_SHELL
5238    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    exec "\$@"
5239  fi  fi
5240    
5241  _ACEOF  _ACEOF
5242  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5243  exec 5>>config.log  exec 5>>config.log
5244  {  {
5245    echo    echo
5246    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5247  ## Running $as_me. ##  ## Running $as_me. ##
5248  _ASBOX  _ASBOX
5249    echo "$ac_log"    $as_echo "$ac_log"
5250  } >&5  } >&5
5251    
5252  _ACEOF  _ACEOF
5253  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5254  _ACEOF  _ACEOF
5255    
5256  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5257    
5258  # Handling of arguments.  # Handling of arguments.
5259  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 4817  do Line 5262  do
5262      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5263      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5264      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5265        "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
5266    
5267    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5268  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5269     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5270    esac    esac
5271  done  done
# Line 4858  $debug || Line 5304  $debug ||
5304    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5305  } ||  } ||
5306  {  {
5307     echo "$me: cannot create a temporary directory in ." >&2     $as_echo "$as_me: cannot create a temporary directory in ." >&2
5308     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5309  }  }
5310    
5311  #  # Set up the scripts for CONFIG_FILES section.
5312  # Set up the sed scripts for CONFIG_FILES section.  # No need to generate them if there are no CONFIG_FILES.
5313  #  # This happens for instance with `./config.status config.h'.
   
 # No need to generate the scripts if there are no CONFIG_FILES.  
 # This happens for instance when ./config.status config.h  
5314  if test -n "$CONFIG_FILES"; then  if test -n "$CONFIG_FILES"; then
5315    
 _ACEOF  
5316    
5317    ac_cr=' '
5318    ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5319    if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5320      ac_cs_awk_cr='\\r'
5321    else
5322      ac_cs_awk_cr=$ac_cr
5323    fi
5324    
5325    echo 'BEGIN {' >"$tmp/subs1.awk" &&
5326    _ACEOF
5327    
5328    
5329    {
5330      echo "cat >conf$$subs.awk <<_ACEOF" &&
5331      echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5332      echo "_ACEOF"
5333    } >conf$$subs.sh ||
5334      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5335    $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5336       { (exit 1); exit 1; }; }
5337    ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5338  ac_delim='%!_!# '  ac_delim='%!_!# '
5339  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5340    cat >conf$$subs.sed <<_ACEOF    . ./conf$$subs.sh ||
5341  SHELL!$SHELL$ac_delim      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5342  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5343  PACKAGE_NAME!$PACKAGE_NAME$ac_delim     { (exit 1); exit 1; }; }
 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim  
 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim  
 PACKAGE_STRING!$PACKAGE_STRING$ac_delim  
 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim  
 exec_prefix!$exec_prefix$ac_delim  
 prefix!$prefix$ac_delim  
 program_transform_name!$program_transform_name$ac_delim  
 bindir!$bindir$ac_delim  
 sbindir!$sbindir$ac_delim  
 libexecdir!$libexecdir$ac_delim  
 datarootdir!$datarootdir$ac_delim  
 datadir!$datadir$ac_delim  
 sysconfdir!$sysconfdir$ac_delim  
 sharedstatedir!$sharedstatedir$ac_delim  
 localstatedir!$localstatedir$ac_delim  
 includedir!$includedir$ac_delim  
 oldincludedir!$oldincludedir$ac_delim  
 docdir!$docdir$ac_delim  
 infodir!$infodir$ac_delim  
 htmldir!$htmldir$ac_delim  
 dvidir!$dvidir$ac_delim  
 pdfdir!$pdfdir$ac_delim  
 psdir!$psdir$ac_delim  
 libdir!$libdir$ac_delim  
 localedir!$localedir$ac_delim  
 mandir!$mandir$ac_delim  
 DEFS!$DEFS$ac_delim  
 ECHO_C!$ECHO_C$ac_delim  
 ECHO_N!$ECHO_N$ac_delim  
 ECHO_T!$ECHO_T$ac_delim  
 LIBS!$LIBS$ac_delim  
 build_alias!$build_alias$ac_delim  
 host_alias!$host_alias$ac_delim  
 target_alias!$target_alias$ac_delim  
 PACKAGE!$PACKAGE$ac_delim  
 CC!$CC$ac_delim  
 CFLAGS!$CFLAGS$ac_delim  
 LDFLAGS!$LDFLAGS$ac_delim  
 CPPFLAGS!$CPPFLAGS$ac_delim  
 ac_ct_CC!$ac_ct_CC$ac_delim  
 EXEEXT!$EXEEXT$ac_delim  
 OBJEXT!$OBJEXT$ac_delim  
 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim  
 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim  
 INSTALL_DATA!$INSTALL_DATA$ac_delim  
 LN_S!$LN_S$ac_delim  
 SET_MAKE!$SET_MAKE$ac_delim  
 PKG_CONFIG!$PKG_CONFIG$ac_delim  
 gnome_vfs_module_CFLAGS!$gnome_vfs_module_CFLAGS$ac_delim  
 gnome_vfs_module_LIBS!$gnome_vfs_module_LIBS$ac_delim  
 libxml2_CFLAGS!$libxml2_CFLAGS$ac_delim  
 libxml2_LIBS!$libxml2_LIBS$ac_delim  
 libgtkhtml3_14_CFLAGS!$libgtkhtml3_14_CFLAGS$ac_delim  
 libgtkhtml3_14_LIBS!$libgtkhtml3_14_LIBS$ac_delim  
 libgtkhtml3_8_CFLAGS!$libgtkhtml3_8_CFLAGS$ac_delim  
 libgtkhtml3_8_LIBS!$libgtkhtml3_8_LIBS$ac_delim  
 hildon_CFLAGS!$hildon_CFLAGS$ac_delim  
 hildon_LIBS!$hildon_LIBS$ac_delim  
 osso_CFLAGS!$osso_CFLAGS$ac_delim  
 osso_LIBS!$osso_LIBS$ac_delim  
 hildon_fm_2_CFLAGS!$hildon_fm_2_CFLAGS$ac_delim  
 hildon_fm_2_LIBS!$hildon_fm_2_LIBS$ac_delim  
 sqlite3_CFLAGS!$sqlite3_CFLAGS$ac_delim  
 sqlite3_LIBS!$sqlite3_LIBS$ac_delim  
 hildon_help_CFLAGS!$hildon_help_CFLAGS$ac_delim  
 hildon_help_LIBS!$hildon_help_LIBS$ac_delim  
 gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim  
 gpsbt_LIBS!$gpsbt_LIBS$ac_delim  
 liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim  
 liblocation_LIBS!$liblocation_LIBS$ac_delim  
 EXTRA_OBJS!$EXTRA_OBJS$ac_delim  
 INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim  
 gtk_CFLAGS!$gtk_CFLAGS$ac_delim  
 gtk_LIBS!$gtk_LIBS$ac_delim  
 gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim  
 gnome2_LIBS!$gnome2_LIBS$ac_delim  
 LIBOBJS!$LIBOBJS$ac_delim  
 LTLIBOBJS!$LTLIBOBJS$ac_delim  
 _ACEOF  
5344    
5345    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5346      if test $ac_delim_n = $ac_delim_num; then
5347      break      break
5348    elif $ac_last_try; then    elif $ac_last_try; then
5349      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5350  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5351     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5352    else    else
5353      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5354    fi    fi
5355  done  done
5356    rm -f conf$$subs.sh
5357    
5358  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5359  if test -n "$ac_eof"; then  cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`  
   ac_eof=`expr $ac_eof + 1`  
 fi  
   
 cat >>$CONFIG_STATUS <<_ACEOF  
 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof  
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end  
 _ACEOF  
 sed '  
 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g  
 s/^/s,@/; s/!/@,|#_!!_#|/  
 :n  
 t n  
 s/'"$ac_delim"'$/,g/; t  
 s/$/\\/; p  
 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n  
 ' >>$CONFIG_STATUS <conf$$subs.sed  
 rm -f conf$$subs.sed  
 cat >>$CONFIG_STATUS <<_ACEOF  
 :end  
 s/|#_!!_#|//g  
 CEOF$ac_eof  
5360  _ACEOF  _ACEOF
5361    sed -n '
5362    h
5363    s/^/S["/; s/!.*/"]=/
5364    p
5365    g
5366    s/^[^!]*!//
5367    :repl
5368    t repl
5369    s/'"$ac_delim"'$//
5370    t delim
5371    :nl
5372    h
5373    s/\(.\{148\}\).*/\1/
5374    t more1
5375    s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5376    p
5377    n
5378    b repl
5379    :more1
5380    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5381    p
5382    g
5383    s/.\{148\}//
5384    t nl
5385    :delim
5386    h
5387    s/\(.\{148\}\).*/\1/
5388    t more2
5389    s/["\\]/\\&/g; s/^/"/; s/$/"/
5390    p
5391    b
5392    :more2
5393    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5394    p
5395    g
5396    s/.\{148\}//
5397    t delim
5398    ' <conf$$subs.awk | sed '
5399    /^[^""]/{
5400      N
5401      s/\n//
5402    }
5403    ' >>$CONFIG_STATUS || ac_write_fail=1
5404    rm -f conf$$subs.awk
5405    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5406    _ACAWK
5407    cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5408      for (key in S) S_is_set[key] = 1
5409      FS = ""
5410    
5411    }
5412    {
5413      line = $ 0
5414      nfields = split(line, field, "@")
5415      substed = 0
5416      len = length(field[1])
5417      for (i = 2; i < nfields; i++) {
5418        key = field[i]
5419        keylen = length(key)
5420        if (S_is_set[key]) {
5421          value = S[key]
5422          line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5423          len += length(value) + length(field[++i])
5424          substed = 1
5425        } else
5426          len += 1 + keylen
5427      }
5428    
5429      print line
5430    }
5431    
5432    _ACAWK
5433    _ACEOF
5434    cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5435    if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5436      sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5437    else
5438      cat
5439    fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5440      || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
5441    $as_echo "$as_me: error: could not setup config files machinery" >&2;}
5442       { (exit 1); exit 1; }; }
5443    _ACEOF
5444    
5445  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5446  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5013  s/^[^=]*=[      ]*$// Line 5457  s/^[^=]*=[      ]*$//
5457  }'  }'
5458  fi  fi
5459    
5460  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5461  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5462    
5463    
5464  for ac_tag in  :F $CONFIG_FILES  eval set X "  :F $CONFIG_FILES      "
5465    shift
5466    for ac_tag
5467  do  do
5468    case $ac_tag in    case $ac_tag in
5469    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5470    esac    esac
5471    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5472    :[FHL]*:*);;    :[FHL]*:*);;
5473    :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5    :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
5474  echo "$as_me: error: Invalid tag $ac_tag." >&2;}  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
5475     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5476    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5477    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5054  echo "$as_me: error: Invalid tag $ac_tag Line 5500  echo "$as_me: error: Invalid tag $ac_tag
5500             [\\/$]*) false;;             [\\/$]*) false;;
5501             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5502             esac ||             esac ||
5503             { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5             { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
5504  echo "$as_me: error: cannot find input file: $ac_f" >&2;}  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5505     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5506        esac        esac
5507        ac_file_inputs="$ac_file_inputs $ac_f"        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5508          ac_file_inputs="$ac_file_inputs '$ac_f'"
5509      done      done
5510    
5511      # Let's still pretend it is `configure' which instantiates (i.e., don't      # Let's still pretend it is `configure' which instantiates (i.e., don't
5512      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5513      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5514      configure_input="Generated from "`IFS=:      configure_input='Generated from '`
5515            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5516            `' by configure.'
5517      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5518        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5519        { echo "$as_me:$LINENO: creating $ac_file" >&5        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
5520  echo "$as_me: creating $ac_file" >&6;}  $as_echo "$as_me: creating $ac_file" >&6;}
5521      fi      fi
5522        # Neutralize special characters interpreted by sed in replacement strings.
5523        case $configure_input in #(
5524        *\&* | *\|* | *\\* )
5525           ac_sed_conf_input=`$as_echo "$configure_input" |
5526           sed 's/[\\\\&|]/\\\\&/g'`;; #(
5527        *) ac_sed_conf_input=$configure_input;;
5528        esac
5529    
5530      case $ac_tag in      case $ac_tag in
5531      *:-:* | *:-) cat >"$tmp/stdin";;      *:-:* | *:-) cat >"$tmp/stdin" \
5532          || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5533    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5534       { (exit 1); exit 1; }; } ;;
5535      esac      esac
5536      ;;      ;;
5537    esac    esac
# Line 5083  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5541  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5541           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5542           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5543           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5544  echo X"$ac_file" |  $as_echo X"$ac_file" |
5545      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5546              s//\1/              s//\1/
5547              q              q
# Line 5109  echo X"$ac_file" | Line 5567  echo X"$ac_file" |
5567      as_dirs=      as_dirs=
5568      while :; do      while :; do
5569        case $as_dir in #(        case $as_dir in #(
5570        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5571        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5572        esac        esac
5573        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5118  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5576  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5576           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5577           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5578           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5579  echo X"$as_dir" |  $as_echo X"$as_dir" |
5580      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5581              s//\1/              s//\1/
5582              q              q
# Line 5139  echo X"$as_dir" | Line 5597  echo X"$as_dir" |
5597        test -d "$as_dir" && break        test -d "$as_dir" && break
5598      done      done
5599      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5600    } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5    } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
5601  echo "$as_me: error: cannot create directory $as_dir" >&2;}  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
5602     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5603    ac_builddir=.    ac_builddir=.
5604    
5605  case "$ac_dir" in  case "$ac_dir" in
5606  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5607  *)  *)
5608    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5609    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5610    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5611    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5612    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5613    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5189  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5647  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5647    esac    esac
5648  _ACEOF  _ACEOF
5649    
5650  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5651  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5652  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5653  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5654    
5655  case `sed -n '/datarootdir/ {  ac_sed_dataroot='
5656    /datarootdir/ {
5657    p    p
5658    q    q
5659  }  }
# Line 5203  case `sed -n '/datarootdir/ { Line 5662  case `sed -n '/datarootdir/ {
5662  /@infodir@/p  /@infodir@/p
5663  /@localedir@/p  /@localedir@/p
5664  /@mandir@/p  /@mandir@/p
5665  ' $ac_file_inputs` in  '
5666    case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5667  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5668  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5669    { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5    { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5670  echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5671  _ACEOF  _ACEOF
5672  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5673    ac_datarootdir_hack='    ac_datarootdir_hack='
5674    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5675    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5223  _ACEOF Line 5683  _ACEOF
5683  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5684  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5685  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5686  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5687    sed "$ac_vpsub  ac_sed_extra="$ac_vpsub
5688  $extrasub  $extrasub
5689  _ACEOF  _ACEOF
5690  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5691  :t  :t
5692  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5693  s&@configure_input@&$configure_input&;t t  s|@configure_input@|$ac_sed_conf_input|;t t
5694  s&@top_builddir@&$ac_top_builddir_sub&;t t  s&@top_builddir@&$ac_top_builddir_sub&;t t
5695    s&@top_build_prefix@&$ac_top_build_prefix&;t t
5696  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5697  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5698  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5241  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5702  s&@abs_builddir@&$ac_abs_builddir&;t t
5702  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5703  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5704  $ac_datarootdir_hack  $ac_datarootdir_hack
5705  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out  "
5706    eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5707      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5708    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5709       { (exit 1); exit 1; }; }
5710    
5711  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5712    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5713    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5714    { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5715  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5716  echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5717  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5718    
5719    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5720    case $ac_file in    case $ac_file in
5721    -) cat "$tmp/out"; rm -f "$tmp/out";;    -) cat "$tmp/out" && rm -f "$tmp/out";;
5722    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5723    esac    esac \
5724      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5725    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5726       { (exit 1); exit 1; }; }
5727   ;;   ;;
5728    
5729    
# Line 5270  _ACEOF Line 5738  _ACEOF
5738  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5739  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5740    
5741    test $ac_write_fail = 0 ||
5742      { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
5743    $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5744       { (exit 1); exit 1; }; }
5745    
5746    
5747  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5748  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5291  if test "$no_create" != yes; then Line 5764  if test "$no_create" != yes; then
5764    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5765    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5766  fi  fi
5767    if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5768      { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5769    $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5770    fi
5771    

Legend:
Removed from v.30  
changed lines
  Added in v.126