Diff of /trunk/configure

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

revision 60 by harbaum, Mon Aug 17 19:44:00 2009 UTC revision 61 by harbaum, Tue Aug 18 14:32:45 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.63 for GPXView 0.8.4.  # Generated by GNU Autoconf 2.61 for GPXView 0.8.5.
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, 2007, 2008 Free Software Foundation, Inc.  # 2002, 2003, 2004, 2005, 2006 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    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs 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    
 as_nl='  
 '  
 export as_nl  
 # Printing a long string crashes Solaris 7 /usr/bin/printf.  
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo  
 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then  
   as_echo='printf %s\n'  
   as_echo_n='printf %s'  
 else  
   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then  
     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'  
     as_echo_n='/usr/ucb/echo -n'  
   else  
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'  
     as_echo_n_body='eval  
       arg=$1;  
       case $arg in  
       *"$as_nl"*)  
         expr "X$arg" : "X\\(.*\\)$as_nl";  
         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;  
       esac;  
       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"  
     '  
     export as_echo_n_body  
     as_echo_n='sh -c $as_echo_n_body as_echo'  
   fi  
   export as_echo_body  
   as_echo='sh -c $as_echo_body as_echo'  
 fi  
   
42  # The user is always right.  # The user is always right.
43  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
44    PATH_SEPARATOR=:    echo "#! /bin/sh" >conf$$.sh
45    (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {    echo  "exit 0"   >>conf$$.sh
46      (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||    chmod +x conf$$.sh
47        PATH_SEPARATOR=';'    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48    }      PATH_SEPARATOR=';'
49      else
50        PATH_SEPARATOR=:
51      fi
52      rm -f conf$$.sh
53  fi  fi
54    
55  # Support unset when possible.  # Support unset when possible.
# Line 93  fi Line 65  fi
65  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
66  # (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
67  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
68    as_nl='
69    '
70  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
71    
72  # 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 115  if test "x$as_myself" = x; then Line 89  if test "x$as_myself" = x; then
89    as_myself=$0    as_myself=$0
90  fi  fi
91  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
92    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93    { (exit 1); exit 1; }    { (exit 1); exit 1; }
94  fi  fi
95    
# Line 128  PS2='> ' Line 102  PS2='> '
102  PS4='+ '  PS4='+ '
103    
104  # NLS nuisances.  # NLS nuisances.
105  LC_ALL=C  for as_var in \
106  export LC_ALL    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107  LANGUAGE=C    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108  export LANGUAGE    LC_TELEPHONE LC_TIME
109    do
110      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111        eval $as_var=C; export $as_var
112      else
113        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114      fi
115    done
116    
117  # Required to use basename.  # Required to use basename.
118  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 153  as_me=`$as_basename -- "$0" || Line 134  as_me=`$as_basename -- "$0" ||
134  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
136           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137  $as_echo X/"$0" |  echo X/"$0" |
138      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
139              s//\1/              s//\1/
140              q              q
# Line 179  else Line 160  else
160    as_have_required=no    as_have_required=no
161  fi  fi
162    
163    if test $as_have_required = yes &&     (eval ":    if test $as_have_required = yes &&     (eval ":
164  (as_func_return () {  (as_func_return () {
165    (exit \$1)    (exit \$1)
166  }  }
# Line 261  IFS=$as_save_IFS Line 242  IFS=$as_save_IFS
242  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
243    emulate sh    emulate sh
244    NULLCMD=:    NULLCMD=:
245    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
247    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
248    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 282  _ASEOF Line 263  _ASEOF
263  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
264    emulate sh    emulate sh
265    NULLCMD=:    NULLCMD=:
266    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
268    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
269    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 362  fi Line 343  fi
343    
344        if test "x$CONFIG_SHELL" != x; then        if test "x$CONFIG_SHELL" != x; then
345    for as_var in BASH_ENV ENV    for as_var in BASH_ENV ENV
346          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
347          done          done
348          export CONFIG_SHELL          export CONFIG_SHELL
349          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
350  fi  fi
351    
352    
# Line 434  fi Line 415  fi
415    
416  test \$exitcode = 0") || {  test \$exitcode = 0") || {
417    echo No shell found that supports shell functions.    echo No shell found that supports shell functions.
418    echo Please tell bug-autoconf@gnu.org about your system,    echo Please tell autoconf@gnu.org about your system,
419    echo including any error possibly output before this message.    echo including any error possibly output before this
420    echo This can help us improve future autoconf versions.    echo message
   echo Configuration will now proceed without shell functions.  
421  }  }
422    
423    
# Line 473  test \$exitcode = 0") || { Line 453  test \$exitcode = 0") || {
453        s/-\n.*//        s/-\n.*//
454      ' >$as_me.lineno &&      ' >$as_me.lineno &&
455    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
456      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
458    
459    # 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 501  case `echo -n x` in Line 481  case `echo -n x` in
481  *)  *)
482    ECHO_N='-n';;    ECHO_N='-n';;
483  esac  esac
484    
485  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
486     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
487    as_expr=expr    as_expr=expr
# Line 513  if test -d conf$$.dir; then Line 494  if test -d conf$$.dir; then
494    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
495  else  else
496    rm -f conf$$.dir    rm -f conf$$.dir
497    mkdir conf$$.dir 2>/dev/null    mkdir conf$$.dir
498  fi  fi
499  if (echo >conf$$.file) 2>/dev/null; then  echo >conf$$.file
500    if ln -s conf$$.file conf$$ 2>/dev/null; then  if ln -s conf$$.file conf$$ 2>/dev/null; then
501      as_ln_s='ln -s'    as_ln_s='ln -s'
502      # ... but there are two gotchas:    # ... but there are two gotchas:
503      # 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.
504      # 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.
505      # In both cases, we have to default to `cp -p'.    # In both cases, we have to default to `cp -p'.
506      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 ||
       as_ln_s='cp -p'  
   elif ln conf$$.file conf$$ 2>/dev/null; then  
     as_ln_s=ln  
   else  
507      as_ln_s='cp -p'      as_ln_s='cp -p'
508    fi  elif ln conf$$.file conf$$ 2>/dev/null; then
509      as_ln_s=ln
510  else  else
511    as_ln_s='cp -p'    as_ln_s='cp -p'
512  fi  fi
# Line 553  else Line 531  else
531    as_test_x='    as_test_x='
532      eval sh -c '\''      eval sh -c '\''
533        if test -d "$1"; then        if test -d "$1"; then
534          test -d "$1/.";          test -d "$1/.";
535        else        else
536          case $1 in          case $1 in
537          -*)set "./$1";;          -*)set "./$1";;
538          esac;          esac;
539          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 596  SHELL=${CONFIG_SHELL-/bin/sh} Line 574  SHELL=${CONFIG_SHELL-/bin/sh}
574  # Identity of this package.  # Identity of this package.
575  PACKAGE_NAME='GPXView'  PACKAGE_NAME='GPXView'
576  PACKAGE_TARNAME='gpxview'  PACKAGE_TARNAME='gpxview'
577  PACKAGE_VERSION='0.8.4'  PACKAGE_VERSION='0.8.5'
578  PACKAGE_STRING='GPXView 0.8.4'  PACKAGE_STRING='GPXView 0.8.5'
579  PACKAGE_BUGREPORT='till@harbaum.org'  PACKAGE_BUGREPORT='till@harbaum.org'
580    
581  ac_unique_file="src/main.c"  ac_unique_file="src/main.c"
582  ac_subst_vars='LTLIBOBJS  ac_subst_vars='SHELL
 LIBOBJS  
 INSTALL_PLATTFORM  
 EXTRA_OBJS  
 gnome2_LIBS  
 gnome2_CFLAGS  
 gtk_LIBS  
 gtk_CFLAGS  
 liblocation_LIBS  
 liblocation_CFLAGS  
 gpsbt_LIBS  
 gpsbt_CFLAGS  
 hildon_help_LIBS  
 hildon_help_CFLAGS  
 sqlite3_LIBS  
 sqlite3_CFLAGS  
 hildon_fm_2_LIBS  
 hildon_fm_2_CFLAGS  
 osso_LIBS  
 osso_CFLAGS  
 hildon_LIBS  
 hildon_CFLAGS  
 libgtkhtml3_8_LIBS  
 libgtkhtml3_8_CFLAGS  
 libgtkhtml3_14_LIBS  
 libgtkhtml3_14_CFLAGS  
 libsoup22_LIBS  
 libsoup22_CFLAGS  
 libsoup24_LIBS  
 libsoup24_CFLAGS  
 libxml2_LIBS  
 libxml2_CFLAGS  
 gnome_vfs_module_LIBS  
 gnome_vfs_module_CFLAGS  
 PKG_CONFIG  
 SET_MAKE  
 LN_S  
 INSTALL_DATA  
 INSTALL_SCRIPT  
 INSTALL_PROGRAM  
 OBJEXT  
 EXEEXT  
 ac_ct_CC  
 CPPFLAGS  
 LDFLAGS  
 CFLAGS  
 CC  
 PACKAGE  
 target_alias  
 host_alias  
 build_alias  
 LIBS  
 ECHO_T  
 ECHO_N  
 ECHO_C  
 DEFS  
 mandir  
 localedir  
 libdir  
 psdir  
 pdfdir  
 dvidir  
 htmldir  
 infodir  
 docdir  
 oldincludedir  
 includedir  
 localstatedir  
 sharedstatedir  
 sysconfdir  
 datadir  
 datarootdir  
 libexecdir  
 sbindir  
 bindir  
 program_transform_name  
 prefix  
 exec_prefix  
 PACKAGE_BUGREPORT  
 PACKAGE_STRING  
 PACKAGE_VERSION  
 PACKAGE_TARNAME  
 PACKAGE_NAME  
583  PATH_SEPARATOR  PATH_SEPARATOR
584  SHELL'  PACKAGE_NAME
585    PACKAGE_TARNAME
586    PACKAGE_VERSION
587    PACKAGE_STRING
588    PACKAGE_BUGREPORT
589    exec_prefix
590    prefix
591    program_transform_name
592    bindir
593    sbindir
594    libexecdir
595    datarootdir
596    datadir
597    sysconfdir
598    sharedstatedir
599    localstatedir
600    includedir
601    oldincludedir
602    docdir
603    infodir
604    htmldir
605    dvidir
606    pdfdir
607    psdir
608    libdir
609    localedir
610    mandir
611    DEFS
612    ECHO_C
613    ECHO_N
614    ECHO_T
615    LIBS
616    build_alias
617    host_alias
618    target_alias
619    PACKAGE
620    CC
621    CFLAGS
622    LDFLAGS
623    CPPFLAGS
624    ac_ct_CC
625    EXEEXT
626    OBJEXT
627    INSTALL_PROGRAM
628    INSTALL_SCRIPT
629    INSTALL_DATA
630    LN_S
631    SET_MAKE
632    PKG_CONFIG
633    gnome_vfs_module_CFLAGS
634    gnome_vfs_module_LIBS
635    libxml2_CFLAGS
636    libxml2_LIBS
637    libsoup24_CFLAGS
638    libsoup24_LIBS
639    libsoup22_CFLAGS
640    libsoup22_LIBS
641    libgtkhtml3_14_CFLAGS
642    libgtkhtml3_14_LIBS
643    libgtkhtml3_8_CFLAGS
644    libgtkhtml3_8_LIBS
645    hildon_CFLAGS
646    hildon_LIBS
647    osso_CFLAGS
648    osso_LIBS
649    hildon_fm_2_CFLAGS
650    hildon_fm_2_LIBS
651    sqlite3_CFLAGS
652    sqlite3_LIBS
653    hildon_help_CFLAGS
654    hildon_help_LIBS
655    gpsbt_CFLAGS
656    gpsbt_LIBS
657    liblocation_CFLAGS
658    liblocation_LIBS
659    gtk_CFLAGS
660    gtk_LIBS
661    gnome2_CFLAGS
662    gnome2_LIBS
663    EXTRA_OBJS
664    INSTALL_PLATTFORM
665    LIBOBJS
666    LTLIBOBJS'
667  ac_subst_files=''  ac_subst_files=''
 ac_user_opts='  
 enable_option_checking  
 '  
668        ac_precious_vars='build_alias        ac_precious_vars='build_alias
669  host_alias  host_alias
670  target_alias  target_alias
# Line 734  gnome2_LIBS' Line 709  gnome2_LIBS'
709  # Initialize some variables set by options.  # Initialize some variables set by options.
710  ac_init_help=  ac_init_help=
711  ac_init_version=false  ac_init_version=false
 ac_unrecognized_opts=  
 ac_unrecognized_sep=  
712  # The variables have the same names as the options, with  # The variables have the same names as the options, with
713  # dashes changed to underlines.  # dashes changed to underlines.
714  cache_file=/dev/null  cache_file=/dev/null
# Line 834  do Line 807  do
807      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
808    
809    -disable-* | --disable-*)    -disable-* | --disable-*)
810      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
811      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
812      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
813        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
814     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
815      ac_useropt_orig=$ac_useropt      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
816      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval enable_$ac_feature=no ;;
     case $ac_user_opts in  
       *"  
 "enable_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval enable_$ac_useropt=no ;;  
817    
818    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
819      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 861  do Line 826  do
826      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
827    
828    -enable-* | --enable-*)    -enable-* | --enable-*)
829      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
830      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
831      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
832        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
833     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
834      ac_useropt_orig=$ac_useropt      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
835      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval enable_$ac_feature=\$ac_optarg ;;
     case $ac_user_opts in  
       *"  
 "enable_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval enable_$ac_useropt=\$ac_optarg ;;  
836    
837    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
838    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1066  do Line 1023  do
1023      ac_init_version=: ;;      ac_init_version=: ;;
1024    
1025    -with-* | --with-*)    -with-* | --with-*)
1026      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1027      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1028      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1029        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2        { echo "$as_me: error: invalid package name: $ac_package" >&2
1030     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1031      ac_useropt_orig=$ac_useropt      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1032      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval with_$ac_package=\$ac_optarg ;;
     case $ac_user_opts in  
       *"  
 "with_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval with_$ac_useropt=\$ac_optarg ;;  
1033    
1034    -without-* | --without-*)    -without-* | --without-*)
1035      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1036      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1037      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1038        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2        { echo "$as_me: error: invalid package name: $ac_package" >&2
1039     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1040      ac_useropt_orig=$ac_useropt      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1041      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval with_$ac_package=no ;;
     case $ac_user_opts in  
       *"  
 "with_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval with_$ac_useropt=no ;;  
1042    
1043    --x)    --x)
1044      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1117  do Line 1058  do
1058    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1059      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1060    
1061    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option    -*) { echo "$as_me: error: unrecognized option: $ac_option
1062  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1063     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1064      ;;      ;;
# Line 1126  Try \`$0 --help' for more information." Line 1067  Try \`$0 --help' for more information."
1067      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1068      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1069      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1070        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1071     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1072      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1073      export $ac_envvar ;;      export $ac_envvar ;;
1074    
1075    *)    *)
1076      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1077      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1078      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1079        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1080      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1081      ;;      ;;
1082    
# Line 1144  done Line 1085  done
1085    
1086  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1087    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1088    { $as_echo "$as_me: error: missing argument to $ac_option" >&2    { echo "$as_me: error: missing argument to $ac_option" >&2
1089     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1090  fi  fi
1091    
1092  if test -n "$ac_unrecognized_opts"; then  # Be sure to have absolute directory names.
   case $enable_option_checking in  
     no) ;;  
     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2  
    { (exit 1); exit 1; }; } ;;  
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;  
   esac  
 fi  
   
 # Check all directory arguments for consistency.  
1093  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1094                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1095                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1096                  libdir localedir mandir                  libdir localedir mandir
1097  do  do
1098    eval ac_val=\$$ac_var    eval ac_val=\$$ac_var
   # Remove trailing slashes.  
   case $ac_val in  
     */ )  
       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`  
       eval $ac_var=\$ac_val;;  
   esac  
   # Be sure to have absolute directory names.  
1099    case $ac_val in    case $ac_val in
1100      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1101      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1102    esac    esac
1103    { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2    { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1104     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1105  done  done
1106    
# Line 1190  target=$target_alias Line 1115  target=$target_alias
1115  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1116    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1117      cross_compiling=maybe      cross_compiling=maybe
1118      $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.      echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1119      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
1120    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1121      cross_compiling=yes      cross_compiling=yes
# Line 1206  test "$silent" = yes && exec 6>/dev/null Line 1131  test "$silent" = yes && exec 6>/dev/null
1131  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1132  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1133  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1134    { $as_echo "$as_me: error: working directory cannot be determined" >&2    { echo "$as_me: error: Working directory cannot be determined" >&2
1135     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1136  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1137    { $as_echo "$as_me: error: pwd does not report name of working directory" >&2    { echo "$as_me: error: pwd does not report name of working directory" >&2
1138     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1139    
1140    
# Line 1217  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1142  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1142  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1143    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1144    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1145    ac_confdir=`$as_dirname -- "$as_myself" ||    ac_confdir=`$as_dirname -- "$0" ||
1146  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1147           X"$as_myself" : 'X\(//\)[^/]' \| \           X"$0" : 'X\(//\)[^/]' \| \
1148           X"$as_myself" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
1149           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1150  $as_echo X"$as_myself" |  echo X"$0" |
1151      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1152              s//\1/              s//\1/
1153              q              q
# Line 1249  else Line 1174  else
1174  fi  fi
1175  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1176    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1177    { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1178     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1179  fi  fi
1180  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1181  ac_abs_confdir=`(  ac_abs_confdir=`(
1182          cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2          cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1183     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1184          pwd)`          pwd)`
1185  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1281  if test "$ac_init_help" = "long"; then Line 1206  if test "$ac_init_help" = "long"; then
1206    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1207    # 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.
1208    cat <<_ACEOF    cat <<_ACEOF
1209  \`configure' configures GPXView 0.8.4 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.5 to adapt to many kinds of systems.
1210    
1211  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1212    
# Line 1303  Configuration: Line 1228  Configuration:
1228    
1229  Installation directories:  Installation directories:
1230    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1231                            [$ac_default_prefix]                            [$ac_default_prefix]
1232    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1233                            [PREFIX]                            [PREFIX]
1234    
1235  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1236  \`$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 1315  for instance \`--prefix=\$HOME'. Line 1240  for instance \`--prefix=\$HOME'.
1240  For better control, use the options below.  For better control, use the options below.
1241    
1242  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1243    --bindir=DIR            user executables [EPREFIX/bin]    --bindir=DIR           user executables [EPREFIX/bin]
1244    --sbindir=DIR           system admin executables [EPREFIX/sbin]    --sbindir=DIR          system admin executables [EPREFIX/sbin]
1245    --libexecdir=DIR        program executables [EPREFIX/libexec]    --libexecdir=DIR       program executables [EPREFIX/libexec]
1246    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1247    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1248    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1249    --libdir=DIR            object code libraries [EPREFIX/lib]    --libdir=DIR           object code libraries [EPREFIX/lib]
1250    --includedir=DIR        C header files [PREFIX/include]    --includedir=DIR       C header files [PREFIX/include]
1251    --oldincludedir=DIR     C header files for non-gcc [/usr/include]    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1252    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1253    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1254    --infodir=DIR           info documentation [DATAROOTDIR/info]    --infodir=DIR          info documentation [DATAROOTDIR/info]
1255    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1256    --mandir=DIR            man documentation [DATAROOTDIR/man]    --mandir=DIR           man documentation [DATAROOTDIR/man]
1257    --docdir=DIR            documentation root [DATAROOTDIR/doc/gpxview]    --docdir=DIR           documentation root [DATAROOTDIR/doc/gpxview]
1258    --htmldir=DIR           html documentation [DOCDIR]    --htmldir=DIR          html documentation [DOCDIR]
1259    --dvidir=DIR            dvi documentation [DOCDIR]    --dvidir=DIR           dvi documentation [DOCDIR]
1260    --pdfdir=DIR            pdf documentation [DOCDIR]    --pdfdir=DIR           pdf documentation [DOCDIR]
1261    --psdir=DIR             ps documentation [DOCDIR]    --psdir=DIR            ps documentation [DOCDIR]
1262  _ACEOF  _ACEOF
1263    
1264    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1342  fi Line 1267  fi
1267    
1268  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1269    case $ac_init_help in    case $ac_init_help in
1270       short | recursive ) echo "Configuration of GPXView 0.8.4:";;       short | recursive ) echo "Configuration of GPXView 0.8.5:";;
1271     esac     esac
1272    cat <<\_ACEOF    cat <<\_ACEOF
1273    
# Line 1420  fi Line 1345  fi
1345  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1346    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1347    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
1348      test -d "$ac_dir" ||      test -d "$ac_dir" || continue
       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||  
       continue  
1349      ac_builddir=.      ac_builddir=.
1350    
1351  case "$ac_dir" in  case "$ac_dir" in
1352  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1353  *)  *)
1354    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1355    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1356    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1357    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1358    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1359    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1466  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1389  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1389        echo &&        echo &&
1390        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1391      else      else
1392        $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1393      fi || ac_status=$?      fi || ac_status=$?
1394      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1395    done    done
# Line 1475  fi Line 1398  fi
1398  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1399  if $ac_init_version; then  if $ac_init_version; then
1400    cat <<\_ACEOF    cat <<\_ACEOF
1401  GPXView configure 0.8.4  GPXView configure 0.8.5
1402  generated by GNU Autoconf 2.63  generated by GNU Autoconf 2.61
1403    
1404  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1405  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1406  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1407  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1408  _ACEOF  _ACEOF
# Line 1489  cat >config.log <<_ACEOF Line 1412  cat >config.log <<_ACEOF
1412  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1413  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1414    
1415  It was created by GPXView $as_me 0.8.4, which was  It was created by GPXView $as_me 0.8.5, which was
1416  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
1417    
1418    $ $0 $@    $ $0 $@
1419    
# Line 1526  for as_dir in $PATH Line 1449  for as_dir in $PATH
1449  do  do
1450    IFS=$as_save_IFS    IFS=$as_save_IFS
1451    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1452    $as_echo "PATH: $as_dir"    echo "PATH: $as_dir"
1453  done  done
1454  IFS=$as_save_IFS  IFS=$as_save_IFS
1455    
# Line 1561  do Line 1484  do
1484      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1485        continue ;;        continue ;;
1486      *\'*)      *\'*)
1487        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1488      esac      esac
1489      case $ac_pass in      case $ac_pass in
1490      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1613  _ASBOX Line 1536  _ASBOX
1536      case $ac_val in #(      case $ac_val in #(
1537      *${as_nl}*)      *${as_nl}*)
1538        case $ac_var in #(        case $ac_var in #(
1539        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1540  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1541        esac        esac
1542        case $ac_var in #(        case $ac_var in #(
1543        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(  
1544        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1545        esac ;;        esac ;;
1546      esac      esac
# Line 1648  _ASBOX Line 1570  _ASBOX
1570      do      do
1571        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1572        case $ac_val in        case $ac_val in
1573        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1574        esac        esac
1575        $as_echo "$ac_var='\''$ac_val'\''"        echo "$ac_var='\''$ac_val'\''"
1576      done | sort      done | sort
1577      echo      echo
1578    
# Line 1665  _ASBOX Line 1587  _ASBOX
1587        do        do
1588          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1589          case $ac_val in          case $ac_val in
1590          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1591          esac          esac
1592          $as_echo "$ac_var='\''$ac_val'\''"          echo "$ac_var='\''$ac_val'\''"
1593        done | sort        done | sort
1594        echo        echo
1595      fi      fi
# Line 1683  _ASBOX Line 1605  _ASBOX
1605        echo        echo
1606      fi      fi
1607      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1608        $as_echo "$as_me: caught signal $ac_signal"        echo "$as_me: caught signal $ac_signal"
1609      $as_echo "$as_me: exit $exit_status"      echo "$as_me: exit $exit_status"
1610    } >&5    } >&5
1611    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1612      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1726  _ACEOF Line 1648  _ACEOF
1648    
1649    
1650  # 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.
1651  # Prefer an explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
 ac_site_file1=NONE  
 ac_site_file2=NONE  
1652  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1653    ac_site_file1=$CONFIG_SITE    set x "$CONFIG_SITE"
1654  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1655    ac_site_file1=$prefix/share/config.site    set x "$prefix/share/config.site" "$prefix/etc/config.site"
   ac_site_file2=$prefix/etc/config.site  
1656  else  else
1657    ac_site_file1=$ac_default_prefix/share/config.site    set x "$ac_default_prefix/share/config.site" \
1658    ac_site_file2=$ac_default_prefix/etc/config.site          "$ac_default_prefix/etc/config.site"
1659  fi  fi
1660  for ac_site_file in "$ac_site_file1" "$ac_site_file2"  shift
1661    for ac_site_file
1662  do  do
   test "x$ac_site_file" = xNONE && continue  
1663    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1664      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1665  $as_echo "$as_me: loading site script $ac_site_file" >&6;}  echo "$as_me: loading site script $ac_site_file" >&6;}
1666      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1667      . "$ac_site_file"      . "$ac_site_file"
1668    fi    fi
# Line 1753  if test -r "$cache_file"; then Line 1672  if test -r "$cache_file"; then
1672    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1673    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1674    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1675      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1676  $as_echo "$as_me: loading cache $cache_file" >&6;}  echo "$as_me: loading cache $cache_file" >&6;}
1677      case $cache_file in      case $cache_file in
1678        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1679        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1680      esac      esac
1681    fi    fi
1682  else  else
1683    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1684  $as_echo "$as_me: creating cache $cache_file" >&6;}  echo "$as_me: creating cache $cache_file" >&6;}
1685    >$cache_file    >$cache_file
1686  fi  fi
1687    
# Line 1776  for ac_var in $ac_precious_vars; do Line 1695  for ac_var in $ac_precious_vars; do
1695    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1696    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1697      set,)      set,)
1698        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1699  $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1700        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1701      ,set)      ,set)
1702        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1703  $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1704        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1705      ,);;      ,);;
1706      *)      *)
1707        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1708          # differences in whitespace do not lead to failure.          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1709          ac_old_val_w=`echo x $ac_old_val`  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1710          ac_new_val_w=`echo x $ac_new_val`          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1711          if test "$ac_old_val_w" != "$ac_new_val_w"; then  echo "$as_me:   former value:  $ac_old_val" >&2;}
1712            { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1713  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1714            ac_cache_corrupted=:          ac_cache_corrupted=:
         else  
           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5  
 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}  
           eval $ac_var=\$ac_old_val  
         fi  
         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5  
 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}  
         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5  
 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}  
1715        fi;;        fi;;
1716    esac    esac
1717    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1718    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1719      case $ac_new_val in      case $ac_new_val in
1720      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1721      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1722      esac      esac
1723      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1817  $as_echo "$as_me:   current value: \`$ac Line 1727  $as_echo "$as_me:   current value: \`$ac
1727    fi    fi
1728  done  done
1729  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1730    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1731  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1732    { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5    { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1733  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5  
 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}  
1734     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1735  fi  fi
1736    
# Line 1872  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1780  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1780  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1781    # 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.
1782  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1783  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1784  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1785  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1786    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1787  else  else
1788    if test -n "$CC"; then    if test -n "$CC"; then
1789    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1888  do Line 1796  do
1796    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1797    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
1798      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1799      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1800      break 2      break 2
1801    fi    fi
1802  done  done
# Line 1899  fi Line 1807  fi
1807  fi  fi
1808  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1809  if test -n "$CC"; then  if test -n "$CC"; then
1810    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1811  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1812  else  else
1813    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1814  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1815  fi  fi
1816    
1817    
# Line 1912  if test -z "$ac_cv_prog_CC"; then Line 1820  if test -z "$ac_cv_prog_CC"; then
1820    ac_ct_CC=$CC    ac_ct_CC=$CC
1821    # 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.
1822  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1823  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1824  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1825  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1826    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1827  else  else
1828    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1829    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 1928  do Line 1836  do
1836    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1837    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
1838      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1839      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1840      break 2      break 2
1841    fi    fi
1842  done  done
# Line 1939  fi Line 1847  fi
1847  fi  fi
1848  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1849  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1850    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1851  $as_echo "$ac_ct_CC" >&6; }  echo "${ECHO_T}$ac_ct_CC" >&6; }
1852  else  else
1853    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1854  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1855  fi  fi
1856    
1857    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1951  fi Line 1859  fi
1859    else    else
1860      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1861  yes:)  yes:)
1862  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1863  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}  whose name does not start with the host triplet.  If you think this
1864    configuration is useful to you, please write to autoconf@gnu.org." >&5
1865    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1866    whose name does not start with the host triplet.  If you think this
1867    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1868  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1869  esac  esac
1870      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1965  if test -z "$CC"; then Line 1877  if test -z "$CC"; then
1877            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1878      # 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.
1879  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1880  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1881  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1882  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1883    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1884  else  else
1885    if test -n "$CC"; then    if test -n "$CC"; then
1886    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1981  do Line 1893  do
1893    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1894    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
1895      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1896      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1897      break 2      break 2
1898    fi    fi
1899  done  done
# Line 1992  fi Line 1904  fi
1904  fi  fi
1905  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1906  if test -n "$CC"; then  if test -n "$CC"; then
1907    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1908  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1909  else  else
1910    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1911  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1912  fi  fi
1913    
1914    
# Line 2005  fi Line 1917  fi
1917  if test -z "$CC"; then  if test -z "$CC"; then
1918    # 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.
1919  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1920  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1921  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1922  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1923    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1924  else  else
1925    if test -n "$CC"; then    if test -n "$CC"; then
1926    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2026  do Line 1938  do
1938         continue         continue
1939       fi       fi
1940      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
1941      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1942      break 2      break 2
1943    fi    fi
1944  done  done
# Line 2049  fi Line 1961  fi
1961  fi  fi
1962  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1963  if test -n "$CC"; then  if test -n "$CC"; then
1964    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1965  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1966  else  else
1967    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1968  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1969  fi  fi
1970    
1971    
# Line 2064  if test -z "$CC"; then Line 1976  if test -z "$CC"; then
1976    do    do
1977      # 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.
1978  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1979  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1980  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1981  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1982    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1983  else  else
1984    if test -n "$CC"; then    if test -n "$CC"; then
1985    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2080  do Line 1992  do
1992    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1993    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
1994      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1995      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1996      break 2      break 2
1997    fi    fi
1998  done  done
# Line 2091  fi Line 2003  fi
2003  fi  fi
2004  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2005  if test -n "$CC"; then  if test -n "$CC"; then
2006    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
2007  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
2008  else  else
2009    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2010  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2011  fi  fi
2012    
2013    
# Line 2108  if test -z "$CC"; then Line 2020  if test -z "$CC"; then
2020  do  do
2021    # 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.
2022  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2023  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2024  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2025  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2026    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2027  else  else
2028    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2029    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 2124  do Line 2036  do
2036    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2037    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
2038      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2039      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2040      break 2      break 2
2041    fi    fi
2042  done  done
# Line 2135  fi Line 2047  fi
2047  fi  fi
2048  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2049  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2050    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2051  $as_echo "$ac_ct_CC" >&6; }  echo "${ECHO_T}$ac_ct_CC" >&6; }
2052  else  else
2053    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2054  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2055  fi  fi
2056    
2057    
# Line 2151  done Line 2063  done
2063    else    else
2064      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2065  yes:)  yes:)
2066  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2067  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}  whose name does not start with the host triplet.  If you think this
2068    configuration is useful to you, please write to autoconf@gnu.org." >&5
2069    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2070    whose name does not start with the host triplet.  If you think this
2071    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2072  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2073  esac  esac
2074      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2162  fi Line 2078  fi
2078  fi  fi
2079    
2080    
2081  test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  
2082  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2083  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH  echo "$as_me: error: no acceptable C compiler found in \$PATH
2084  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2085     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2086    
2087  # Provide some information about the compiler.  # Provide some information about the compiler.
2088  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5  echo "$as_me:$LINENO: checking for C compiler version" >&5
2089  set X $ac_compile  ac_compiler=`set X $ac_compile; echo $2`
 ac_compiler=$2  
2090  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&5"
2091  case "(($ac_try" in  case "(($ac_try" in
2092    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2093    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2094  esac  esac
2095  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2096    (eval "$ac_compiler --version >&5") 2>&5    (eval "$ac_compiler --version >&5") 2>&5
2097    ac_status=$?    ac_status=$?
2098    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099    (exit $ac_status); }    (exit $ac_status); }
2100  { (ac_try="$ac_compiler -v >&5"  { (ac_try="$ac_compiler -v >&5"
2101  case "(($ac_try" in  case "(($ac_try" in
2102    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2103    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2104  esac  esac
2105  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2106    (eval "$ac_compiler -v >&5") 2>&5    (eval "$ac_compiler -v >&5") 2>&5
2107    ac_status=$?    ac_status=$?
2108    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2109    (exit $ac_status); }    (exit $ac_status); }
2110  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2111  case "(($ac_try" in  case "(($ac_try" in
2112    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2113    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2114  esac  esac
2115  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2116    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2117    ac_status=$?    ac_status=$?
2118    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2119    (exit $ac_status); }    (exit $ac_status); }
2120    
2121  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2224  main () Line 2134  main ()
2134  }  }
2135  _ACEOF  _ACEOF
2136  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2137  ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"  ac_clean_files="$ac_clean_files a.out a.exe b.out"
2138  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2139  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2140  # of exeext.  # of exeext.
2141  { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5  { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2142  $as_echo_n "checking for C compiler default output file name... " >&6; }  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2143  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2144    #
2145  # The possible output files:  # List of possible output files, starting from the most likely.
2146  ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"  # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2147    # only as a last resort.  b.out is created by i960 compilers.
2148    ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2149    #
2150    # The IRIX 6 linker writes into existing files which may not be
2151    # executable, retaining their permissions.  Remove them first so a
2152    # subsequent execution test works.
2153  ac_rmfiles=  ac_rmfiles=
2154  for ac_file in $ac_files  for ac_file in $ac_files
2155  do  do
2156    case $ac_file in    case $ac_file in
2157      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2158      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2159    esac    esac
2160  done  done
# Line 2250  case "(($ac_try" in Line 2165  case "(($ac_try" in
2165    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2166    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2167  esac  esac
2168  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2169    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2170    ac_status=$?    ac_status=$?
2171    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2172    (exit $ac_status); }; then    (exit $ac_status); }; then
2173    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2174  # 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 2265  for ac_file in $ac_files '' Line 2179  for ac_file in $ac_files ''
2179  do  do
2180    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2181    case $ac_file in    case $ac_file in
2182      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2183          ;;          ;;
2184      [ab].out )      [ab].out )
2185          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2292  else Line 2206  else
2206    ac_file=''    ac_file=''
2207  fi  fi
2208    
2209  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5  { echo "$as_me:$LINENO: result: $ac_file" >&5
2210  $as_echo "$ac_file" >&6; }  echo "${ECHO_T}$ac_file" >&6; }
2211  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2212    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2213  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2214    
2215  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables  
2216  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2217  $as_echo "$as_me: error: C compiler cannot create executables  echo "$as_me: error: C compiler cannot create executables
2218  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2219     { (exit 77); exit 77; }; }; }     { (exit 77); exit 77; }; }
2220  fi  fi
2221    
2222  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2223    
2224  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2225  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2226  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2227  $as_echo_n "checking whether the C compiler works... " >&6; }  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2228  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2229  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2230  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2321  if test "$cross_compiling" != yes; then Line 2233  if test "$cross_compiling" != yes; then
2233    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2234    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2235  esac  esac
2236  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2237    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2238    ac_status=$?    ac_status=$?
2239    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2241      cross_compiling=no      cross_compiling=no
2242    else    else
2243      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2244          cross_compiling=yes          cross_compiling=yes
2245      else      else
2246          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.  
2247  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2248  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2249  $as_echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
2250  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2251  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2252     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2253      fi      fi
2254    fi    fi
2255  fi  fi
2256  { $as_echo "$as_me:$LINENO: result: yes" >&5  { echo "$as_me:$LINENO: result: yes" >&5
2257  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2258    
2259  rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out  rm -f a.out a.exe conftest$ac_cv_exeext b.out
2260  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2261  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2262  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2263  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2264  $as_echo_n "checking whether we are cross compiling... " >&6; }  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2265  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5  { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2266  $as_echo "$cross_compiling" >&6; }  echo "${ECHO_T}$cross_compiling" >&6; }
2267    
2268  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5  { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2269  $as_echo_n "checking for suffix of executables... " >&6; }  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2270  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2271  case "(($ac_try" in  case "(($ac_try" in
2272    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2273    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2274  esac  esac
2275  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2276    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2277    ac_status=$?    ac_status=$?
2278    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2279    (exit $ac_status); }; then    (exit $ac_status); }; then
2280    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2281  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2376  $as_echo "$ac_try_echo") >&5 Line 2284  $as_echo "$ac_try_echo") >&5
2284  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2285    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2286    case $ac_file in    case $ac_file in
2287      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2288      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2289            break;;            break;;
2290      * ) break;;      * ) break;;
2291    esac    esac
2292  done  done
2293  else  else
2294    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link  
2295  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2296  $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2297  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2298     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2299  fi  fi
2300    
2301  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2302  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2303  $as_echo "$ac_cv_exeext" >&6; }  echo "${ECHO_T}$ac_cv_exeext" >&6; }
2304    
2305  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2306  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2307  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2308  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5  { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2309  $as_echo_n "checking for suffix of object files... " >&6; }  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2310  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2311    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2312  else  else
2313    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2314  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2425  case "(($ac_try" in Line 2331  case "(($ac_try" in
2331    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2332    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2333  esac  esac
2334  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2335    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2336    ac_status=$?    ac_status=$?
2337    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2338    (exit $ac_status); }; then    (exit $ac_status); }; then
2339    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2340    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2341    case $ac_file in    case $ac_file in
2342      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2343      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2344         break;;         break;;
2345    esac    esac
2346  done  done
2347  else  else
2348    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2349  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2350    
2351  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  
2352  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2353  $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile  echo "$as_me: error: cannot compute suffix of object files: cannot compile
2354  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2355     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2356  fi  fi
2357    
2358  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2359  fi  fi
2360  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2361  $as_echo "$ac_cv_objext" >&6; }  echo "${ECHO_T}$ac_cv_objext" >&6; }
2362  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2363  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2364  { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5  { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2365  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2366  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2367    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2368  else  else
2369    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2370  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2487  case "(($ac_try" in Line 2390  case "(($ac_try" in
2390    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2391    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2392  esac  esac
2393  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2394    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2395    ac_status=$?    ac_status=$?
2396    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2397    rm -f conftest.er1    rm -f conftest.er1
2398    cat conftest.err >&5    cat conftest.err >&5
2399    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2400    (exit $ac_status); } && {    (exit $ac_status); } && {
2401           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2402           test ! -s conftest.err           test ! -s conftest.err
2403         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2404    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2405  else  else
2406    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2407  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2408    
2409          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2511  rm -f core conftest.err conftest.$ac_obj Line 2413  rm -f core conftest.err conftest.$ac_obj
2413  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2414    
2415  fi  fi
2416  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2417  $as_echo "$ac_cv_c_compiler_gnu" >&6; }  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2418  if test $ac_compiler_gnu = yes; then  GCC=`test $ac_compiler_gnu = yes && echo yes`
   GCC=yes  
 else  
   GCC=  
 fi  
2419  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2420  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2421  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2422  $as_echo_n "checking whether $CC accepts -g... " >&6; }  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2423  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2424    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2425  else  else
2426    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2427     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2550  case "(($ac_try" in Line 2448  case "(($ac_try" in
2448    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2449    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2450  esac  esac
2451  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2452    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2453    ac_status=$?    ac_status=$?
2454    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2455    rm -f conftest.er1    rm -f conftest.er1
2456    cat conftest.err >&5    cat conftest.err >&5
2457    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2458    (exit $ac_status); } && {    (exit $ac_status); } && {
2459           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2460           test ! -s conftest.err           test ! -s conftest.err
2461         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2462    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2463  else  else
2464    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2465  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2466    
2467          CFLAGS=""          CFLAGS=""
# Line 2589  case "(($ac_try" in Line 2486  case "(($ac_try" in
2486    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2487    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2488  esac  esac
2489  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2490    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2491    ac_status=$?    ac_status=$?
2492    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2493    rm -f conftest.er1    rm -f conftest.er1
2494    cat conftest.err >&5    cat conftest.err >&5
2495    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496    (exit $ac_status); } && {    (exit $ac_status); } && {
2497           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2498           test ! -s conftest.err           test ! -s conftest.err
2499         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2500    :    :
2501  else  else
2502    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2503  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2504    
2505          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2629  case "(($ac_try" in Line 2525  case "(($ac_try" in
2525    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2526    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2527  esac  esac
2528  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2529    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2530    ac_status=$?    ac_status=$?
2531    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2532    rm -f conftest.er1    rm -f conftest.er1
2533    cat conftest.err >&5    cat conftest.err >&5
2534    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535    (exit $ac_status); } && {    (exit $ac_status); } && {
2536           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2537           test ! -s conftest.err           test ! -s conftest.err
2538         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2539    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2540  else  else
2541    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2542  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2543    
2544    
# Line 2658  fi Line 2553  fi
2553  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2554     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2555  fi  fi
2556  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2557  $as_echo "$ac_cv_prog_cc_g" >&6; }  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2558  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2559    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2560  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2675  else Line 2570  else
2570      CFLAGS=      CFLAGS=
2571    fi    fi
2572  fi  fi
2573  { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5  { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2574  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }  echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2575  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2576    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2577  else  else
2578    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2579  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2749  case "(($ac_try" in Line 2644  case "(($ac_try" in
2644    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2645    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2646  esac  esac
2647  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2648    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2649    ac_status=$?    ac_status=$?
2650    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2651    rm -f conftest.er1    rm -f conftest.er1
2652    cat conftest.err >&5    cat conftest.err >&5
2653    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654    (exit $ac_status); } && {    (exit $ac_status); } && {
2655           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2656           test ! -s conftest.err           test ! -s conftest.err
2657         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2658    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2659  else  else
2660    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2661  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2662    
2663    
# Line 2779  fi Line 2673  fi
2673  # AC_CACHE_VAL  # AC_CACHE_VAL
2674  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2675    x)    x)
2676      { $as_echo "$as_me:$LINENO: result: none needed" >&5      { echo "$as_me:$LINENO: result: none needed" >&5
2677  $as_echo "none needed" >&6; } ;;  echo "${ECHO_T}none needed" >&6; } ;;
2678    xno)    xno)
2679      { $as_echo "$as_me:$LINENO: result: unsupported" >&5      { echo "$as_me:$LINENO: result: unsupported" >&5
2680  $as_echo "unsupported" >&6; } ;;  echo "${ECHO_T}unsupported" >&6; } ;;
2681    *)    *)
2682      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2683      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2684  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2685  esac  esac
2686    
2687    
# Line 2814  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2708  for ac_dir in "$srcdir" "$srcdir/.." "$s
2708    fi    fi
2709  done  done
2710  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2711    { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2712  $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}  echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2713     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2714  fi  fi
2715    
# Line 2841  ac_configure="$SHELL $ac_aux_dir/configu Line 2735  ac_configure="$SHELL $ac_aux_dir/configu
2735  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2736  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2737  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2738  # Reject install programs that cannot install multiple files.  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2739  { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 $as_echo_n "checking for a BSD-compatible install... " >&6; }  
2740  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2741  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2742    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2743  else  else
2744    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2745  for as_dir in $PATH  for as_dir in $PATH
# Line 2875  case $as_dir/ in Line 2768  case $as_dir/ in
2768              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2769              :              :
2770            else            else
2771              rm -rf conftest.one conftest.two conftest.dir              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2772              echo one > conftest.one              break 3
             echo two > conftest.two  
             mkdir conftest.dir  
             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&  
               test -s conftest.one && test -s conftest.two &&  
               test -s conftest.dir/conftest.one &&  
               test -s conftest.dir/conftest.two  
             then  
               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"  
               break 3  
             fi  
2773            fi            fi
2774          fi          fi
2775        done        done
2776      done      done
2777      ;;      ;;
2778  esac  esac
   
2779  done  done
2780  IFS=$as_save_IFS  IFS=$as_save_IFS
2781    
 rm -rf conftest.one conftest.two conftest.dir  
2782    
2783  fi  fi
2784    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2910  fi Line 2791  fi
2791      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2792    fi    fi
2793  fi  fi
2794  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5  { echo "$as_me:$LINENO: result: $INSTALL" >&5
2795  $as_echo "$INSTALL" >&6; }  echo "${ECHO_T}$INSTALL" >&6; }
2796    
2797  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2798  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2921  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2802  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2802    
2803  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2804    
2805  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5  { echo "$as_me:$LINENO: checking whether ln -s works" >&5
2806  $as_echo_n "checking whether ln -s works... " >&6; }  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
2807  LN_S=$as_ln_s  LN_S=$as_ln_s
2808  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2809    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
2810  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2811  else  else
2812    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2813  $as_echo "no, using $LN_S" >&6; }  echo "${ECHO_T}no, using $LN_S" >&6; }
2814  fi  fi
2815    
2816  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2817  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2818  set x ${MAKE-make}  set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  
2819  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
2820    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2821  else  else
2822    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2823  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2954  esac Line 2834  esac
2834  rm -f conftest.make  rm -f conftest.make
2835  fi  fi
2836  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2837    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
2838  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2839    SET_MAKE=    SET_MAKE=
2840  else  else
2841    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2842  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2843    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2844  fi  fi
2845    
# Line 2992  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 2872  if test "x$ac_cv_env_PKG_CONFIG_set" !=
2872          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
2873    # 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.
2874  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2875  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2876  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2877  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2878    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2879  else  else
2880    case $PKG_CONFIG in    case $PKG_CONFIG in
2881    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 3010  do Line 2890  do
2890    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2891    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
2892      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2893      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2894      break 2      break 2
2895    fi    fi
2896  done  done
# Line 3022  esac Line 2902  esac
2902  fi  fi
2903  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2904  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2905    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2906  $as_echo "$PKG_CONFIG" >&6; }  echo "${ECHO_T}$PKG_CONFIG" >&6; }
2907  else  else
2908    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2909  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2910  fi  fi
2911    
2912    
# Line 3035  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 2915  if test -z "$ac_cv_path_PKG_CONFIG"; the
2915    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
2916    # 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.
2917  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
2918  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2919  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2920  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2921    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2922  else  else
2923    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
2924    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 3053  do Line 2933  do
2933    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2934    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
2935      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"
2936      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2937      break 2      break 2
2938    fi    fi
2939  done  done
# Line 3065  esac Line 2945  esac
2945  fi  fi
2946  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2947  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
2948    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2949  $as_echo "$ac_pt_PKG_CONFIG" >&6; }  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2950  else  else
2951    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2952  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2953  fi  fi
2954    
2955    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 3077  fi Line 2957  fi
2957    else    else
2958      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2959  yes:)  yes:)
2960  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2961  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}  whose name does not start with the host triplet.  If you think this
2962    configuration is useful to you, please write to autoconf@gnu.org." >&5
2963    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2964    whose name does not start with the host triplet.  If you think this
2965    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2966  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2967  esac  esac
2968      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 3090  fi Line 2974  fi
2974  fi  fi
2975  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2976          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
2977          { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5          { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2978  $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }  echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
2979          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2980                  { $as_echo "$as_me:$LINENO: result: yes" >&5                  { echo "$as_me:$LINENO: result: yes" >&5
2981  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2982          else          else
2983                  { $as_echo "$as_me:$LINENO: result: no" >&5                  { echo "$as_me:$LINENO: result: no" >&5
2984  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2985                  PKG_CONFIG=""                  PKG_CONFIG=""
2986          fi          fi
2987    
2988  fi  fi
2989    
2990  pkg_failed=no  pkg_failed=no
2991  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
2992  $as_echo_n "checking for gnome_vfs_module... " >&6; }  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }
2993    
2994  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2995      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
2996          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
2997      else      else
2998          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
2999      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3000    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3001    ac_status=$?    ac_status=$?
3002    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3003    (exit $ac_status); }; then    (exit $ac_status); }; then
3004    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`
3005  else  else
# Line 3130  if test -n "$PKG_CONFIG"; then Line 3014  if test -n "$PKG_CONFIG"; then
3014          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3015      else      else
3016          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3017      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3018    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3019    ac_status=$?    ac_status=$?
3020    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3021    (exit $ac_status); }; then    (exit $ac_status); }; then
3022    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`
3023  else  else
# Line 3161  fi Line 3045  fi
3045          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3046          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3047    
3048          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3049  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3050                  { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3051  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3052     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3053  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3054          { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3055  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3056     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3057  else  else
3058          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3059          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3060          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3061  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3062          :          :
3063  fi  fi
3064  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3183  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3067  LIBS="$LIBS $gnome_vfs_module_LIBS"
3067  # check for libxml-2.0  # check for libxml-2.0
3068    
3069  pkg_failed=no  pkg_failed=no
3070  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5  { echo "$as_me:$LINENO: checking for libxml2" >&5
3071  $as_echo_n "checking for libxml2... " >&6; }  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }
3072    
3073  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3074      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3075          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3076      else      else
3077          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3078      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3079    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3080    ac_status=$?    ac_status=$?
3081    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082    (exit $ac_status); }; then    (exit $ac_status); }; then
3083    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`
3084  else  else
# Line 3209  if test -n "$PKG_CONFIG"; then Line 3093  if test -n "$PKG_CONFIG"; then
3093          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3094      else      else
3095          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3096      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3097    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3098    ac_status=$?    ac_status=$?
3099    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3100    (exit $ac_status); }; then    (exit $ac_status); }; then
3101    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`
3102  else  else
# Line 3240  fi Line 3124  fi
3124          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3125          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3126    
3127          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3128  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3129                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3130  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}  echo "$as_me: error: libxml-2.0 missing" >&2;}
3131     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3132  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3133          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3134  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}  echo "$as_me: error: libxml-2.0 missing" >&2;}
3135     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3136  else  else
3137          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3138          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3139          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3140  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3141          :          :
3142  fi  fi
3143  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
# Line 3261  LIBS="$LIBS $libxml2_LIBS" Line 3145  LIBS="$LIBS $libxml2_LIBS"
3145  # check for libsoup  # check for libsoup
3146    
3147  pkg_failed=no  pkg_failed=no
3148  { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5  { echo "$as_me:$LINENO: checking for libsoup24" >&5
3149  $as_echo_n "checking for libsoup24... " >&6; }  echo $ECHO_N "checking for libsoup24... $ECHO_C" >&6; }
3150    
3151  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3152      if test -n "$libsoup24_CFLAGS"; then      if test -n "$libsoup24_CFLAGS"; then
3153          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3154      else      else
3155          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3156      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3157    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3158    ac_status=$?    ac_status=$?
3159    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160    (exit $ac_status); }; then    (exit $ac_status); }; then
3161    pkg_cv_libsoup24_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4" 2>/dev/null`    pkg_cv_libsoup24_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4" 2>/dev/null`
3162  else  else
# Line 3287  if test -n "$PKG_CONFIG"; then Line 3171  if test -n "$PKG_CONFIG"; then
3171          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3172      else      else
3173          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3174      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3175    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3176    ac_status=$?    ac_status=$?
3177    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3178    (exit $ac_status); }; then    (exit $ac_status); }; then
3179    pkg_cv_libsoup24_LIBS=`$PKG_CONFIG --libs "libsoup-2.4" 2>/dev/null`    pkg_cv_libsoup24_LIBS=`$PKG_CONFIG --libs "libsoup-2.4" 2>/dev/null`
3180  else  else
# Line 3318  fi Line 3202  fi
3202          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3203          echo "$libsoup24_PKG_ERRORS" >&5          echo "$libsoup24_PKG_ERRORS" >&5
3204    
3205          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3206  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3207    
3208    
3209  pkg_failed=no  pkg_failed=no
3210  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5  { echo "$as_me:$LINENO: checking for libsoup22" >&5
3211  $as_echo_n "checking for libsoup22... " >&6; }  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }
3212    
3213  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3214      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3215          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3216      else      else
3217          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3218      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3219    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3220    ac_status=$?    ac_status=$?
3221    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3222    (exit $ac_status); }; then    (exit $ac_status); }; then
3223    pkg_cv_libsoup22_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.2" 2>/dev/null`    pkg_cv_libsoup22_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.2" 2>/dev/null`
3224  else  else
# Line 3349  if test -n "$PKG_CONFIG"; then Line 3233  if test -n "$PKG_CONFIG"; then
3233          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3234      else      else
3235          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3236      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3237    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3238    ac_status=$?    ac_status=$?
3239    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3240    (exit $ac_status); }; then    (exit $ac_status); }; then
3241    pkg_cv_libsoup22_LIBS=`$PKG_CONFIG --libs "libsoup-2.2" 2>/dev/null`    pkg_cv_libsoup22_LIBS=`$PKG_CONFIG --libs "libsoup-2.2" 2>/dev/null`
3242  else  else
# Line 3380  fi Line 3264  fi
3264          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3265          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3266    
3267          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3268  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3269    
3270      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3271  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3272    
3273  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3274    
3275      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3276  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3277    
3278  else  else
3279          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3280          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3281          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3282  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3283    
3284      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"
3285      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3407  elif test $pkg_failed = untried; then Line 3291  elif test $pkg_failed = untried; then
3291    
3292    
3293  pkg_failed=no  pkg_failed=no
3294  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5  { echo "$as_me:$LINENO: checking for libsoup22" >&5
3295  $as_echo_n "checking for libsoup22... " >&6; }  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }
3296    
3297  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3298      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3299          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3300      else      else
3301          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3302      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3303    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3304    ac_status=$?    ac_status=$?
3305    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3306    (exit $ac_status); }; then    (exit $ac_status); }; then
3307    pkg_cv_libsoup22_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.2" 2>/dev/null`    pkg_cv_libsoup22_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.2" 2>/dev/null`
3308  else  else
# Line 3433  if test -n "$PKG_CONFIG"; then Line 3317  if test -n "$PKG_CONFIG"; then
3317          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3318      else      else
3319          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3320      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3321    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3322    ac_status=$?    ac_status=$?
3323    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324    (exit $ac_status); }; then    (exit $ac_status); }; then
3325    pkg_cv_libsoup22_LIBS=`$PKG_CONFIG --libs "libsoup-2.2" 2>/dev/null`    pkg_cv_libsoup22_LIBS=`$PKG_CONFIG --libs "libsoup-2.2" 2>/dev/null`
3326  else  else
# Line 3464  fi Line 3348  fi
3348          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3349          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3350    
3351          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3352  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3353    
3354      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3355  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3356    
3357  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3358    
3359      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3360  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3361    
3362  else  else
3363          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3364          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3365          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3366  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3367    
3368      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"
3369      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3490  fi Line 3374  fi
3374  else  else
3375          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3376          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3377          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3378  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3379    
3380    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"
3381    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
# Line 3502  fi Line 3386  fi
3386  # check for gtkhtml-3.14  # check for gtkhtml-3.14
3387    
3388  pkg_failed=no  pkg_failed=no
3389  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5
3390  $as_echo_n "checking for libgtkhtml3_14... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_14... $ECHO_C" >&6; }
3391    
3392  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3393      if test -n "$libgtkhtml3_14_CFLAGS"; then      if test -n "$libgtkhtml3_14_CFLAGS"; then
3394          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"
3395      else      else
3396          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3397      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3398    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3399    ac_status=$?    ac_status=$?
3400    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3401    (exit $ac_status); }; then    (exit $ac_status); }; then
3402    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`
3403  else  else
# Line 3528  if test -n "$PKG_CONFIG"; then Line 3412  if test -n "$PKG_CONFIG"; then
3412          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"
3413      else      else
3414          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3415      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3416    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3417    ac_status=$?    ac_status=$?
3418    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3419    (exit $ac_status); }; then    (exit $ac_status); }; then
3420    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`
3421  else  else
# Line 3559  fi Line 3443  fi
3443          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3444          echo "$libgtkhtml3_14_PKG_ERRORS" >&5          echo "$libgtkhtml3_14_PKG_ERRORS" >&5
3445    
3446          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3447  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3448    
3449    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3450    
3451  pkg_failed=no  pkg_failed=no
3452  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3453  $as_echo_n "checking for libgtkhtml3_8... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }
3454    
3455  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3456      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3457          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3458      else      else
3459          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3460      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3461    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3462    ac_status=$?    ac_status=$?
3463    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3464    (exit $ac_status); }; then    (exit $ac_status); }; then
3465    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`
3466  else  else
# Line 3591  if test -n "$PKG_CONFIG"; then Line 3475  if test -n "$PKG_CONFIG"; then
3475          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3476      else      else
3477          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3478      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3479    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3480    ac_status=$?    ac_status=$?
3481    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3482    (exit $ac_status); }; then    (exit $ac_status); }; then
3483    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`
3484  else  else
# Line 3622  fi Line 3506  fi
3506          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3507          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3508    
3509          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3510  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3511                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3512  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3513     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3514  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3515          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3516  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3517     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3518  else  else
3519          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3520          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3521          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3522  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3523    
3524      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3525      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3647  elif test $pkg_failed = untried; then Line 3531  elif test $pkg_failed = untried; then
3531    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3532    
3533  pkg_failed=no  pkg_failed=no
3534  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3535  $as_echo_n "checking for libgtkhtml3_8... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }
3536    
3537  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3538      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3539          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3540      else      else
3541          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3542      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3543    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3544    ac_status=$?    ac_status=$?
3545    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3546    (exit $ac_status); }; then    (exit $ac_status); }; then
3547    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`
3548  else  else
# Line 3673  if test -n "$PKG_CONFIG"; then Line 3557  if test -n "$PKG_CONFIG"; then
3557          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3558      else      else
3559          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3560      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3561    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3562    ac_status=$?    ac_status=$?
3563    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564    (exit $ac_status); }; then    (exit $ac_status); }; then
3565    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`
3566  else  else
# Line 3704  fi Line 3588  fi
3588          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3589          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3590    
3591          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3592  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3593                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3594  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3595     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3596  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3597          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3598  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3599     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3600  else  else
3601          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3602          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3603          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3604  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3605    
3606      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3607      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3727  fi Line 3611  fi
3611  else  else
3612          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS
3613          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS
3614          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3615  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3616    
3617    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"
3618    LIBS="$LIBS $libgtkhtml3_14_LIBS"    LIBS="$LIBS $libgtkhtml3_14_LIBS"
# Line 3736  $as_echo "yes" >&6; } Line 3620  $as_echo "yes" >&6; }
3620  fi  fi
3621    
3622  # check for maemo  # check for maemo
3623  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5  { echo "$as_me:$LINENO: checking for Maemo" >&5
3624  $as_echo_n "checking for Maemo... " >&6; }  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }
3625  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3626      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
3627    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3628    ac_status=$?    ac_status=$?
3629    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3630    (exit $ac_status); }; then    (exit $ac_status); }; then
3631    
3632    MAEMO="yes"    MAEMO="yes"
3633    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
3634  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3635    
3636    
3637  pkg_failed=no  pkg_failed=no
3638  { $as_echo "$as_me:$LINENO: checking for hildon" >&5  { echo "$as_me:$LINENO: checking for hildon" >&5
3639  $as_echo_n "checking for hildon... " >&6; }  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }
3640    
3641  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3642      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3643          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3644      else      else
3645          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3646      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3647    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3648    ac_status=$?    ac_status=$?
3649    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3650    (exit $ac_status); }; then    (exit $ac_status); }; then
3651    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3652  else  else
# Line 3777  if test -n "$PKG_CONFIG"; then Line 3661  if test -n "$PKG_CONFIG"; then
3661          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3662      else      else
3663          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3664      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3665    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3666    ac_status=$?    ac_status=$?
3667    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668    (exit $ac_status); }; then    (exit $ac_status); }; then
3669    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3670  else  else
# Line 3808  fi Line 3692  fi
3692          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3693          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3694    
3695          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3696  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3697                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3698  $as_echo "$as_me: error: hildon-1 missing" >&2;}  echo "$as_me: error: hildon-1 missing" >&2;}
3699     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3700  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3701          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3702  $as_echo "$as_me: error: hildon-1 missing" >&2;}  echo "$as_me: error: hildon-1 missing" >&2;}
3703     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3704  else  else
3705          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3706          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3707          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3708  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3709          :          :
3710  fi  fi
3711    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"
# Line 3829  fi Line 3713  fi
3713    
3714    
3715  pkg_failed=no  pkg_failed=no
3716  { $as_echo "$as_me:$LINENO: checking for osso" >&5  { echo "$as_me:$LINENO: checking for osso" >&5
3717  $as_echo_n "checking for osso... " >&6; }  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }
3718    
3719  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3720      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3721          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3722      else      else
3723          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3724      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3725    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3726    ac_status=$?    ac_status=$?
3727    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3728    (exit $ac_status); }; then    (exit $ac_status); }; then
3729    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3730  else  else
# Line 3855  if test -n "$PKG_CONFIG"; then Line 3739  if test -n "$PKG_CONFIG"; then
3739          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3740      else      else
3741          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3742      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3743    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3744    ac_status=$?    ac_status=$?
3745    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746    (exit $ac_status); }; then    (exit $ac_status); }; then
3747    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3748  else  else
# Line 3886  fi Line 3770  fi
3770          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3771          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3772    
3773          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3774  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3775                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5                  { { echo "$as_me:$LINENO: error: libosso missing" >&5
3776  $as_echo "$as_me: error: libosso missing" >&2;}  echo "$as_me: error: libosso missing" >&2;}
3777     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3778  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3779          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5          { { echo "$as_me:$LINENO: error: libosso missing" >&5
3780  $as_echo "$as_me: error: libosso missing" >&2;}  echo "$as_me: error: libosso missing" >&2;}
3781     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3782  else  else
3783          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3784          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3785          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3786  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3787          :          :
3788  fi  fi
3789    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3907  fi Line 3791  fi
3791    
3792    
3793  pkg_failed=no  pkg_failed=no
3794  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
3795  $as_echo_n "checking for hildon_fm_2... " >&6; }  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }
3796    
3797  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3798      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
3799          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
3800      else      else
3801          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3802      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3803    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3804    ac_status=$?    ac_status=$?
3805    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3806    (exit $ac_status); }; then    (exit $ac_status); }; then
3807    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`
3808  else  else
# Line 3933  if test -n "$PKG_CONFIG"; then Line 3817  if test -n "$PKG_CONFIG"; then
3817          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
3818      else      else
3819          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3820      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3821    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3822    ac_status=$?    ac_status=$?
3823    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3824    (exit $ac_status); }; then    (exit $ac_status); }; then
3825    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`
3826  else  else
# Line 3964  fi Line 3848  fi
3848          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3849          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
3850    
3851          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3852  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3853                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3854  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}  echo "$as_me: error: hildon-fm-2 missing" >&2;}
3855     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3856  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3857          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3858  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}  echo "$as_me: error: hildon-fm-2 missing" >&2;}
3859     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3860  else  else
3861          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
3862          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
3863          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3864  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3865          :          :
3866  fi  fi
3867    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 3986  fi Line 3870  fi
3870    # check for sqlite3 for maemo mapper interface    # check for sqlite3 for maemo mapper interface
3871    
3872  pkg_failed=no  pkg_failed=no
3873  { $as_echo "$as_me:$LINENO: checking for sqlite3" >&5  { echo "$as_me:$LINENO: checking for sqlite3" >&5
3874  $as_echo_n "checking for sqlite3... " >&6; }  echo $ECHO_N "checking for sqlite3... $ECHO_C" >&6; }
3875    
3876  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3877      if test -n "$sqlite3_CFLAGS"; then      if test -n "$sqlite3_CFLAGS"; then
3878          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"
3879      else      else
3880          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3881      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3882    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3883    ac_status=$?    ac_status=$?
3884    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3885    (exit $ac_status); }; then    (exit $ac_status); }; then
3886    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
3887  else  else
# Line 4012  if test -n "$PKG_CONFIG"; then Line 3896  if test -n "$PKG_CONFIG"; then
3896          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"
3897      else      else
3898          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3899      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3900    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3901    ac_status=$?    ac_status=$?
3902    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3903    (exit $ac_status); }; then    (exit $ac_status); }; then
3904    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
3905  else  else
# Line 4043  fi Line 3927  fi
3927          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3928          echo "$sqlite3_PKG_ERRORS" >&5          echo "$sqlite3_PKG_ERRORS" >&5
3929    
3930          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3931  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3932                  { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5                  { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5
3933  $as_echo "$as_me: error: sqlite3 missing" >&2;}  echo "$as_me: error: sqlite3 missing" >&2;}
3934     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3935  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3936          { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5          { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5
3937  $as_echo "$as_me: error: sqlite3 missing" >&2;}  echo "$as_me: error: sqlite3 missing" >&2;}
3938     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3939  else  else
3940          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS
3941          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS
3942          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3943  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3944          :          :
3945  fi  fi
3946    CFLAGS="$CFLAGS $sqlite3_CFLAGS"    CFLAGS="$CFLAGS $sqlite3_CFLAGS"
# Line 4065  fi Line 3949  fi
3949    # check for hildon-help    # check for hildon-help
3950    
3951  pkg_failed=no  pkg_failed=no
3952  { $as_echo "$as_me:$LINENO: checking for hildon_help" >&5  { echo "$as_me:$LINENO: checking for hildon_help" >&5
3953  $as_echo_n "checking for hildon_help... " >&6; }  echo $ECHO_N "checking for hildon_help... $ECHO_C" >&6; }
3954    
3955  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3956      if test -n "$hildon_help_CFLAGS"; then      if test -n "$hildon_help_CFLAGS"; then
3957          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"
3958      else      else
3959          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3960      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
3961    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
3962    ac_status=$?    ac_status=$?
3963    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3964    (exit $ac_status); }; then    (exit $ac_status); }; then
3965    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`
3966  else  else
# Line 4091  if test -n "$PKG_CONFIG"; then Line 3975  if test -n "$PKG_CONFIG"; then
3975          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"
3976      else      else
3977          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3978      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
3979    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
3980    ac_status=$?    ac_status=$?
3981    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3982    (exit $ac_status); }; then    (exit $ac_status); }; then
3983    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`
3984  else  else
# Line 4122  fi Line 4006  fi
4006          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4007          echo "$hildon_help_PKG_ERRORS" >&5          echo "$hildon_help_PKG_ERRORS" >&5
4008    
4009          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4010  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4011    
4012      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4013  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}  echo "$as_me: WARNING: hildon-help missing" >&6;}
4014    
4015  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4016    
4017      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4018  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}  echo "$as_me: WARNING: hildon-help missing" >&6;}
4019    
4020  else  else
4021          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS
4022          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS
4023          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4024  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4025    
4026      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"
4027      LIBS="$LIBS $hildon_help_LIBS"      LIBS="$LIBS $hildon_help_LIBS"
# Line 4147  fi Line 4031  fi
4031    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
4032    # stability    # stability
4033    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4034      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4035    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4036    ac_status=$?    ac_status=$?
4037    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038    (exit $ac_status); }; then    (exit $ac_status); }; then
4039    
4040    
4041  pkg_failed=no  pkg_failed=no
4042  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5  { echo "$as_me:$LINENO: checking for gpsbt" >&5
4043  $as_echo_n "checking for gpsbt... " >&6; }  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }
4044    
4045  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4046      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
4047          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
4048      else      else
4049          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4050      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4051    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4052    ac_status=$?    ac_status=$?
4053    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4054    (exit $ac_status); }; then    (exit $ac_status); }; then
4055    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
4056  else  else
# Line 4181  if test -n "$PKG_CONFIG"; then Line 4065  if test -n "$PKG_CONFIG"; then
4065          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
4066      else      else
4067          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4068      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4069    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4070    ac_status=$?    ac_status=$?
4071    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072    (exit $ac_status); }; then    (exit $ac_status); }; then
4073    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
4074  else  else
# Line 4212  fi Line 4096  fi
4096          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4097          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
4098    
4099          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
4100    
4101  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4102    
# Line 4223  Alternatively, you may set the environme Line 4107  Alternatively, you may set the environme
4107  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
4108  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4109  " >&5  " >&5
4110  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:  echo "$as_me: error: Package requirements (gpsbt) were not met:
4111    
4112  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4113    
# Line 4236  See the pkg-config man page for more det Line 4120  See the pkg-config man page for more det
4120  " >&2;}  " >&2;}
4121     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4122  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4123          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it  
4124  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
4125  path to pkg-config.  path to pkg-config.
4126    
# Line 4248  See the pkg-config man page for more det Line 4130  See the pkg-config man page for more det
4130    
4131  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4132  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4133  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4134  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
4135  path to pkg-config.  path to pkg-config.
4136    
# Line 4258  See the pkg-config man page for more det Line 4140  See the pkg-config man page for more det
4140    
4141  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4142  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4143     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
4144  else  else
4145          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4146          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4147          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4148  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4149          :          :
4150  fi  fi
4151      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 4271  fi Line 4153  fi
4153    
4154  else  else
4155    
4156      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4157  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}  echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4158    
4159      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4160      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4161    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4162    ac_status=$?    ac_status=$?
4163    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4164    (exit $ac_status); }; then    (exit $ac_status); }; then
4165    
4166    
4167  pkg_failed=no  pkg_failed=no
4168  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5  { echo "$as_me:$LINENO: checking for liblocation" >&5
4169  $as_echo_n "checking for liblocation... " >&6; }  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }
4170    
4171  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4172      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4173          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4174      else      else
4175          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4176      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4177    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4178    ac_status=$?    ac_status=$?
4179    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180    (exit $ac_status); }; then    (exit $ac_status); }; then
4181    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4182  else  else
# Line 4309  if test -n "$PKG_CONFIG"; then Line 4191  if test -n "$PKG_CONFIG"; then
4191          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4192      else      else
4193          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4194      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4195    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4196    ac_status=$?    ac_status=$?
4197    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198    (exit $ac_status); }; then    (exit $ac_status); }; then
4199    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4200  else  else
# Line 4340  fi Line 4222  fi
4222          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4223          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4224    
4225          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4226    
4227  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4228    
# Line 4351  Alternatively, you may set the environme Line 4233  Alternatively, you may set the environme
4233  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4234  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4235  " >&5  " >&5
4236  $as_echo "$as_me: error: Package requirements (liblocation) were not met:  echo "$as_me: error: Package requirements (liblocation) were not met:
4237    
4238  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4239    
# Line 4364  See the pkg-config man page for more det Line 4246  See the pkg-config man page for more det
4246  " >&2;}  " >&2;}
4247     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4248  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4249          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it  
4250  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
4251  path to pkg-config.  path to pkg-config.
4252    
# Line 4376  See the pkg-config man page for more det Line 4256  See the pkg-config man page for more det
4256    
4257  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4258  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4259  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4260  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
4261  path to pkg-config.  path to pkg-config.
4262    
# Line 4386  See the pkg-config man page for more det Line 4266  See the pkg-config man page for more det
4266    
4267  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4268  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4269     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
4270  else  else
4271          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4272          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4273          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4274  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4275          :          :
4276  fi  fi
4277        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4399  fi Line 4279  fi
4279    
4280  else  else
4281    
4282        { $as_echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5        { echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5
4283  $as_echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}  echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}
4284    
4285  fi  fi
4286    
4287  fi  fi
4288    
4289    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4290      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5
4291    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4292    ac_status=$?    ac_status=$?
4293    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294    (exit $ac_status); }; then    (exit $ac_status); }; then
4295    
4296      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4297    
4298  else  else
4299    { $as_echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5    { echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5
4300  $as_echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}  echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}
4301  fi  fi
4302    
4303    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4304      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
4305    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4306    ac_status=$?    ac_status=$?
4307    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4308    (exit $ac_status); }; then    (exit $ac_status); }; then
4309    
4310      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4311      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4312  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}  echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4313      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4314      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4315      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
4316    
4317  else  else
4318    
4319      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5
4320  $as_echo "$as_me: error: maemo-version not found" >&2;}  echo "$as_me: error: maemo-version not found" >&2;}
4321     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4322    
4323  fi  fi
# Line 4450  fi Line 4330  fi
4330    
4331  else  else
4332    
4333    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
4334  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4335    
4336    # check for gtk+-2.0    # check for gtk+-2.0
4337    
4338  pkg_failed=no  pkg_failed=no
4339  { $as_echo "$as_me:$LINENO: checking for gtk" >&5  { echo "$as_me:$LINENO: checking for gtk" >&5
4340  $as_echo_n "checking for gtk... " >&6; }  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }
4341    
4342  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4343      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4344          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4345      else      else
4346          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4347      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4348    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4349    ac_status=$?    ac_status=$?
4350    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4351    (exit $ac_status); }; then    (exit $ac_status); }; then
4352    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`
4353  else  else
# Line 4482  if test -n "$PKG_CONFIG"; then Line 4362  if test -n "$PKG_CONFIG"; then
4362          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4363      else      else
4364          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4365      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4366    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4367    ac_status=$?    ac_status=$?
4368    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4369    (exit $ac_status); }; then    (exit $ac_status); }; then
4370    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`
4371  else  else
# Line 4513  fi Line 4393  fi
4393          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4394          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4395    
4396          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4397  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4398                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4399  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}  echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4400     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4401  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4402          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4403  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}  echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4404     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4405  else  else
4406          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4407          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4408          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4409  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4410          :          :
4411  fi  fi
4412    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4535  fi Line 4415  fi
4415    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4416    
4417  pkg_failed=no  pkg_failed=no
4418  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5  { echo "$as_me:$LINENO: checking for gnome2" >&5
4419  $as_echo_n "checking for gnome2... " >&6; }  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }
4420    
4421  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4422      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4423          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4424      else      else
4425          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4426      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4427    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4428    ac_status=$?    ac_status=$?
4429    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430    (exit $ac_status); }; then    (exit $ac_status); }; then
4431    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`
4432  else  else
# Line 4561  if test -n "$PKG_CONFIG"; then Line 4441  if test -n "$PKG_CONFIG"; then
4441          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4442      else      else
4443          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4444      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4445    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4446    ac_status=$?    ac_status=$?
4447    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4448    (exit $ac_status); }; then    (exit $ac_status); }; then
4449    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`
4450  else  else
# Line 4592  fi Line 4472  fi
4472          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4473          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4474    
4475          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4476  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4477                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4478  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}  echo "$as_me: error: libgnome-2.0 missing" >&2;}
4479     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4480  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4481          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4482  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}  echo "$as_me: error: libgnome-2.0 missing" >&2;}
4483     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4484  else  else
4485          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4486          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_LIBS
4487          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4488  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4489          :          :
4490  fi  fi
4491    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4647  _ACEOF Line 4527  _ACEOF
4527      case $ac_val in #(      case $ac_val in #(
4528      *${as_nl}*)      *${as_nl}*)
4529        case $ac_var in #(        case $ac_var in #(
4530        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
4531  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
4532        esac        esac
4533        case $ac_var in #(        case $ac_var in #(
4534        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(  
4535        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4536        esac ;;        esac ;;
4537      esac      esac
# Line 4685  $as_echo "$as_me: WARNING: cache variabl Line 4564  $as_echo "$as_me: WARNING: cache variabl
4564  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4565    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4566      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4567        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5        { echo "$as_me:$LINENO: updating cache $cache_file" >&5
4568  $as_echo "$as_me: updating cache $cache_file" >&6;}  echo "$as_me: updating cache $cache_file" >&6;}
4569      cat confcache >$cache_file      cat confcache >$cache_file
4570    else    else
4571      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4572  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}  echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4573    fi    fi
4574  fi  fi
4575  rm -f confcache  rm -f confcache
# Line 4707  test "x$exec_prefix" = xNONE && exec_pre Line 4586  test "x$exec_prefix" = xNONE && exec_pre
4586  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4587  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4588  ac_script='  ac_script='
 :mline  
 /\\$/{  
  N  
  s,\\\n,,  
  b mline  
 }  
4589  t clear  t clear
4590  :clear  :clear
4591  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4742  ac_ltlibobjs= Line 4615  ac_ltlibobjs=
4615  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4616    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4617    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4618    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`    ac_i=`echo "$ac_i" | sed "$ac_script"`
4619    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4620    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4621    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4755  LTLIBOBJS=$ac_ltlibobjs Line 4628  LTLIBOBJS=$ac_ltlibobjs
4628    
4629    
4630  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
 ac_write_fail=0  
4631  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4632  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4633  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4634  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
4635  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >$CONFIG_STATUS <<_ACEOF
4636  #! $SHELL  #! $SHELL
4637  # Generated by $as_me.  # Generated by $as_me.
4638  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4773  ac_cs_silent=false Line 4645  ac_cs_silent=false
4645  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4646  _ACEOF  _ACEOF
4647    
4648  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
4649  ## --------------------- ##  ## --------------------- ##
4650  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4651  ## --------------------- ##  ## --------------------- ##
# Line 4783  DUALCASE=1; export DUALCASE # for MKS sh Line 4655  DUALCASE=1; export DUALCASE # for MKS sh
4655  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
4656    emulate sh    emulate sh
4657    NULLCMD=:    NULLCMD=:
4658    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4659    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4660    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4661    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4805  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4677  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4677  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4678  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4679    
 as_nl='  
 '  
 export as_nl  
 # Printing a long string crashes Solaris 7 /usr/bin/printf.  
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo  
 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then  
   as_echo='printf %s\n'  
   as_echo_n='printf %s'  
 else  
   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then  
     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'  
     as_echo_n='/usr/ucb/echo -n'  
   else  
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'  
     as_echo_n_body='eval  
       arg=$1;  
       case $arg in  
       *"$as_nl"*)  
         expr "X$arg" : "X\\(.*\\)$as_nl";  
         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;  
       esac;  
       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"  
     '  
     export as_echo_n_body  
     as_echo_n='sh -c $as_echo_n_body as_echo'  
   fi  
   export as_echo_body  
   as_echo='sh -c $as_echo_body as_echo'  
 fi  
   
4680  # The user is always right.  # The user is always right.
4681  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
4682    PATH_SEPARATOR=:    echo "#! /bin/sh" >conf$$.sh
4683    (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {    echo  "exit 0"   >>conf$$.sh
4684      (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||    chmod +x conf$$.sh
4685        PATH_SEPARATOR=';'    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4686    }      PATH_SEPARATOR=';'
4687      else
4688        PATH_SEPARATOR=:
4689      fi
4690      rm -f conf$$.sh
4691  fi  fi
4692    
4693  # Support unset when possible.  # Support unset when possible.
# Line 4859  fi Line 4703  fi
4703  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4704  # (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
4705  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
4706    as_nl='
4707    '
4708  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4709    
4710  # 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 4881  if test "x$as_myself" = x; then Line 4727  if test "x$as_myself" = x; then
4727    as_myself=$0    as_myself=$0
4728  fi  fi
4729  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
4730    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4731    { (exit 1); exit 1; }    { (exit 1); exit 1; }
4732  fi  fi
4733    
# Line 4894  PS2='> ' Line 4740  PS2='> '
4740  PS4='+ '  PS4='+ '
4741    
4742  # NLS nuisances.  # NLS nuisances.
4743  LC_ALL=C  for as_var in \
4744  export LC_ALL    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4745  LANGUAGE=C    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4746  export LANGUAGE    LC_TELEPHONE LC_TIME
4747    do
4748      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4749        eval $as_var=C; export $as_var
4750      else
4751        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4752      fi
4753    done
4754    
4755  # Required to use basename.  # Required to use basename.
4756  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 4919  as_me=`$as_basename -- "$0" || Line 4772  as_me=`$as_basename -- "$0" ||
4772  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4773           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
4774           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4775  $as_echo X/"$0" |  echo X/"$0" |
4776      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
4777              s//\1/              s//\1/
4778              q              q
# Line 4970  $as_unset CDPATH Line 4823  $as_unset CDPATH
4823        s/-\n.*//        s/-\n.*//
4824      ' >$as_me.lineno &&      ' >$as_me.lineno &&
4825    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
4826      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4827     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4828    
4829    # 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 4998  case `echo -n x` in Line 4851  case `echo -n x` in
4851  *)  *)
4852    ECHO_N='-n';;    ECHO_N='-n';;
4853  esac  esac
4854    
4855  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
4856     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
4857    as_expr=expr    as_expr=expr
# Line 5010  if test -d conf$$.dir; then Line 4864  if test -d conf$$.dir; then
4864    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
4865  else  else
4866    rm -f conf$$.dir    rm -f conf$$.dir
4867    mkdir conf$$.dir 2>/dev/null    mkdir conf$$.dir
4868  fi  fi
4869  if (echo >conf$$.file) 2>/dev/null; then  echo >conf$$.file
4870    if ln -s conf$$.file conf$$ 2>/dev/null; then  if ln -s conf$$.file conf$$ 2>/dev/null; then
4871      as_ln_s='ln -s'    as_ln_s='ln -s'
4872      # ... but there are two gotchas:    # ... but there are two gotchas:
4873      # 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.
4874      # 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.
4875      # In both cases, we have to default to `cp -p'.    # In both cases, we have to default to `cp -p'.
4876      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 ||
       as_ln_s='cp -p'  
   elif ln conf$$.file conf$$ 2>/dev/null; then  
     as_ln_s=ln  
   else  
4877      as_ln_s='cp -p'      as_ln_s='cp -p'
4878    fi  elif ln conf$$.file conf$$ 2>/dev/null; then
4879      as_ln_s=ln
4880  else  else
4881    as_ln_s='cp -p'    as_ln_s='cp -p'
4882  fi  fi
# Line 5050  else Line 4901  else
4901    as_test_x='    as_test_x='
4902      eval sh -c '\''      eval sh -c '\''
4903        if test -d "$1"; then        if test -d "$1"; then
4904          test -d "$1/.";          test -d "$1/.";
4905        else        else
4906          case $1 in          case $1 in
4907          -*)set "./$1";;          -*)set "./$1";;
4908          esac;          esac;
4909          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
4910          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 5075  exec 6>&1 Line 4926  exec 6>&1
4926  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
4927  # values after options handling.  # values after options handling.
4928  ac_log="  ac_log="
4929  This file was extended by GPXView $as_me 0.8.4, which was  This file was extended by GPXView $as_me 0.8.5, which was
4930  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
4931    
4932    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
4933    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 5089  on `(hostname || uname -n) 2>/dev/null | Line 4940  on `(hostname || uname -n) 2>/dev/null |
4940    
4941  _ACEOF  _ACEOF
4942    
4943  case $ac_config_files in *"  cat >>$CONFIG_STATUS <<_ACEOF
 "*) set x $ac_config_files; shift; ac_config_files=$*;;  
 esac  
   
   
   
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  
4944  # Files that config.status was made for.  # Files that config.status was made for.
4945  config_files="$ac_config_files"  config_files="$ac_config_files"
4946    
4947  _ACEOF  _ACEOF
4948    
4949  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
4950  ac_cs_usage="\  ac_cs_usage="\
4951  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
4952  current configuration.  current configuration.
4953    
4954  Usage: $0 [OPTION]... [FILE]...  Usage: $0 [OPTIONS] [FILE]...
4955    
4956    -h, --help       print this help, then exit    -h, --help       print this help, then exit
4957    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
4958    -q, --quiet, --silent    -q, --quiet      do not print progress messages
                    do not print progress messages  
4959    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
4960        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
4961        --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
4962                     instantiate the configuration file FILE                     instantiate the configuration file FILE
4963    
4964  Configuration files:  Configuration files:
4965  $config_files  $config_files
# Line 5123  $config_files Line 4967  $config_files
4967  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
4968    
4969  _ACEOF  _ACEOF
4970  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
4971  ac_cs_version="\\  ac_cs_version="\\
4972  GPXView config.status 0.8.4  GPXView config.status 0.8.5
4973  configured by $0, generated by GNU Autoconf 2.63,  configured by $0, generated by GNU Autoconf 2.61,
4974    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4975    
4976  Copyright (C) 2008 Free Software Foundation, Inc.  Copyright (C) 2006 Free Software Foundation, Inc.
4977  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
4978  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
4979    
4980  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
4981  srcdir='$srcdir'  srcdir='$srcdir'
4982  INSTALL='$INSTALL'  INSTALL='$INSTALL'
 test -n "\$AWK" || AWK=awk  
4983  _ACEOF  _ACEOF
4984    
4985  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
4986  # The default lists apply if the user does not specify any file.  # If no file are specified by the user, then we need to provide default
4987    # value.  By we need to know if files were specified by the user.
4988  ac_need_defaults=:  ac_need_defaults=:
4989  while test $# != 0  while test $# != 0
4990  do  do
# Line 5162  do Line 5006  do
5006    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5007      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
5008    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5009      $as_echo "$ac_cs_version"; exit ;;      echo "$ac_cs_version"; exit ;;
5010    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
5011      debug=: ;;      debug=: ;;
5012    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5013      $ac_shift      $ac_shift
5014      case $ac_optarg in      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;  
     esac  
     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"  
5015      ac_need_defaults=false;;      ac_need_defaults=false;;
5016    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
5017      $as_echo "$ac_cs_usage"; exit ;;      echo "$ac_cs_usage"; exit ;;
5018    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5019    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
5020      ac_cs_silent=: ;;      ac_cs_silent=: ;;
5021    
5022    # This is an error.    # This is an error.
5023    -*) { $as_echo "$as_me: error: unrecognized option: $1    -*) { echo "$as_me: error: unrecognized option: $1
5024  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
5025     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
5026    
# Line 5198  if $ac_cs_silent; then Line 5039  if $ac_cs_silent; then
5039  fi  fi
5040    
5041  _ACEOF  _ACEOF
5042  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5043  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
5044    set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5045    shift    CONFIG_SHELL=$SHELL
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6  
   CONFIG_SHELL='$SHELL'  
5046    export CONFIG_SHELL    export CONFIG_SHELL
5047    exec "\$@"    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5048  fi  fi
5049    
5050  _ACEOF  _ACEOF
5051  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5052  exec 5>>config.log  exec 5>>config.log
5053  {  {
5054    echo    echo
5055    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5056  ## Running $as_me. ##  ## Running $as_me. ##
5057  _ASBOX  _ASBOX
5058    $as_echo "$ac_log"    echo "$ac_log"
5059  } >&5  } >&5
5060    
5061  _ACEOF  _ACEOF
5062  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5063  _ACEOF  _ACEOF
5064    
5065  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5066    
5067  # Handling of arguments.  # Handling of arguments.
5068  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 5233  do Line 5072  do
5072      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5073      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5074    
5075    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5076  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5077     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5078    esac    esac
5079  done  done
# Line 5273  $debug || Line 5112  $debug ||
5112    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5113  } ||  } ||
5114  {  {
5115     $as_echo "$as_me: cannot create a temporary directory in ." >&2     echo "$me: cannot create a temporary directory in ." >&2
5116     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5117  }  }
5118    
5119  # Set up the scripts for CONFIG_FILES section.  #
5120  # No need to generate them if there are no CONFIG_FILES.  # Set up the sed scripts for CONFIG_FILES section.
5121  # This happens for instance with `./config.status config.h'.  #
 if test -n "$CONFIG_FILES"; then  
   
5122    
5123  ac_cr=' '  # No need to generate the scripts if there are no CONFIG_FILES.
5124  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`  # This happens for instance when ./config.status config.h
5125  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then  if test -n "$CONFIG_FILES"; then
   ac_cs_awk_cr='\\r'  
 else  
   ac_cs_awk_cr=$ac_cr  
 fi  
5126    
 echo 'BEGIN {' >"$tmp/subs1.awk" &&  
5127  _ACEOF  _ACEOF
5128    
5129    
5130  {  
   echo "cat >conf$$subs.awk <<_ACEOF" &&  
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&  
   echo "_ACEOF"  
 } >conf$$subs.sh ||  
   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5  
 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  
    { (exit 1); exit 1; }; }  
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`  
5131  ac_delim='%!_!# '  ac_delim='%!_!# '
5132  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5133    . ./conf$$subs.sh ||    cat >conf$$subs.sed <<_ACEOF
5134      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5  SHELL!$SHELL$ac_delim
5135  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
5136     { (exit 1); exit 1; }; }  PACKAGE_NAME!$PACKAGE_NAME$ac_delim
5137    PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
5138    PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
5139    PACKAGE_STRING!$PACKAGE_STRING$ac_delim
5140    PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
5141    exec_prefix!$exec_prefix$ac_delim
5142    prefix!$prefix$ac_delim
5143    program_transform_name!$program_transform_name$ac_delim
5144    bindir!$bindir$ac_delim
5145    sbindir!$sbindir$ac_delim
5146    libexecdir!$libexecdir$ac_delim
5147    datarootdir!$datarootdir$ac_delim
5148    datadir!$datadir$ac_delim
5149    sysconfdir!$sysconfdir$ac_delim
5150    sharedstatedir!$sharedstatedir$ac_delim
5151    localstatedir!$localstatedir$ac_delim
5152    includedir!$includedir$ac_delim
5153    oldincludedir!$oldincludedir$ac_delim
5154    docdir!$docdir$ac_delim
5155    infodir!$infodir$ac_delim
5156    htmldir!$htmldir$ac_delim
5157    dvidir!$dvidir$ac_delim
5158    pdfdir!$pdfdir$ac_delim
5159    psdir!$psdir$ac_delim
5160    libdir!$libdir$ac_delim
5161    localedir!$localedir$ac_delim
5162    mandir!$mandir$ac_delim
5163    DEFS!$DEFS$ac_delim
5164    ECHO_C!$ECHO_C$ac_delim
5165    ECHO_N!$ECHO_N$ac_delim
5166    ECHO_T!$ECHO_T$ac_delim
5167    LIBS!$LIBS$ac_delim
5168    build_alias!$build_alias$ac_delim
5169    host_alias!$host_alias$ac_delim
5170    target_alias!$target_alias$ac_delim
5171    PACKAGE!$PACKAGE$ac_delim
5172    CC!$CC$ac_delim
5173    CFLAGS!$CFLAGS$ac_delim
5174    LDFLAGS!$LDFLAGS$ac_delim
5175    CPPFLAGS!$CPPFLAGS$ac_delim
5176    ac_ct_CC!$ac_ct_CC$ac_delim
5177    EXEEXT!$EXEEXT$ac_delim
5178    OBJEXT!$OBJEXT$ac_delim
5179    INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
5180    INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
5181    INSTALL_DATA!$INSTALL_DATA$ac_delim
5182    LN_S!$LN_S$ac_delim
5183    SET_MAKE!$SET_MAKE$ac_delim
5184    PKG_CONFIG!$PKG_CONFIG$ac_delim
5185    gnome_vfs_module_CFLAGS!$gnome_vfs_module_CFLAGS$ac_delim
5186    gnome_vfs_module_LIBS!$gnome_vfs_module_LIBS$ac_delim
5187    libxml2_CFLAGS!$libxml2_CFLAGS$ac_delim
5188    libxml2_LIBS!$libxml2_LIBS$ac_delim
5189    libsoup24_CFLAGS!$libsoup24_CFLAGS$ac_delim
5190    libsoup24_LIBS!$libsoup24_LIBS$ac_delim
5191    libsoup22_CFLAGS!$libsoup22_CFLAGS$ac_delim
5192    libsoup22_LIBS!$libsoup22_LIBS$ac_delim
5193    libgtkhtml3_14_CFLAGS!$libgtkhtml3_14_CFLAGS$ac_delim
5194    libgtkhtml3_14_LIBS!$libgtkhtml3_14_LIBS$ac_delim
5195    libgtkhtml3_8_CFLAGS!$libgtkhtml3_8_CFLAGS$ac_delim
5196    libgtkhtml3_8_LIBS!$libgtkhtml3_8_LIBS$ac_delim
5197    hildon_CFLAGS!$hildon_CFLAGS$ac_delim
5198    hildon_LIBS!$hildon_LIBS$ac_delim
5199    osso_CFLAGS!$osso_CFLAGS$ac_delim
5200    osso_LIBS!$osso_LIBS$ac_delim
5201    hildon_fm_2_CFLAGS!$hildon_fm_2_CFLAGS$ac_delim
5202    hildon_fm_2_LIBS!$hildon_fm_2_LIBS$ac_delim
5203    sqlite3_CFLAGS!$sqlite3_CFLAGS$ac_delim
5204    sqlite3_LIBS!$sqlite3_LIBS$ac_delim
5205    hildon_help_CFLAGS!$hildon_help_CFLAGS$ac_delim
5206    hildon_help_LIBS!$hildon_help_LIBS$ac_delim
5207    gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim
5208    gpsbt_LIBS!$gpsbt_LIBS$ac_delim
5209    liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim
5210    liblocation_LIBS!$liblocation_LIBS$ac_delim
5211    gtk_CFLAGS!$gtk_CFLAGS$ac_delim
5212    gtk_LIBS!$gtk_LIBS$ac_delim
5213    gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim
5214    gnome2_LIBS!$gnome2_LIBS$ac_delim
5215    EXTRA_OBJS!$EXTRA_OBJS$ac_delim
5216    INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim
5217    LIBOBJS!$LIBOBJS$ac_delim
5218    LTLIBOBJS!$LTLIBOBJS$ac_delim
5219    _ACEOF
5220    
5221    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then
   if test $ac_delim_n = $ac_delim_num; then  
5222      break      break
5223    elif $ac_last_try; then    elif $ac_last_try; then
5224      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5225  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5226     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5227    else    else
5228      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5229    fi    fi
5230  done  done
 rm -f conf$$subs.sh  
5231    
5232  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
5233  cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&  if test -n "$ac_eof"; then
5234      ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
5235      ac_eof=`expr $ac_eof + 1`
5236    fi
5237    
5238    cat >>$CONFIG_STATUS <<_ACEOF
5239    cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
5240    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
5241    _ACEOF
5242    sed '
5243    s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
5244    s/^/s,@/; s/!/@,|#_!!_#|/
5245    :n
5246    t n
5247    s/'"$ac_delim"'$/,g/; t
5248    s/$/\\/; p
5249    N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
5250    ' >>$CONFIG_STATUS <conf$$subs.sed
5251    rm -f conf$$subs.sed
5252    cat >>$CONFIG_STATUS <<_ACEOF
5253    :end
5254    s/|#_!!_#|//g
5255    CEOF$ac_eof
5256  _ACEOF  _ACEOF
 sed -n '  
 h  
 s/^/S["/; s/!.*/"]=/  
 p  
 g  
 s/^[^!]*!//  
 :repl  
 t repl  
 s/'"$ac_delim"'$//  
 t delim  
 :nl  
 h  
 s/\(.\{148\}\).*/\1/  
 t more1  
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/  
 p  
 n  
 b repl  
 :more1  
 s/["\\]/\\&/g; s/^/"/; s/$/"\\/  
 p  
 g  
 s/.\{148\}//  
 t nl  
 :delim  
 h  
 s/\(.\{148\}\).*/\1/  
 t more2  
 s/["\\]/\\&/g; s/^/"/; s/$/"/  
 p  
 b  
 :more2  
 s/["\\]/\\&/g; s/^/"/; s/$/"\\/  
 p  
 g  
 s/.\{148\}//  
 t delim  
 ' <conf$$subs.awk | sed '  
 /^[^""]/{  
   N  
   s/\n//  
 }  
 ' >>$CONFIG_STATUS || ac_write_fail=1  
 rm -f conf$$subs.awk  
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  
 _ACAWK  
 cat >>"\$tmp/subs1.awk" <<_ACAWK &&  
   for (key in S) S_is_set[key] = 1  
   FS = ""  
   
 }  
 {  
   line = $ 0  
   nfields = split(line, field, "@")  
   substed = 0  
   len = length(field[1])  
   for (i = 2; i < nfields; i++) {  
     key = field[i]  
     keylen = length(key)  
     if (S_is_set[key]) {  
       value = S[key]  
       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)  
       len += length(value) + length(field[++i])  
       substed = 1  
     } else  
       len += 1 + keylen  
   }  
5257    
   print line  
 }  
   
 _ACAWK  
 _ACEOF  
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  
 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then  
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"  
 else  
   cat  
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \  
   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5  
 $as_echo "$as_me: error: could not setup config files machinery" >&2;}  
    { (exit 1); exit 1; }; }  
 _ACEOF  
5258    
5259  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5260  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5426  s/^[^=]*=[      ]*$// Line 5271  s/^[^=]*=[      ]*$//
5271  }'  }'
5272  fi  fi
5273    
5274  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5275  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5276    
5277    
5278  eval set X "  :F $CONFIG_FILES      "  for ac_tag in  :F $CONFIG_FILES
 shift  
 for ac_tag  
5279  do  do
5280    case $ac_tag in    case $ac_tag in
5281    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5282    esac    esac
5283    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5284    :[FHL]*:*);;    :[FHL]*:*);;
5285    :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5    :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
5286  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}  echo "$as_me: error: Invalid tag $ac_tag." >&2;}
5287     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5288    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5289    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5469  $as_echo "$as_me: error: invalid tag $ac Line 5312  $as_echo "$as_me: error: invalid tag $ac
5312             [\\/$]*) false;;             [\\/$]*) false;;
5313             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5314             esac ||             esac ||
5315             { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
5316  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}  echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5317     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5318        esac        esac
5319        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        ac_file_inputs="$ac_file_inputs $ac_f"
       ac_file_inputs="$ac_file_inputs '$ac_f'"  
5320      done      done
5321    
5322      # 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
5323      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5324      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5325      configure_input='Generated from '`      configure_input="Generated from "`IFS=:
5326            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
         `' by configure.'  
5327      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5328        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5329        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5        { echo "$as_me:$LINENO: creating $ac_file" >&5
5330  $as_echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
5331      fi      fi
     # Neutralize special characters interpreted by sed in replacement strings.  
     case $configure_input in #(  
     *\&* | *\|* | *\\* )  
        ac_sed_conf_input=`$as_echo "$configure_input" |  
        sed 's/[\\\\&|]/\\\\&/g'`;; #(  
     *) ac_sed_conf_input=$configure_input;;  
     esac  
5332    
5333      case $ac_tag in      case $ac_tag in
5334      *:-:* | *:-) cat >"$tmp/stdin" \      *:-:* | *:-) cat >"$tmp/stdin";;
       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5  
 $as_echo "$as_me: error: could not create $ac_file" >&2;}  
    { (exit 1); exit 1; }; } ;;  
5335      esac      esac
5336      ;;      ;;
5337    esac    esac
# Line 5510  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5341  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5341           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5342           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5343           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5344  $as_echo X"$ac_file" |  echo X"$ac_file" |
5345      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5346              s//\1/              s//\1/
5347              q              q
# Line 5536  $as_echo X"$ac_file" | Line 5367  $as_echo X"$ac_file" |
5367      as_dirs=      as_dirs=
5368      while :; do      while :; do
5369        case $as_dir in #(        case $as_dir in #(
5370        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
5371        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5372        esac        esac
5373        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5545  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5376  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5376           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5377           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5378           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5379  $as_echo X"$as_dir" |  echo X"$as_dir" |
5380      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5381              s//\1/              s//\1/
5382              q              q
# Line 5566  $as_echo X"$as_dir" | Line 5397  $as_echo X"$as_dir" |
5397        test -d "$as_dir" && break        test -d "$as_dir" && break
5398      done      done
5399      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5400    } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5    } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
5401  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}  echo "$as_me: error: cannot create directory $as_dir" >&2;}
5402     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5403    ac_builddir=.    ac_builddir=.
5404    
5405  case "$ac_dir" in  case "$ac_dir" in
5406  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5407  *)  *)
5408    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5409    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5410    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
5411    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5412    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5413    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5616  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5447  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5447    esac    esac
5448  _ACEOF  _ACEOF
5449    
5450  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5451  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5452  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5453  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5454    
5455  ac_sed_dataroot='  case `sed -n '/datarootdir/ {
 /datarootdir/ {  
5456    p    p
5457    q    q
5458  }  }
# Line 5631  ac_sed_dataroot=' Line 5461  ac_sed_dataroot='
5461  /@infodir@/p  /@infodir@/p
5462  /@localedir@/p  /@localedir@/p
5463  /@mandir@/p  /@mandir@/p
5464  '  ' $ac_file_inputs` in
 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in  
5465  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5466  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5467    { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5    { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5468  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}  echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5469  _ACEOF  _ACEOF
5470  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5471    ac_datarootdir_hack='    ac_datarootdir_hack='
5472    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5473    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5652  _ACEOF Line 5481  _ACEOF
5481  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5482  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5483  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5484  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5485  ac_sed_extra="$ac_vpsub    sed "$ac_vpsub
5486  $extrasub  $extrasub
5487  _ACEOF  _ACEOF
5488  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5489  :t  :t
5490  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5491  s|@configure_input@|$ac_sed_conf_input|;t t  s&@configure_input@&$configure_input&;t t
5492  s&@top_builddir@&$ac_top_builddir_sub&;t t  s&@top_builddir@&$ac_top_builddir_sub&;t t
 s&@top_build_prefix@&$ac_top_build_prefix&;t t  
5493  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5494  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5495  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5671  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5499  s&@abs_builddir@&$ac_abs_builddir&;t t
5499  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5500  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5501  $ac_datarootdir_hack  $ac_datarootdir_hack
5502  "  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \  
   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5  
 $as_echo "$as_me: error: could not create $ac_file" >&2;}  
    { (exit 1); exit 1; }; }  
5503    
5504  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5505    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5506    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5507    { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5508  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5509  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5510  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5511    
5512    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5513    case $ac_file in    case $ac_file in
5514    -) cat "$tmp/out" && rm -f "$tmp/out";;    -) cat "$tmp/out"; rm -f "$tmp/out";;
5515    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
5516    esac \    esac
   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5  
 $as_echo "$as_me: error: could not create $ac_file" >&2;}  
    { (exit 1); exit 1; }; }  
5517   ;;   ;;
5518    
5519    
# Line 5707  _ACEOF Line 5528  _ACEOF
5528  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5529  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5530    
 test $ac_write_fail = 0 ||  
   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5  
 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}  
    { (exit 1); exit 1; }; }  
   
5531    
5532  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5533  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5733  if test "$no_create" != yes; then Line 5549  if test "$no_create" != yes; then
5549    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5550    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5551  fi  fi
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then  
   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5  
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}  
 fi  
5552    

Legend:
Removed from v.60  
changed lines
  Added in v.61