Diff of /trunk/configure

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

revision 168 by harbaum, Tue Nov 3 20:20:39 2009 UTC revision 169 by harbaum, Mon Nov 9 14:26:13 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.12.  # Generated by GNU Autoconf 2.61 for GPXView 0.8.13.
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.12'  PACKAGE_VERSION='0.8.13'
578  PACKAGE_STRING='GPXView 0.8.12'  PACKAGE_STRING='GPXView 0.8.13'
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  
 ICON  
 EXTRA_OBJS  
 gnome2_LIBS  
 gnome2_CFLAGS  
 gtk_LIBS  
 gtk_CFLAGS  
 MAEMO_VERSION_MAJOR  
 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  
 libcurl_LIBS  
 libcurl_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    libcurl_CFLAGS
638    libcurl_LIBS
639    libsoup24_CFLAGS
640    libsoup24_LIBS
641    libsoup22_CFLAGS
642    libsoup22_LIBS
643    libgtkhtml3_14_CFLAGS
644    libgtkhtml3_14_LIBS
645    libgtkhtml3_8_CFLAGS
646    libgtkhtml3_8_LIBS
647    hildon_CFLAGS
648    hildon_LIBS
649    osso_CFLAGS
650    osso_LIBS
651    hildon_fm_2_CFLAGS
652    hildon_fm_2_LIBS
653    sqlite3_CFLAGS
654    sqlite3_LIBS
655    hildon_help_CFLAGS
656    hildon_help_LIBS
657    gpsbt_CFLAGS
658    gpsbt_LIBS
659    liblocation_CFLAGS
660    liblocation_LIBS
661    MAEMO_VERSION_MAJOR
662    gtk_CFLAGS
663    gtk_LIBS
664    gnome2_CFLAGS
665    gnome2_LIBS
666    EXTRA_OBJS
667    ICON
668    INSTALL_PLATTFORM
669    LIBOBJS
670    LTLIBOBJS'
671  ac_subst_files=''  ac_subst_files=''
 ac_user_opts='  
 enable_option_checking  
 '  
672        ac_precious_vars='build_alias        ac_precious_vars='build_alias
673  host_alias  host_alias
674  target_alias  target_alias
# Line 740  gnome2_LIBS' Line 715  gnome2_LIBS'
715  # Initialize some variables set by options.  # Initialize some variables set by options.
716  ac_init_help=  ac_init_help=
717  ac_init_version=false  ac_init_version=false
 ac_unrecognized_opts=  
 ac_unrecognized_sep=  
718  # The variables have the same names as the options, with  # The variables have the same names as the options, with
719  # dashes changed to underlines.  # dashes changed to underlines.
720  cache_file=/dev/null  cache_file=/dev/null
# Line 840  do Line 813  do
813      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
814    
815    -disable-* | --disable-*)    -disable-* | --disable-*)
816      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
817      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
818      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
819        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
820     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
821      ac_useropt_orig=$ac_useropt      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
822      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 ;;  
823    
824    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
825      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 867  do Line 832  do
832      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
833    
834    -enable-* | --enable-*)    -enable-* | --enable-*)
835      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
836      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
837      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
838        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
839     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
840      ac_useropt_orig=$ac_useropt      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
841      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 ;;  
842    
843    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
844    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1072  do Line 1029  do
1029      ac_init_version=: ;;      ac_init_version=: ;;
1030    
1031    -with-* | --with-*)    -with-* | --with-*)
1032      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1033      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1034      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1035        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2        { echo "$as_me: error: invalid package name: $ac_package" >&2
1036     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1037      ac_useropt_orig=$ac_useropt      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1038      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 ;;  
1039    
1040    -without-* | --without-*)    -without-* | --without-*)
1041      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1042      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1043      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1044        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2        { echo "$as_me: error: invalid package name: $ac_package" >&2
1045     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1046      ac_useropt_orig=$ac_useropt      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1047      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 ;;  
1048    
1049    --x)    --x)
1050      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1123  do Line 1064  do
1064    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1065      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1066    
1067    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option    -*) { echo "$as_me: error: unrecognized option: $ac_option
1068  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1069     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1070      ;;      ;;
# Line 1132  Try \`$0 --help' for more information." Line 1073  Try \`$0 --help' for more information."
1073      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1074      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1075      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1076        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1077     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1078      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1079      export $ac_envvar ;;      export $ac_envvar ;;
1080    
1081    *)    *)
1082      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1083      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1084      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1085        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1086      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1087      ;;      ;;
1088    
# Line 1150  done Line 1091  done
1091    
1092  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1093    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1094    { $as_echo "$as_me: error: missing argument to $ac_option" >&2    { echo "$as_me: error: missing argument to $ac_option" >&2
1095     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1096  fi  fi
1097    
1098  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.  
1099  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1100                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1101                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1102                  libdir localedir mandir                  libdir localedir mandir
1103  do  do
1104    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.  
1105    case $ac_val in    case $ac_val in
1106      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1107      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1108    esac    esac
1109    { $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
1110     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1111  done  done
1112    
# Line 1196  target=$target_alias Line 1121  target=$target_alias
1121  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1122    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1123      cross_compiling=maybe      cross_compiling=maybe
1124      $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.
1125      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
1126    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1127      cross_compiling=yes      cross_compiling=yes
# Line 1212  test "$silent" = yes && exec 6>/dev/null Line 1137  test "$silent" = yes && exec 6>/dev/null
1137  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1138  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1139  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1140    { $as_echo "$as_me: error: working directory cannot be determined" >&2    { echo "$as_me: error: Working directory cannot be determined" >&2
1141     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1142  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1143    { $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
1144     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1145    
1146    
# Line 1223  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1148  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1148  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1149    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1150    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1151    ac_confdir=`$as_dirname -- "$as_myself" ||    ac_confdir=`$as_dirname -- "$0" ||
1152  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1153           X"$as_myself" : 'X\(//\)[^/]' \| \           X"$0" : 'X\(//\)[^/]' \| \
1154           X"$as_myself" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
1155           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1156  $as_echo X"$as_myself" |  echo X"$0" |
1157      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1158              s//\1/              s//\1/
1159              q              q
# Line 1255  else Line 1180  else
1180  fi  fi
1181  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1182    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1183    { $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
1184     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1185  fi  fi
1186  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1187  ac_abs_confdir=`(  ac_abs_confdir=`(
1188          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
1189     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1190          pwd)`          pwd)`
1191  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1287  if test "$ac_init_help" = "long"; then Line 1212  if test "$ac_init_help" = "long"; then
1212    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1213    # 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.
1214    cat <<_ACEOF    cat <<_ACEOF
1215  \`configure' configures GPXView 0.8.12 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.13 to adapt to many kinds of systems.
1216    
1217  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1218    
# Line 1309  Configuration: Line 1234  Configuration:
1234    
1235  Installation directories:  Installation directories:
1236    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1237                            [$ac_default_prefix]                            [$ac_default_prefix]
1238    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1239                            [PREFIX]                            [PREFIX]
1240    
1241  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1242  \`$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 1321  for instance \`--prefix=\$HOME'. Line 1246  for instance \`--prefix=\$HOME'.
1246  For better control, use the options below.  For better control, use the options below.
1247    
1248  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1249    --bindir=DIR            user executables [EPREFIX/bin]    --bindir=DIR           user executables [EPREFIX/bin]
1250    --sbindir=DIR           system admin executables [EPREFIX/sbin]    --sbindir=DIR          system admin executables [EPREFIX/sbin]
1251    --libexecdir=DIR        program executables [EPREFIX/libexec]    --libexecdir=DIR       program executables [EPREFIX/libexec]
1252    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1253    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1254    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1255    --libdir=DIR            object code libraries [EPREFIX/lib]    --libdir=DIR           object code libraries [EPREFIX/lib]
1256    --includedir=DIR        C header files [PREFIX/include]    --includedir=DIR       C header files [PREFIX/include]
1257    --oldincludedir=DIR     C header files for non-gcc [/usr/include]    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1258    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1259    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1260    --infodir=DIR           info documentation [DATAROOTDIR/info]    --infodir=DIR          info documentation [DATAROOTDIR/info]
1261    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1262    --mandir=DIR            man documentation [DATAROOTDIR/man]    --mandir=DIR           man documentation [DATAROOTDIR/man]
1263    --docdir=DIR            documentation root [DATAROOTDIR/doc/gpxview]    --docdir=DIR           documentation root [DATAROOTDIR/doc/gpxview]
1264    --htmldir=DIR           html documentation [DOCDIR]    --htmldir=DIR          html documentation [DOCDIR]
1265    --dvidir=DIR            dvi documentation [DOCDIR]    --dvidir=DIR           dvi documentation [DOCDIR]
1266    --pdfdir=DIR            pdf documentation [DOCDIR]    --pdfdir=DIR           pdf documentation [DOCDIR]
1267    --psdir=DIR             ps documentation [DOCDIR]    --psdir=DIR            ps documentation [DOCDIR]
1268  _ACEOF  _ACEOF
1269    
1270    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1348  fi Line 1273  fi
1273    
1274  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1275    case $ac_init_help in    case $ac_init_help in
1276       short | recursive ) echo "Configuration of GPXView 0.8.12:";;       short | recursive ) echo "Configuration of GPXView 0.8.13:";;
1277     esac     esac
1278    cat <<\_ACEOF    cat <<\_ACEOF
1279    
# Line 1430  fi Line 1355  fi
1355  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1356    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1357    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
1358      test -d "$ac_dir" ||      test -d "$ac_dir" || continue
       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||  
       continue  
1359      ac_builddir=.      ac_builddir=.
1360    
1361  case "$ac_dir" in  case "$ac_dir" in
1362  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1363  *)  *)
1364    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1365    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1366    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,/,,'`
1367    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1368    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1369    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1476  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1399  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1399        echo &&        echo &&
1400        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1401      else      else
1402        $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
1403      fi || ac_status=$?      fi || ac_status=$?
1404      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1405    done    done
# Line 1485  fi Line 1408  fi
1408  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1409  if $ac_init_version; then  if $ac_init_version; then
1410    cat <<\_ACEOF    cat <<\_ACEOF
1411  GPXView configure 0.8.12  GPXView configure 0.8.13
1412  generated by GNU Autoconf 2.63  generated by GNU Autoconf 2.61
1413    
1414  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1415  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1416  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1417  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1418  _ACEOF  _ACEOF
# Line 1499  cat >config.log <<_ACEOF Line 1422  cat >config.log <<_ACEOF
1422  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1423  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1424    
1425  It was created by GPXView $as_me 0.8.12, which was  It was created by GPXView $as_me 0.8.13, which was
1426  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
1427    
1428    $ $0 $@    $ $0 $@
1429    
# Line 1536  for as_dir in $PATH Line 1459  for as_dir in $PATH
1459  do  do
1460    IFS=$as_save_IFS    IFS=$as_save_IFS
1461    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1462    $as_echo "PATH: $as_dir"    echo "PATH: $as_dir"
1463  done  done
1464  IFS=$as_save_IFS  IFS=$as_save_IFS
1465    
# Line 1571  do Line 1494  do
1494      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1495        continue ;;        continue ;;
1496      *\'*)      *\'*)
1497        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1498      esac      esac
1499      case $ac_pass in      case $ac_pass in
1500      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1623  _ASBOX Line 1546  _ASBOX
1546      case $ac_val in #(      case $ac_val in #(
1547      *${as_nl}*)      *${as_nl}*)
1548        case $ac_var in #(        case $ac_var in #(
1549        *_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
1550  $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;} ;;
1551        esac        esac
1552        case $ac_var in #(        case $ac_var in #(
1553        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(  
1554        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1555        esac ;;        esac ;;
1556      esac      esac
# Line 1658  _ASBOX Line 1580  _ASBOX
1580      do      do
1581        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1582        case $ac_val in        case $ac_val in
1583        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1584        esac        esac
1585        $as_echo "$ac_var='\''$ac_val'\''"        echo "$ac_var='\''$ac_val'\''"
1586      done | sort      done | sort
1587      echo      echo
1588    
# Line 1675  _ASBOX Line 1597  _ASBOX
1597        do        do
1598          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1599          case $ac_val in          case $ac_val in
1600          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1601          esac          esac
1602          $as_echo "$ac_var='\''$ac_val'\''"          echo "$ac_var='\''$ac_val'\''"
1603        done | sort        done | sort
1604        echo        echo
1605      fi      fi
# Line 1693  _ASBOX Line 1615  _ASBOX
1615        echo        echo
1616      fi      fi
1617      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1618        $as_echo "$as_me: caught signal $ac_signal"        echo "$as_me: caught signal $ac_signal"
1619      $as_echo "$as_me: exit $exit_status"      echo "$as_me: exit $exit_status"
1620    } >&5    } >&5
1621    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1622      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1736  _ACEOF Line 1658  _ACEOF
1658    
1659    
1660  # 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.
1661  # 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  
1662  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1663    ac_site_file1=$CONFIG_SITE    set x "$CONFIG_SITE"
1664  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1665    ac_site_file1=$prefix/share/config.site    set x "$prefix/share/config.site" "$prefix/etc/config.site"
   ac_site_file2=$prefix/etc/config.site  
1666  else  else
1667    ac_site_file1=$ac_default_prefix/share/config.site    set x "$ac_default_prefix/share/config.site" \
1668    ac_site_file2=$ac_default_prefix/etc/config.site          "$ac_default_prefix/etc/config.site"
1669  fi  fi
1670  for ac_site_file in "$ac_site_file1" "$ac_site_file2"  shift
1671    for ac_site_file
1672  do  do
   test "x$ac_site_file" = xNONE && continue  
1673    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1674      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1675  $as_echo "$as_me: loading site script $ac_site_file" >&6;}  echo "$as_me: loading site script $ac_site_file" >&6;}
1676      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1677      . "$ac_site_file"      . "$ac_site_file"
1678    fi    fi
# Line 1763  if test -r "$cache_file"; then Line 1682  if test -r "$cache_file"; then
1682    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1683    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1684    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1685      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1686  $as_echo "$as_me: loading cache $cache_file" >&6;}  echo "$as_me: loading cache $cache_file" >&6;}
1687      case $cache_file in      case $cache_file in
1688        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1689        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1690      esac      esac
1691    fi    fi
1692  else  else
1693    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1694  $as_echo "$as_me: creating cache $cache_file" >&6;}  echo "$as_me: creating cache $cache_file" >&6;}
1695    >$cache_file    >$cache_file
1696  fi  fi
1697    
# Line 1786  for ac_var in $ac_precious_vars; do Line 1705  for ac_var in $ac_precious_vars; do
1705    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1706    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1707      set,)      set,)
1708        { $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
1709  $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;}
1710        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1711      ,set)      ,set)
1712        { $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
1713  $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;}
1714        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1715      ,);;      ,);;
1716      *)      *)
1717        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1718          # differences in whitespace do not lead to failure.          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1719          ac_old_val_w=`echo x $ac_old_val`  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1720          ac_new_val_w=`echo x $ac_new_val`          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1721          if test "$ac_old_val_w" != "$ac_new_val_w"; then  echo "$as_me:   former value:  $ac_old_val" >&2;}
1722            { $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
1723  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1724            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;}  
1725        fi;;        fi;;
1726    esac    esac
1727    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1728    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1729      case $ac_new_val in      case $ac_new_val in
1730      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1731      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1732      esac      esac
1733      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1827  $as_echo "$as_me:   current value: \`$ac Line 1737  $as_echo "$as_me:   current value: \`$ac
1737    fi    fi
1738  done  done
1739  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1740    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1741  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1742    { $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
1743  $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;}  
1744     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1745  fi  fi
1746    
# Line 1882  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1790  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1790  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1791    # 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.
1792  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1793  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1794  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1795  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1796    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1797  else  else
1798    if test -n "$CC"; then    if test -n "$CC"; then
1799    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1898  do Line 1806  do
1806    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1807    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
1808      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1809      $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
1810      break 2      break 2
1811    fi    fi
1812  done  done
# Line 1909  fi Line 1817  fi
1817  fi  fi
1818  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1819  if test -n "$CC"; then  if test -n "$CC"; then
1820    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1821  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1822  else  else
1823    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1824  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1825  fi  fi
1826    
1827    
# Line 1922  if test -z "$ac_cv_prog_CC"; then Line 1830  if test -z "$ac_cv_prog_CC"; then
1830    ac_ct_CC=$CC    ac_ct_CC=$CC
1831    # 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.
1832  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1833  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1834  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1835  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1836    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1837  else  else
1838    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1839    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 1938  do Line 1846  do
1846    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1847    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
1848      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1849      $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
1850      break 2      break 2
1851    fi    fi
1852  done  done
# Line 1949  fi Line 1857  fi
1857  fi  fi
1858  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1859  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1860    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1861  $as_echo "$ac_ct_CC" >&6; }  echo "${ECHO_T}$ac_ct_CC" >&6; }
1862  else  else
1863    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1864  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1865  fi  fi
1866    
1867    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1961  fi Line 1869  fi
1869    else    else
1870      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1871  yes:)  yes:)
1872  { $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
1873  $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
1874    configuration is useful to you, please write to autoconf@gnu.org." >&5
1875    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1876    whose name does not start with the host triplet.  If you think this
1877    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1878  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1879  esac  esac
1880      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1975  if test -z "$CC"; then Line 1887  if test -z "$CC"; then
1887            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1888      # 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.
1889  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1890  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1891  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1892  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1893    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1894  else  else
1895    if test -n "$CC"; then    if test -n "$CC"; then
1896    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1991  do Line 1903  do
1903    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1904    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
1905      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1906      $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
1907      break 2      break 2
1908    fi    fi
1909  done  done
# Line 2002  fi Line 1914  fi
1914  fi  fi
1915  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1916  if test -n "$CC"; then  if test -n "$CC"; then
1917    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1918  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1919  else  else
1920    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1921  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1922  fi  fi
1923    
1924    
# Line 2015  fi Line 1927  fi
1927  if test -z "$CC"; then  if test -z "$CC"; then
1928    # 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.
1929  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1930  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1931  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1932  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1933    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1934  else  else
1935    if test -n "$CC"; then    if test -n "$CC"; then
1936    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2036  do Line 1948  do
1948         continue         continue
1949       fi       fi
1950      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
1951      $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
1952      break 2      break 2
1953    fi    fi
1954  done  done
# Line 2059  fi Line 1971  fi
1971  fi  fi
1972  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1973  if test -n "$CC"; then  if test -n "$CC"; then
1974    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1975  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1976  else  else
1977    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1978  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1979  fi  fi
1980    
1981    
# Line 2074  if test -z "$CC"; then Line 1986  if test -z "$CC"; then
1986    do    do
1987      # 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.
1988  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1989  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1990  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1991  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1992    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1993  else  else
1994    if test -n "$CC"; then    if test -n "$CC"; then
1995    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2090  do Line 2002  do
2002    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2003    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
2004      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2005      $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
2006      break 2      break 2
2007    fi    fi
2008  done  done
# Line 2101  fi Line 2013  fi
2013  fi  fi
2014  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2015  if test -n "$CC"; then  if test -n "$CC"; then
2016    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
2017  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
2018  else  else
2019    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2020  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2021  fi  fi
2022    
2023    
# Line 2118  if test -z "$CC"; then Line 2030  if test -z "$CC"; then
2030  do  do
2031    # 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.
2032  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2033  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2034  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2035  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2036    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2037  else  else
2038    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2039    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 2134  do Line 2046  do
2046    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2047    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
2048      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2049      $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
2050      break 2      break 2
2051    fi    fi
2052  done  done
# Line 2145  fi Line 2057  fi
2057  fi  fi
2058  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2059  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2060    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2061  $as_echo "$ac_ct_CC" >&6; }  echo "${ECHO_T}$ac_ct_CC" >&6; }
2062  else  else
2063    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2064  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2065  fi  fi
2066    
2067    
# Line 2161  done Line 2073  done
2073    else    else
2074      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2075  yes:)  yes:)
2076  { $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
2077  $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
2078    configuration is useful to you, please write to autoconf@gnu.org." >&5
2079    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2080    whose name does not start with the host triplet.  If you think this
2081    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2082  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2083  esac  esac
2084      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2172  fi Line 2088  fi
2088  fi  fi
2089    
2090    
2091  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  
2092  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2093  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH  echo "$as_me: error: no acceptable C compiler found in \$PATH
2094  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2095     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2096    
2097  # Provide some information about the compiler.  # Provide some information about the compiler.
2098  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5  echo "$as_me:$LINENO: checking for C compiler version" >&5
2099  set X $ac_compile  ac_compiler=`set X $ac_compile; echo $2`
 ac_compiler=$2  
2100  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&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 --version >&5") 2>&5    (eval "$ac_compiler --version >&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  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2121  case "(($ac_try" in  case "(($ac_try" in
2122    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2123    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2124  esac  esac
2125  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  
2126    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2127    ac_status=$?    ac_status=$?
2128    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2129    (exit $ac_status); }    (exit $ac_status); }
2130    
2131  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2234  main () Line 2144  main ()
2144  }  }
2145  _ACEOF  _ACEOF
2146  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2147  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"
2148  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2149  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2150  # of exeext.  # of exeext.
2151  { $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
2152  $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; }
2153  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2154    #
2155  # The possible output files:  # List of possible output files, starting from the most likely.
2156  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.*)
2157    # only as a last resort.  b.out is created by i960 compilers.
2158    ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2159    #
2160    # The IRIX 6 linker writes into existing files which may not be
2161    # executable, retaining their permissions.  Remove them first so a
2162    # subsequent execution test works.
2163  ac_rmfiles=  ac_rmfiles=
2164  for ac_file in $ac_files  for ac_file in $ac_files
2165  do  do
2166    case $ac_file in    case $ac_file in
2167      *.$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 ) ;;
2168      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2169    esac    esac
2170  done  done
# Line 2260  case "(($ac_try" in Line 2175  case "(($ac_try" in
2175    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2176    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2177  esac  esac
2178  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  
2179    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2180    ac_status=$?    ac_status=$?
2181    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182    (exit $ac_status); }; then    (exit $ac_status); }; then
2183    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2184  # 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 2275  for ac_file in $ac_files '' Line 2189  for ac_file in $ac_files ''
2189  do  do
2190    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2191    case $ac_file in    case $ac_file in
2192      *.$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 )
2193          ;;          ;;
2194      [ab].out )      [ab].out )
2195          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2302  else Line 2216  else
2216    ac_file=''    ac_file=''
2217  fi  fi
2218    
2219  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5  { echo "$as_me:$LINENO: result: $ac_file" >&5
2220  $as_echo "$ac_file" >&6; }  echo "${ECHO_T}$ac_file" >&6; }
2221  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2222    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2223  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2224    
2225  { { $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  
2226  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2227  $as_echo "$as_me: error: C compiler cannot create executables  echo "$as_me: error: C compiler cannot create executables
2228  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2229     { (exit 77); exit 77; }; }; }     { (exit 77); exit 77; }; }
2230  fi  fi
2231    
2232  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2233    
2234  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2235  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2236  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2237  $as_echo_n "checking whether the C compiler works... " >&6; }  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2238  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2239  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2240  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2331  if test "$cross_compiling" != yes; then Line 2243  if test "$cross_compiling" != yes; then
2243    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2244    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2245  esac  esac
2246  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  
2247    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2248    ac_status=$?    ac_status=$?
2249    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2251      cross_compiling=no      cross_compiling=no
2252    else    else
2253      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2254          cross_compiling=yes          cross_compiling=yes
2255      else      else
2256          { { $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.  
2257  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2258  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2259  $as_echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
2260  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2261  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2262     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2263      fi      fi
2264    fi    fi
2265  fi  fi
2266  { $as_echo "$as_me:$LINENO: result: yes" >&5  { echo "$as_me:$LINENO: result: yes" >&5
2267  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2268    
2269  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
2270  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2271  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2272  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2273  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2274  $as_echo_n "checking whether we are cross compiling... " >&6; }  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2275  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5  { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2276  $as_echo "$cross_compiling" >&6; }  echo "${ECHO_T}$cross_compiling" >&6; }
2277    
2278  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5  { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2279  $as_echo_n "checking for suffix of executables... " >&6; }  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2280  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2281  case "(($ac_try" in  case "(($ac_try" in
2282    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2283    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2284  esac  esac
2285  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  
2286    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2287    ac_status=$?    ac_status=$?
2288    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2289    (exit $ac_status); }; then    (exit $ac_status); }; then
2290    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2291  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2386  $as_echo "$ac_try_echo") >&5 Line 2294  $as_echo "$ac_try_echo") >&5
2294  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2295    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2296    case $ac_file in    case $ac_file in
2297      *.$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 ) ;;
2298      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2299            break;;            break;;
2300      * ) break;;      * ) break;;
2301    esac    esac
2302  done  done
2303  else  else
2304    { { $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  
2305  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2306  $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
2307  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2308     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2309  fi  fi
2310    
2311  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2312  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2313  $as_echo "$ac_cv_exeext" >&6; }  echo "${ECHO_T}$ac_cv_exeext" >&6; }
2314    
2315  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2316  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2317  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2318  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5  { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2319  $as_echo_n "checking for suffix of object files... " >&6; }  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2320  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2321    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2322  else  else
2323    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2324  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2435  case "(($ac_try" in Line 2341  case "(($ac_try" in
2341    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2342    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2343  esac  esac
2344  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  
2345    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2346    ac_status=$?    ac_status=$?
2347    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2348    (exit $ac_status); }; then    (exit $ac_status); }; then
2349    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2350    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2351    case $ac_file in    case $ac_file in
2352      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2353      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2354         break;;         break;;
2355    esac    esac
2356  done  done
2357  else  else
2358    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2359  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2360    
2361  { { $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  
2362  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2363  $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
2364  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2365     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2366  fi  fi
2367    
2368  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2369  fi  fi
2370  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2371  $as_echo "$ac_cv_objext" >&6; }  echo "${ECHO_T}$ac_cv_objext" >&6; }
2372  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2373  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2374  { $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
2375  $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; }
2376  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2377    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2378  else  else
2379    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2380  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2497  case "(($ac_try" in Line 2400  case "(($ac_try" in
2400    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2401    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2402  esac  esac
2403  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  
2404    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2405    ac_status=$?    ac_status=$?
2406    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2407    rm -f conftest.er1    rm -f conftest.er1
2408    cat conftest.err >&5    cat conftest.err >&5
2409    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410    (exit $ac_status); } && {    (exit $ac_status); } && {
2411           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2412           test ! -s conftest.err           test ! -s conftest.err
2413         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2414    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2415  else  else
2416    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2417  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2418    
2419          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2521  rm -f core conftest.err conftest.$ac_obj Line 2423  rm -f core conftest.err conftest.$ac_obj
2423  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2424    
2425  fi  fi
2426  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2427  $as_echo "$ac_cv_c_compiler_gnu" >&6; }  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2428  if test $ac_compiler_gnu = yes; then  GCC=`test $ac_compiler_gnu = yes && echo yes`
   GCC=yes  
 else  
   GCC=  
 fi  
2429  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2430  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2431  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2432  $as_echo_n "checking whether $CC accepts -g... " >&6; }  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2433  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2434    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2435  else  else
2436    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2437     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2560  case "(($ac_try" in Line 2458  case "(($ac_try" in
2458    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2459    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2460  esac  esac
2461  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  
2462    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2463    ac_status=$?    ac_status=$?
2464    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2465    rm -f conftest.er1    rm -f conftest.er1
2466    cat conftest.err >&5    cat conftest.err >&5
2467    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468    (exit $ac_status); } && {    (exit $ac_status); } && {
2469           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2470           test ! -s conftest.err           test ! -s conftest.err
2471         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2472    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2473  else  else
2474    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2475  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2476    
2477          CFLAGS=""          CFLAGS=""
# Line 2599  case "(($ac_try" in Line 2496  case "(($ac_try" in
2496    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2497    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2498  esac  esac
2499  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  
2500    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2501    ac_status=$?    ac_status=$?
2502    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2503    rm -f conftest.er1    rm -f conftest.er1
2504    cat conftest.err >&5    cat conftest.err >&5
2505    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506    (exit $ac_status); } && {    (exit $ac_status); } && {
2507           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2508           test ! -s conftest.err           test ! -s conftest.err
2509         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2510    :    :
2511  else  else
2512    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2513  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2514    
2515          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2639  case "(($ac_try" in Line 2535  case "(($ac_try" in
2535    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2536    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2537  esac  esac
2538  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  
2539    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2540    ac_status=$?    ac_status=$?
2541    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2542    rm -f conftest.er1    rm -f conftest.er1
2543    cat conftest.err >&5    cat conftest.err >&5
2544    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2545    (exit $ac_status); } && {    (exit $ac_status); } && {
2546           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2547           test ! -s conftest.err           test ! -s conftest.err
2548         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2549    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2550  else  else
2551    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2552  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2553    
2554    
# Line 2668  fi Line 2563  fi
2563  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2564     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2565  fi  fi
2566  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2567  $as_echo "$ac_cv_prog_cc_g" >&6; }  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2568  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2569    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2570  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2685  else Line 2580  else
2580      CFLAGS=      CFLAGS=
2581    fi    fi
2582  fi  fi
2583  { $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
2584  $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; }
2585  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2586    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2587  else  else
2588    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2589  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2759  case "(($ac_try" in Line 2654  case "(($ac_try" in
2654    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2656  esac  esac
2657  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  
2658    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2659    ac_status=$?    ac_status=$?
2660    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2661    rm -f conftest.er1    rm -f conftest.er1
2662    cat conftest.err >&5    cat conftest.err >&5
2663    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664    (exit $ac_status); } && {    (exit $ac_status); } && {
2665           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2666           test ! -s conftest.err           test ! -s conftest.err
2667         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2668    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2669  else  else
2670    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2671  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2672    
2673    
# Line 2789  fi Line 2683  fi
2683  # AC_CACHE_VAL  # AC_CACHE_VAL
2684  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2685    x)    x)
2686      { $as_echo "$as_me:$LINENO: result: none needed" >&5      { echo "$as_me:$LINENO: result: none needed" >&5
2687  $as_echo "none needed" >&6; } ;;  echo "${ECHO_T}none needed" >&6; } ;;
2688    xno)    xno)
2689      { $as_echo "$as_me:$LINENO: result: unsupported" >&5      { echo "$as_me:$LINENO: result: unsupported" >&5
2690  $as_echo "unsupported" >&6; } ;;  echo "${ECHO_T}unsupported" >&6; } ;;
2691    *)    *)
2692      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2693      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2694  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2695  esac  esac
2696    
2697    
# Line 2824  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2718  for ac_dir in "$srcdir" "$srcdir/.." "$s
2718    fi    fi
2719  done  done
2720  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2721    { { $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
2722  $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;}
2723     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2724  fi  fi
2725    
# Line 2851  ac_configure="$SHELL $ac_aux_dir/configu Line 2745  ac_configure="$SHELL $ac_aux_dir/configu
2745  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2746  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2747  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2748  # Reject install programs that cannot install multiple files.  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2749  { $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; }  
2750  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2751  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2752    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2753  else  else
2754    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2755  for as_dir in $PATH  for as_dir in $PATH
# Line 2885  case $as_dir/ in Line 2778  case $as_dir/ in
2778              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2779              :              :
2780            else            else
2781              rm -rf conftest.one conftest.two conftest.dir              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2782              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  
2783            fi            fi
2784          fi          fi
2785        done        done
2786      done      done
2787      ;;      ;;
2788  esac  esac
   
2789  done  done
2790  IFS=$as_save_IFS  IFS=$as_save_IFS
2791    
 rm -rf conftest.one conftest.two conftest.dir  
2792    
2793  fi  fi
2794    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2920  fi Line 2801  fi
2801      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2802    fi    fi
2803  fi  fi
2804  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5  { echo "$as_me:$LINENO: result: $INSTALL" >&5
2805  $as_echo "$INSTALL" >&6; }  echo "${ECHO_T}$INSTALL" >&6; }
2806    
2807  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2808  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2931  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2812  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2812    
2813  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2814    
2815  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5  { echo "$as_me:$LINENO: checking whether ln -s works" >&5
2816  $as_echo_n "checking whether ln -s works... " >&6; }  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
2817  LN_S=$as_ln_s  LN_S=$as_ln_s
2818  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2819    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
2820  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2821  else  else
2822    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2823  $as_echo "no, using $LN_S" >&6; }  echo "${ECHO_T}no, using $LN_S" >&6; }
2824  fi  fi
2825    
2826  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2827  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2828  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'`  
2829  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
2830    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2831  else  else
2832    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2833  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2964  esac Line 2844  esac
2844  rm -f conftest.make  rm -f conftest.make
2845  fi  fi
2846  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2847    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
2848  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2849    SET_MAKE=    SET_MAKE=
2850  else  else
2851    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2852  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2853    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2854  fi  fi
2855    
# Line 3002  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 2882  if test "x$ac_cv_env_PKG_CONFIG_set" !=
2882          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
2883    # 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.
2884  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2885  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2886  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2887  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2888    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2889  else  else
2890    case $PKG_CONFIG in    case $PKG_CONFIG in
2891    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 3020  do Line 2900  do
2900    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2901    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
2902      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2903      $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
2904      break 2      break 2
2905    fi    fi
2906  done  done
# Line 3032  esac Line 2912  esac
2912  fi  fi
2913  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2914  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2915    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2916  $as_echo "$PKG_CONFIG" >&6; }  echo "${ECHO_T}$PKG_CONFIG" >&6; }
2917  else  else
2918    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2919  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2920  fi  fi
2921    
2922    
# Line 3045  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 2925  if test -z "$ac_cv_path_PKG_CONFIG"; the
2925    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
2926    # 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.
2927  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
2928  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2929  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2930  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2931    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2932  else  else
2933    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
2934    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 3063  do Line 2943  do
2943    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2944    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
2945      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"
2946      $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
2947      break 2      break 2
2948    fi    fi
2949  done  done
# Line 3075  esac Line 2955  esac
2955  fi  fi
2956  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2957  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
2958    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2959  $as_echo "$ac_pt_PKG_CONFIG" >&6; }  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2960  else  else
2961    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2962  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2963  fi  fi
2964    
2965    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 3087  fi Line 2967  fi
2967    else    else
2968      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2969  yes:)  yes:)
2970  { $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
2971  $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
2972    configuration is useful to you, please write to autoconf@gnu.org." >&5
2973    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2974    whose name does not start with the host triplet.  If you think this
2975    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2976  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2977  esac  esac
2978      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 3100  fi Line 2984  fi
2984  fi  fi
2985  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2986          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
2987          { $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
2988  $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; }
2989          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2990                  { $as_echo "$as_me:$LINENO: result: yes" >&5                  { echo "$as_me:$LINENO: result: yes" >&5
2991  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2992          else          else
2993                  { $as_echo "$as_me:$LINENO: result: no" >&5                  { echo "$as_me:$LINENO: result: no" >&5
2994  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2995                  PKG_CONFIG=""                  PKG_CONFIG=""
2996          fi          fi
2997    
2998  fi  fi
2999    
3000  pkg_failed=no  pkg_failed=no
3001  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
3002  $as_echo_n "checking for gnome_vfs_module... " >&6; }  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }
3003    
3004  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3005      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
3006          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
3007      else      else
3008          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3009      { ($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
3010    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3011    ac_status=$?    ac_status=$?
3012    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3013    (exit $ac_status); }; then    (exit $ac_status); }; then
3014    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`
3015  else  else
# Line 3140  if test -n "$PKG_CONFIG"; then Line 3024  if test -n "$PKG_CONFIG"; then
3024          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3025      else      else
3026          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3027      { ($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
3028    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3029    ac_status=$?    ac_status=$?
3030    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3031    (exit $ac_status); }; then    (exit $ac_status); }; then
3032    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`
3033  else  else
# Line 3171  fi Line 3055  fi
3055          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3056          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3057    
3058          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3059  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3060                  { { $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
3061  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3062     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3063  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3064          { { $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
3065  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3066     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3067  else  else
3068          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3069          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3070          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3071  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3072          :          :
3073  fi  fi
3074  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3193  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3077  LIBS="$LIBS $gnome_vfs_module_LIBS"
3077  # check for libxml-2.0  # check for libxml-2.0
3078    
3079  pkg_failed=no  pkg_failed=no
3080  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5  { echo "$as_me:$LINENO: checking for libxml2" >&5
3081  $as_echo_n "checking for libxml2... " >&6; }  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }
3082    
3083  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3084      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3085          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3086      else      else
3087          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3088      { ($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
3089    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3090    ac_status=$?    ac_status=$?
3091    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3092    (exit $ac_status); }; then    (exit $ac_status); }; then
3093    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`
3094  else  else
# Line 3219  if test -n "$PKG_CONFIG"; then Line 3103  if test -n "$PKG_CONFIG"; then
3103          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3104      else      else
3105          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3106      { ($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
3107    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3108    ac_status=$?    ac_status=$?
3109    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3110    (exit $ac_status); }; then    (exit $ac_status); }; then
3111    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`
3112  else  else
# Line 3250  fi Line 3134  fi
3134          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3135          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3136    
3137          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3138  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3139                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3140  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}  echo "$as_me: error: libxml-2.0 missing" >&2;}
3141     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3142  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3143          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3144  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}  echo "$as_me: error: libxml-2.0 missing" >&2;}
3145     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3146  else  else
3147          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3148          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3149          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3150  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3151          :          :
3152  fi  fi
3153  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
# Line 3272  LIBS="$LIBS $libxml2_LIBS" Line 3156  LIBS="$LIBS $libxml2_LIBS"
3156  # check for libcurl  # check for libcurl
3157    
3158  pkg_failed=no  pkg_failed=no
3159  { $as_echo "$as_me:$LINENO: checking for libcurl" >&5  { echo "$as_me:$LINENO: checking for libcurl" >&5
3160  $as_echo_n "checking for libcurl... " >&6; }  echo $ECHO_N "checking for libcurl... $ECHO_C" >&6; }
3161    
3162  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3163      if test -n "$libcurl_CFLAGS"; then      if test -n "$libcurl_CFLAGS"; then
3164          pkg_cv_libcurl_CFLAGS="$libcurl_CFLAGS"          pkg_cv_libcurl_CFLAGS="$libcurl_CFLAGS"
3165      else      else
3166          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3167      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5
3168    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
3169    ac_status=$?    ac_status=$?
3170    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3171    (exit $ac_status); }; then    (exit $ac_status); }; then
3172    pkg_cv_libcurl_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`    pkg_cv_libcurl_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`
3173  else  else
# Line 3298  if test -n "$PKG_CONFIG"; then Line 3182  if test -n "$PKG_CONFIG"; then
3182          pkg_cv_libcurl_LIBS="$libcurl_LIBS"          pkg_cv_libcurl_LIBS="$libcurl_LIBS"
3183      else      else
3184          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3185      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5
3186    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
3187    ac_status=$?    ac_status=$?
3188    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189    (exit $ac_status); }; then    (exit $ac_status); }; then
3190    pkg_cv_libcurl_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`    pkg_cv_libcurl_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`
3191  else  else
# Line 3329  fi Line 3213  fi
3213          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3214          echo "$libcurl_PKG_ERRORS" >&5          echo "$libcurl_PKG_ERRORS" >&5
3215    
3216          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3217  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3218                  { { $as_echo "$as_me:$LINENO: error: libcurl missing" >&5                  { { echo "$as_me:$LINENO: error: libcurl missing" >&5
3219  $as_echo "$as_me: error: libcurl missing" >&2;}  echo "$as_me: error: libcurl missing" >&2;}
3220     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3221  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3222          { { $as_echo "$as_me:$LINENO: error: libcurl missing" >&5          { { echo "$as_me:$LINENO: error: libcurl missing" >&5
3223  $as_echo "$as_me: error: libcurl missing" >&2;}  echo "$as_me: error: libcurl missing" >&2;}
3224     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3225  else  else
3226          libcurl_CFLAGS=$pkg_cv_libcurl_CFLAGS          libcurl_CFLAGS=$pkg_cv_libcurl_CFLAGS
3227          libcurl_LIBS=$pkg_cv_libcurl_LIBS          libcurl_LIBS=$pkg_cv_libcurl_LIBS
3228          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3229  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3230          :          :
3231  fi  fi
3232  CFLAGS="$CFLAGS $libcurl_CFLAGS"  CFLAGS="$CFLAGS $libcurl_CFLAGS"
# Line 3351  LIBS="$LIBS $libcurl_LIBS" Line 3235  LIBS="$LIBS $libcurl_LIBS"
3235  # check for libsoup  # check for libsoup
3236    
3237  pkg_failed=no  pkg_failed=no
3238  { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5  { echo "$as_me:$LINENO: checking for libsoup24" >&5
3239  $as_echo_n "checking for libsoup24... " >&6; }  echo $ECHO_N "checking for libsoup24... $ECHO_C" >&6; }
3240    
3241  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3242      if test -n "$libsoup24_CFLAGS"; then      if test -n "$libsoup24_CFLAGS"; then
3243          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3244      else      else
3245          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3246      { ($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
3247    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3248    ac_status=$?    ac_status=$?
3249    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3250    (exit $ac_status); }; then    (exit $ac_status); }; then
3251    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`
3252  else  else
# Line 3377  if test -n "$PKG_CONFIG"; then Line 3261  if test -n "$PKG_CONFIG"; then
3261          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3262      else      else
3263          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3264      { ($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
3265    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3266    ac_status=$?    ac_status=$?
3267    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268    (exit $ac_status); }; then    (exit $ac_status); }; then
3269    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`
3270  else  else
# Line 3408  fi Line 3292  fi
3292          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3293          echo "$libsoup24_PKG_ERRORS" >&5          echo "$libsoup24_PKG_ERRORS" >&5
3294    
3295          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3296  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3297    
3298    
3299  pkg_failed=no  pkg_failed=no
3300  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5  { echo "$as_me:$LINENO: checking for libsoup22" >&5
3301  $as_echo_n "checking for libsoup22... " >&6; }  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }
3302    
3303  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3304      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3305          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3306      else      else
3307          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3308      { ($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
3309    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3310    ac_status=$?    ac_status=$?
3311    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3312    (exit $ac_status); }; then    (exit $ac_status); }; then
3313    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`
3314  else  else
# Line 3439  if test -n "$PKG_CONFIG"; then Line 3323  if test -n "$PKG_CONFIG"; then
3323          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3324      else      else
3325          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3326      { ($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
3327    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3328    ac_status=$?    ac_status=$?
3329    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3330    (exit $ac_status); }; then    (exit $ac_status); }; then
3331    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`
3332  else  else
# Line 3470  fi Line 3354  fi
3354          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3355          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3356    
3357          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3358  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3359    
3360      { $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
3361  $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;}
3362    
3363  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3364    
3365      { $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
3366  $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;}
3367    
3368  else  else
3369          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3370          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3371          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3372  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3373    
3374      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3375      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3497  elif test $pkg_failed = untried; then Line 3381  elif test $pkg_failed = untried; then
3381    
3382    
3383  pkg_failed=no  pkg_failed=no
3384  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5  { echo "$as_me:$LINENO: checking for libsoup22" >&5
3385  $as_echo_n "checking for libsoup22... " >&6; }  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }
3386    
3387  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3388      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3389          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3390      else      else
3391          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3392      { ($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
3393    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3394    ac_status=$?    ac_status=$?
3395    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3396    (exit $ac_status); }; then    (exit $ac_status); }; then
3397    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`
3398  else  else
# Line 3523  if test -n "$PKG_CONFIG"; then Line 3407  if test -n "$PKG_CONFIG"; then
3407          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3408      else      else
3409          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3410      { ($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
3411    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3412    ac_status=$?    ac_status=$?
3413    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3414    (exit $ac_status); }; then    (exit $ac_status); }; then
3415    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`
3416  else  else
# Line 3554  fi Line 3438  fi
3438          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3439          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3440    
3441          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3442  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3443    
3444      { $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
3445  $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;}
3446    
3447  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3448    
3449      { $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
3450  $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;}
3451    
3452  else  else
3453          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3454          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3455          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3456  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3457    
3458      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3459      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3580  fi Line 3464  fi
3464  else  else
3465          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3466          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3467          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3468  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3469    
3470    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3471    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
# Line 3592  fi Line 3476  fi
3476  # check for gtkhtml-3.14  # check for gtkhtml-3.14
3477    
3478  pkg_failed=no  pkg_failed=no
3479  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5
3480  $as_echo_n "checking for libgtkhtml3_14... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_14... $ECHO_C" >&6; }
3481    
3482  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3483      if test -n "$libgtkhtml3_14_CFLAGS"; then      if test -n "$libgtkhtml3_14_CFLAGS"; then
3484          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"
3485      else      else
3486          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3487      { ($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
3488    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3489    ac_status=$?    ac_status=$?
3490    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3491    (exit $ac_status); }; then    (exit $ac_status); }; then
3492    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`
3493  else  else
# Line 3618  if test -n "$PKG_CONFIG"; then Line 3502  if test -n "$PKG_CONFIG"; then
3502          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"
3503      else      else
3504          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3505      { ($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
3506    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3507    ac_status=$?    ac_status=$?
3508    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509    (exit $ac_status); }; then    (exit $ac_status); }; then
3510    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`
3511  else  else
# Line 3649  fi Line 3533  fi
3533          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3534          echo "$libgtkhtml3_14_PKG_ERRORS" >&5          echo "$libgtkhtml3_14_PKG_ERRORS" >&5
3535    
3536          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3537  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3538    
3539    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3540    
3541  pkg_failed=no  pkg_failed=no
3542  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3543  $as_echo_n "checking for libgtkhtml3_8... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }
3544    
3545  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3546      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3547          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3548      else      else
3549          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3550      { ($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
3551    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3552    ac_status=$?    ac_status=$?
3553    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3554    (exit $ac_status); }; then    (exit $ac_status); }; then
3555    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`
3556  else  else
# Line 3681  if test -n "$PKG_CONFIG"; then Line 3565  if test -n "$PKG_CONFIG"; then
3565          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3566      else      else
3567          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3568      { ($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
3569    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3570    ac_status=$?    ac_status=$?
3571    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572    (exit $ac_status); }; then    (exit $ac_status); }; then
3573    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`
3574  else  else
# Line 3712  fi Line 3596  fi
3596          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3597          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3598    
3599          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3600  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3601                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3602  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3603     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3604  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3605          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3606  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3607     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3608  else  else
3609          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3610          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3611          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3612  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3613    
3614      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3615      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3737  elif test $pkg_failed = untried; then Line 3621  elif test $pkg_failed = untried; then
3621    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3622    
3623  pkg_failed=no  pkg_failed=no
3624  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3625  $as_echo_n "checking for libgtkhtml3_8... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }
3626    
3627  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3628      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3629          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3630      else      else
3631          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3632      { ($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
3633    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3634    ac_status=$?    ac_status=$?
3635    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636    (exit $ac_status); }; then    (exit $ac_status); }; then
3637    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`
3638  else  else
# Line 3763  if test -n "$PKG_CONFIG"; then Line 3647  if test -n "$PKG_CONFIG"; then
3647          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3648      else      else
3649          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3650      { ($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
3651    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3652    ac_status=$?    ac_status=$?
3653    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3654    (exit $ac_status); }; then    (exit $ac_status); }; then
3655    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`
3656  else  else
# Line 3794  fi Line 3678  fi
3678          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3679          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3680    
3681          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3682  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3683                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3684  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3685     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3686  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3687          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3688  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3689     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3690  else  else
3691          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3692          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3693          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3694  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3695    
3696      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3697      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3817  fi Line 3701  fi
3701  else  else
3702          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS
3703          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS
3704          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3705  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3706    
3707    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"
3708    LIBS="$LIBS $libgtkhtml3_14_LIBS"    LIBS="$LIBS $libgtkhtml3_14_LIBS"
# Line 3826  $as_echo "yes" >&6; } Line 3710  $as_echo "yes" >&6; }
3710  fi  fi
3711    
3712  # check for maemo  # check for maemo
3713  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5  { echo "$as_me:$LINENO: checking for Maemo" >&5
3714  $as_echo_n "checking for Maemo... " >&6; }  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }
3715  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3716      { ($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
3717    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3718    ac_status=$?    ac_status=$?
3719    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720    (exit $ac_status); }; then    (exit $ac_status); }; then
3721    
3722    MAEMO="yes"    MAEMO="yes"
3723    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
3724  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3725    
3726    
3727  pkg_failed=no  pkg_failed=no
3728  { $as_echo "$as_me:$LINENO: checking for hildon" >&5  { echo "$as_me:$LINENO: checking for hildon" >&5
3729  $as_echo_n "checking for hildon... " >&6; }  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }
3730    
3731  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3732      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3733          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3734      else      else
3735          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3736      { ($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
3737    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3738    ac_status=$?    ac_status=$?
3739    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3740    (exit $ac_status); }; then    (exit $ac_status); }; then
3741    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3742  else  else
# Line 3867  if test -n "$PKG_CONFIG"; then Line 3751  if test -n "$PKG_CONFIG"; then
3751          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3752      else      else
3753          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3754      { ($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
3755    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3756    ac_status=$?    ac_status=$?
3757    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3758    (exit $ac_status); }; then    (exit $ac_status); }; then
3759    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3760  else  else
# Line 3898  fi Line 3782  fi
3782          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3783          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3784    
3785          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3786  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3787                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3788  $as_echo "$as_me: error: hildon-1 missing" >&2;}  echo "$as_me: error: hildon-1 missing" >&2;}
3789     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3790  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3791          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3792  $as_echo "$as_me: error: hildon-1 missing" >&2;}  echo "$as_me: error: hildon-1 missing" >&2;}
3793     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3794  else  else
3795          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3796          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3797          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3798  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3799          :          :
3800  fi  fi
3801    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"
# Line 3919  fi Line 3803  fi
3803    
3804    
3805  pkg_failed=no  pkg_failed=no
3806  { $as_echo "$as_me:$LINENO: checking for osso" >&5  { echo "$as_me:$LINENO: checking for osso" >&5
3807  $as_echo_n "checking for osso... " >&6; }  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }
3808    
3809  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3810      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3811          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3812      else      else
3813          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3814      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3815    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3816    ac_status=$?    ac_status=$?
3817    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3818    (exit $ac_status); }; then    (exit $ac_status); }; then
3819    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3820  else  else
# Line 3945  if test -n "$PKG_CONFIG"; then Line 3829  if test -n "$PKG_CONFIG"; then
3829          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3830      else      else
3831          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3832      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3833    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3834    ac_status=$?    ac_status=$?
3835    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3836    (exit $ac_status); }; then    (exit $ac_status); }; then
3837    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3838  else  else
# Line 3976  fi Line 3860  fi
3860          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3861          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3862    
3863          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3864  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3865                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5                  { { echo "$as_me:$LINENO: error: libosso missing" >&5
3866  $as_echo "$as_me: error: libosso missing" >&2;}  echo "$as_me: error: libosso missing" >&2;}
3867     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3868  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3869          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5          { { echo "$as_me:$LINENO: error: libosso missing" >&5
3870  $as_echo "$as_me: error: libosso missing" >&2;}  echo "$as_me: error: libosso missing" >&2;}
3871     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3872  else  else
3873          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3874          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3875          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3876  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3877          :          :
3878  fi  fi
3879    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3997  fi Line 3881  fi
3881    
3882    
3883  pkg_failed=no  pkg_failed=no
3884  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
3885  $as_echo_n "checking for hildon_fm_2... " >&6; }  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }
3886    
3887  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3888      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
3889          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
3890      else      else
3891          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3892      { ($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
3893    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3894    ac_status=$?    ac_status=$?
3895    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3896    (exit $ac_status); }; then    (exit $ac_status); }; then
3897    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`
3898  else  else
# Line 4023  if test -n "$PKG_CONFIG"; then Line 3907  if test -n "$PKG_CONFIG"; then
3907          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
3908      else      else
3909          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3910      { ($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
3911    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3912    ac_status=$?    ac_status=$?
3913    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914    (exit $ac_status); }; then    (exit $ac_status); }; then
3915    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`
3916  else  else
# Line 4054  fi Line 3938  fi
3938          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3939          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
3940    
3941          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3942  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3943                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3944  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}  echo "$as_me: error: hildon-fm-2 missing" >&2;}
3945     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3946  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3947          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3948  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}  echo "$as_me: error: hildon-fm-2 missing" >&2;}
3949     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3950  else  else
3951          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
3952          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
3953          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3954  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3955          :          :
3956  fi  fi
3957    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 4076  fi Line 3960  fi
3960    # check for sqlite3 for maemo mapper interface    # check for sqlite3 for maemo mapper interface
3961    
3962  pkg_failed=no  pkg_failed=no
3963  { $as_echo "$as_me:$LINENO: checking for sqlite3" >&5  { echo "$as_me:$LINENO: checking for sqlite3" >&5
3964  $as_echo_n "checking for sqlite3... " >&6; }  echo $ECHO_N "checking for sqlite3... $ECHO_C" >&6; }
3965    
3966  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3967      if test -n "$sqlite3_CFLAGS"; then      if test -n "$sqlite3_CFLAGS"; then
3968          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"
3969      else      else
3970          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3971      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3972    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3973    ac_status=$?    ac_status=$?
3974    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975    (exit $ac_status); }; then    (exit $ac_status); }; then
3976    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
3977  else  else
# Line 4102  if test -n "$PKG_CONFIG"; then Line 3986  if test -n "$PKG_CONFIG"; then
3986          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"
3987      else      else
3988          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3989      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3990    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3991    ac_status=$?    ac_status=$?
3992    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3993    (exit $ac_status); }; then    (exit $ac_status); }; then
3994    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
3995  else  else
# Line 4133  fi Line 4017  fi
4017          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4018          echo "$sqlite3_PKG_ERRORS" >&5          echo "$sqlite3_PKG_ERRORS" >&5
4019    
4020          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4021  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4022                  { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5                  { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4023  $as_echo "$as_me: error: sqlite3 missing" >&2;}  echo "$as_me: error: sqlite3 missing" >&2;}
4024     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4025  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4026          { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5          { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4027  $as_echo "$as_me: error: sqlite3 missing" >&2;}  echo "$as_me: error: sqlite3 missing" >&2;}
4028     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4029  else  else
4030          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS
4031          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS
4032          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4033  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4034          :          :
4035  fi  fi
4036    CFLAGS="$CFLAGS $sqlite3_CFLAGS"    CFLAGS="$CFLAGS $sqlite3_CFLAGS"
# Line 4155  fi Line 4039  fi
4039    # check for hildon-help    # check for hildon-help
4040    
4041  pkg_failed=no  pkg_failed=no
4042  { $as_echo "$as_me:$LINENO: checking for hildon_help" >&5  { echo "$as_me:$LINENO: checking for hildon_help" >&5
4043  $as_echo_n "checking for hildon_help... " >&6; }  echo $ECHO_N "checking for hildon_help... $ECHO_C" >&6; }
4044    
4045  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4046      if test -n "$hildon_help_CFLAGS"; then      if test -n "$hildon_help_CFLAGS"; then
4047          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"          pkg_cv_hildon_help_CFLAGS="$hildon_help_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 \"hildon-help\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4051    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 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_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 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_hildon_help_LIBS="$hildon_help_LIBS"          pkg_cv_hildon_help_LIBS="$hildon_help_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 \"hildon-help\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4069    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 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_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 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 "$hildon_help_PKG_ERRORS" >&5          echo "$hildon_help_PKG_ERRORS" >&5
4098    
4099          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4100  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4101    
4102      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4103  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}  echo "$as_me: WARNING: hildon-help missing" >&6;}
4104    
4105  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4106    
4107      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4108  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}  echo "$as_me: WARNING: hildon-help missing" >&6;}
4109    
4110  else  else
4111          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS
4112          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS
4113          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4114  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4115    
4116      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"
4117      LIBS="$LIBS $hildon_help_LIBS"      LIBS="$LIBS $hildon_help_LIBS"
# Line 4237  fi Line 4121  fi
4121    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
4122    # stability    # stability
4123    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4124      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4125    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4126    ac_status=$?    ac_status=$?
4127    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4128    (exit $ac_status); }; then    (exit $ac_status); }; then
4129    
4130    
4131  pkg_failed=no  pkg_failed=no
4132  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5  { echo "$as_me:$LINENO: checking for gpsbt" >&5
4133  $as_echo_n "checking for gpsbt... " >&6; }  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }
4134    
4135  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4136      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
4137          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
4138      else      else
4139          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4140      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4141    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4142    ac_status=$?    ac_status=$?
4143    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4144    (exit $ac_status); }; then    (exit $ac_status); }; then
4145    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
4146  else  else
# Line 4271  if test -n "$PKG_CONFIG"; then Line 4155  if test -n "$PKG_CONFIG"; then
4155          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
4156      else      else
4157          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4158      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4159    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4160    ac_status=$?    ac_status=$?
4161    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4162    (exit $ac_status); }; then    (exit $ac_status); }; then
4163    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
4164  else  else
# Line 4302  fi Line 4186  fi
4186          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4187          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
4188    
4189          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
4190    
4191  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4192    
# Line 4313  Alternatively, you may set the environme Line 4197  Alternatively, you may set the environme
4197  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
4198  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4199  " >&5  " >&5
4200  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:  echo "$as_me: error: Package requirements (gpsbt) were not met:
4201    
4202  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4203    
# Line 4326  See the pkg-config man page for more det Line 4210  See the pkg-config man page for more det
4210  " >&2;}  " >&2;}
4211     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4212  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4213          { { $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  
4214  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
4215  path to pkg-config.  path to pkg-config.
4216    
# Line 4338  See the pkg-config man page for more det Line 4220  See the pkg-config man page for more det
4220    
4221  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4222  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4223  $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
4224  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
4225  path to pkg-config.  path to pkg-config.
4226    
# Line 4348  See the pkg-config man page for more det Line 4230  See the pkg-config man page for more det
4230    
4231  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4232  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4233     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
4234  else  else
4235          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4236          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4237          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4238  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4239          :          :
4240  fi  fi
4241      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 4361  fi Line 4243  fi
4243    
4244  else  else
4245    
4246      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4247  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}  echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4248    
4249      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4250      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4251    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4252    ac_status=$?    ac_status=$?
4253    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4254    (exit $ac_status); }; then    (exit $ac_status); }; then
4255    
4256    
4257  pkg_failed=no  pkg_failed=no
4258  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5  { echo "$as_me:$LINENO: checking for liblocation" >&5
4259  $as_echo_n "checking for liblocation... " >&6; }  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }
4260    
4261  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4262      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4263          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4264      else      else
4265          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4266      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4267    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4268    ac_status=$?    ac_status=$?
4269    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270    (exit $ac_status); }; then    (exit $ac_status); }; then
4271    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4272  else  else
# Line 4399  if test -n "$PKG_CONFIG"; then Line 4281  if test -n "$PKG_CONFIG"; then
4281          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4282      else      else
4283          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4284      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4285    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4286    ac_status=$?    ac_status=$?
4287    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4288    (exit $ac_status); }; then    (exit $ac_status); }; then
4289    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4290  else  else
# Line 4430  fi Line 4312  fi
4312          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4313          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4314    
4315          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4316    
4317  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4318    
# Line 4441  Alternatively, you may set the environme Line 4323  Alternatively, you may set the environme
4323  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4324  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4325  " >&5  " >&5
4326  $as_echo "$as_me: error: Package requirements (liblocation) were not met:  echo "$as_me: error: Package requirements (liblocation) were not met:
4327    
4328  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4329    
# Line 4454  See the pkg-config man page for more det Line 4336  See the pkg-config man page for more det
4336  " >&2;}  " >&2;}
4337     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4338  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4339          { { $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  
4340  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
4341  path to pkg-config.  path to pkg-config.
4342    
# Line 4466  See the pkg-config man page for more det Line 4346  See the pkg-config man page for more det
4346    
4347  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4348  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4349  $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
4350  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
4351  path to pkg-config.  path to pkg-config.
4352    
# Line 4476  See the pkg-config man page for more det Line 4356  See the pkg-config man page for more det
4356    
4357  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4358  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4359     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
4360  else  else
4361          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4362          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4363          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4364  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4365          :          :
4366  fi  fi
4367        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4489  fi Line 4369  fi
4369    
4370  else  else
4371    
4372        { $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
4373  $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;}
4374    
4375  fi  fi
4376    
4377  fi  fi
4378    
4379    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4380      { ($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
4381    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4382    ac_status=$?    ac_status=$?
4383    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4384    (exit $ac_status); }; then    (exit $ac_status); }; then
4385    
4386      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4387    
4388  else  else
4389    { $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
4390  $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;}
4391  fi  fi
4392    
4393    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4394      { ($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
4395    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4396    ac_status=$?    ac_status=$?
4397    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4398    (exit $ac_status); }; then    (exit $ac_status); }; then
4399    
4400      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4401      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4402  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}  echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4403      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4404      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4405      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
# Line 4529  $as_echo "$as_me: Configuring for Maemo Line 4409  $as_echo "$as_me: Configuring for Maemo
4409    
4410  else  else
4411    
4412      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5
4413  $as_echo "$as_me: error: maemo-version not found" >&2;}  echo "$as_me: error: maemo-version not found" >&2;}
4414     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4415    
4416  fi  fi
# Line 4544  fi Line 4424  fi
4424       datarootdir=/opt       datarootdir=/opt
4425    else    else
4426       ICONNAME=gpxview.26.png       ICONNAME=gpxview.26.png
4427       { $as_echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4428  $as_echo "$as_me: Enabling Maemo Mapper support" >&6;}  echo "$as_me: Enabling Maemo Mapper support" >&6;}
4429       CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"       CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4430       EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"       EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4431    fi    fi
# Line 4553  $as_echo "$as_me: Enabling Maemo Mapper Line 4433  $as_echo "$as_me: Enabling Maemo Mapper
4433    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4434    EXTRA_OBJS="$EXTRA_OBJS dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4435    
4436    { $as_echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5    { echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5
4437  $as_echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}  echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}
4438    
4439    # add icon entry to debian/control    # add icon entry to debian/control
4440    ICON=" Maemo icon $ICONNAME    ICON=" Maemo icon $ICONNAME
# Line 4568  XB-Maemo-Icon-26: Line 4448  XB-Maemo-Icon-26:
4448    
4449  else  else
4450    
4451    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
4452  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4453    
4454    EXTRA_OBJS="$EXTRA_OBJS bct.o"    EXTRA_OBJS="$EXTRA_OBJS bct.o"
4455    CFLAGS="$CFLAGS -DBCT"    CFLAGS="$CFLAGS -DBCT"
# Line 4577  $as_echo "no" >&6; } Line 4457  $as_echo "no" >&6; }
4457    # check for gtk+-2.0    # check for gtk+-2.0
4458    
4459  pkg_failed=no  pkg_failed=no
4460  { $as_echo "$as_me:$LINENO: checking for gtk" >&5  { echo "$as_me:$LINENO: checking for gtk" >&5
4461  $as_echo_n "checking for gtk... " >&6; }  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }
4462    
4463  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4464      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4465          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4466      else      else
4467          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4468      { ($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
4469    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4470    ac_status=$?    ac_status=$?
4471    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472    (exit $ac_status); }; then    (exit $ac_status); }; then
4473    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`
4474  else  else
# Line 4603  if test -n "$PKG_CONFIG"; then Line 4483  if test -n "$PKG_CONFIG"; then
4483          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4484      else      else
4485          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4486      { ($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
4487    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4488    ac_status=$?    ac_status=$?
4489    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4490    (exit $ac_status); }; then    (exit $ac_status); }; then
4491    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`
4492  else  else
# Line 4634  fi Line 4514  fi
4514          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4515          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4516    
4517          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4518  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4519                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4520  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}  echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4521     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4522  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4523          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4524  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}  echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4525     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4526  else  else
4527          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4528          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4529          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4530  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4531          :          :
4532  fi  fi
4533    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4656  fi Line 4536  fi
4536    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4537    
4538  pkg_failed=no  pkg_failed=no
4539  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5  { echo "$as_me:$LINENO: checking for gnome2" >&5
4540  $as_echo_n "checking for gnome2... " >&6; }  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }
4541    
4542  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4543      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4544          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4545      else      else
4546          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4547      { ($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
4548    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4549    ac_status=$?    ac_status=$?
4550    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4551    (exit $ac_status); }; then    (exit $ac_status); }; then
4552    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`
4553  else  else
# Line 4682  if test -n "$PKG_CONFIG"; then Line 4562  if test -n "$PKG_CONFIG"; then
4562          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4563      else      else
4564          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4565      { ($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
4566    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4567    ac_status=$?    ac_status=$?
4568    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569    (exit $ac_status); }; then    (exit $ac_status); }; then
4570    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`
4571  else  else
# Line 4713  fi Line 4593  fi
4593          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4594          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4595    
4596          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4597  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4598                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4599  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}  echo "$as_me: error: libgnome-2.0 missing" >&2;}
4600     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4601  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4602          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4603  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}  echo "$as_me: error: libgnome-2.0 missing" >&2;}
4604     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4605  else  else
4606          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4607          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_LIBS
4608          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4609  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4610          :          :
4611  fi  fi
4612    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4771  _ACEOF Line 4651  _ACEOF
4651      case $ac_val in #(      case $ac_val in #(
4652      *${as_nl}*)      *${as_nl}*)
4653        case $ac_var in #(        case $ac_var in #(
4654        *_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
4655  $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;} ;;
4656        esac        esac
4657        case $ac_var in #(        case $ac_var in #(
4658        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(  
4659        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4660        esac ;;        esac ;;
4661      esac      esac
# Line 4809  $as_echo "$as_me: WARNING: cache variabl Line 4688  $as_echo "$as_me: WARNING: cache variabl
4688  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4689    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4690      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4691        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5        { echo "$as_me:$LINENO: updating cache $cache_file" >&5
4692  $as_echo "$as_me: updating cache $cache_file" >&6;}  echo "$as_me: updating cache $cache_file" >&6;}
4693      cat confcache >$cache_file      cat confcache >$cache_file
4694    else    else
4695      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4696  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}  echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4697    fi    fi
4698  fi  fi
4699  rm -f confcache  rm -f confcache
# Line 4831  test "x$exec_prefix" = xNONE && exec_pre Line 4710  test "x$exec_prefix" = xNONE && exec_pre
4710  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4711  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4712  ac_script='  ac_script='
 :mline  
 /\\$/{  
  N  
  s,\\\n,,  
  b mline  
 }  
4713  t clear  t clear
4714  :clear  :clear
4715  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4866  ac_ltlibobjs= Line 4739  ac_ltlibobjs=
4739  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4740    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4741    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4742    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`    ac_i=`echo "$ac_i" | sed "$ac_script"`
4743    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4744    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4745    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4879  LTLIBOBJS=$ac_ltlibobjs Line 4752  LTLIBOBJS=$ac_ltlibobjs
4752    
4753    
4754  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
 ac_write_fail=0  
4755  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4756  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4757  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4758  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
4759  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >$CONFIG_STATUS <<_ACEOF
4760  #! $SHELL  #! $SHELL
4761  # Generated by $as_me.  # Generated by $as_me.
4762  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4897  ac_cs_silent=false Line 4769  ac_cs_silent=false
4769  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4770  _ACEOF  _ACEOF
4771    
4772  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
4773  ## --------------------- ##  ## --------------------- ##
4774  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4775  ## --------------------- ##  ## --------------------- ##
# Line 4907  DUALCASE=1; export DUALCASE # for MKS sh Line 4779  DUALCASE=1; export DUALCASE # for MKS sh
4779  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
4780    emulate sh    emulate sh
4781    NULLCMD=:    NULLCMD=:
4782    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4783    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4784    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4785    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4929  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4801  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4801  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4802  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4803    
 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  
   
4804  # The user is always right.  # The user is always right.
4805  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
4806    PATH_SEPARATOR=:    echo "#! /bin/sh" >conf$$.sh
4807    (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {    echo  "exit 0"   >>conf$$.sh
4808      (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||    chmod +x conf$$.sh
4809        PATH_SEPARATOR=';'    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4810    }      PATH_SEPARATOR=';'
4811      else
4812        PATH_SEPARATOR=:
4813      fi
4814      rm -f conf$$.sh
4815  fi  fi
4816    
4817  # Support unset when possible.  # Support unset when possible.
# Line 4983  fi Line 4827  fi
4827  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4828  # (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
4829  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
4830    as_nl='
4831    '
4832  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4833    
4834  # 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 5005  if test "x$as_myself" = x; then Line 4851  if test "x$as_myself" = x; then
4851    as_myself=$0    as_myself=$0
4852  fi  fi
4853  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
4854    $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
4855    { (exit 1); exit 1; }    { (exit 1); exit 1; }
4856  fi  fi
4857    
# Line 5018  PS2='> ' Line 4864  PS2='> '
4864  PS4='+ '  PS4='+ '
4865    
4866  # NLS nuisances.  # NLS nuisances.
4867  LC_ALL=C  for as_var in \
4868  export LC_ALL    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4869  LANGUAGE=C    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4870  export LANGUAGE    LC_TELEPHONE LC_TIME
4871    do
4872      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4873        eval $as_var=C; export $as_var
4874      else
4875        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4876      fi
4877    done
4878    
4879  # Required to use basename.  # Required to use basename.
4880  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 5043  as_me=`$as_basename -- "$0" || Line 4896  as_me=`$as_basename -- "$0" ||
4896  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4897           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
4898           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4899  $as_echo X/"$0" |  echo X/"$0" |
4900      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
4901              s//\1/              s//\1/
4902              q              q
# Line 5094  $as_unset CDPATH Line 4947  $as_unset CDPATH
4947        s/-\n.*//        s/-\n.*//
4948      ' >$as_me.lineno &&      ' >$as_me.lineno &&
4949    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
4950      { $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
4951     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4952    
4953    # 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 5122  case `echo -n x` in Line 4975  case `echo -n x` in
4975  *)  *)
4976    ECHO_N='-n';;    ECHO_N='-n';;
4977  esac  esac
4978    
4979  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
4980     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
4981    as_expr=expr    as_expr=expr
# Line 5134  if test -d conf$$.dir; then Line 4988  if test -d conf$$.dir; then
4988    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
4989  else  else
4990    rm -f conf$$.dir    rm -f conf$$.dir
4991    mkdir conf$$.dir 2>/dev/null    mkdir conf$$.dir
4992  fi  fi
4993  if (echo >conf$$.file) 2>/dev/null; then  echo >conf$$.file
4994    if ln -s conf$$.file conf$$ 2>/dev/null; then  if ln -s conf$$.file conf$$ 2>/dev/null; then
4995      as_ln_s='ln -s'    as_ln_s='ln -s'
4996      # ... but there are two gotchas:    # ... but there are two gotchas:
4997      # 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.
4998      # 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.
4999      # In both cases, we have to default to `cp -p'.    # In both cases, we have to default to `cp -p'.
5000      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  
5001      as_ln_s='cp -p'      as_ln_s='cp -p'
5002    fi  elif ln conf$$.file conf$$ 2>/dev/null; then
5003      as_ln_s=ln
5004  else  else
5005    as_ln_s='cp -p'    as_ln_s='cp -p'
5006  fi  fi
# Line 5174  else Line 5025  else
5025    as_test_x='    as_test_x='
5026      eval sh -c '\''      eval sh -c '\''
5027        if test -d "$1"; then        if test -d "$1"; then
5028          test -d "$1/.";          test -d "$1/.";
5029        else        else
5030          case $1 in          case $1 in
5031          -*)set "./$1";;          -*)set "./$1";;
5032          esac;          esac;
5033          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
5034          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 5199  exec 6>&1 Line 5050  exec 6>&1
5050  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5051  # values after options handling.  # values after options handling.
5052  ac_log="  ac_log="
5053  This file was extended by GPXView $as_me 0.8.12, which was  This file was extended by GPXView $as_me 0.8.13, which was
5054  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
5055    
5056    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
5057    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 5213  on `(hostname || uname -n) 2>/dev/null | Line 5064  on `(hostname || uname -n) 2>/dev/null |
5064    
5065  _ACEOF  _ACEOF
5066    
5067  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  
5068  # Files that config.status was made for.  # Files that config.status was made for.
5069  config_files="$ac_config_files"  config_files="$ac_config_files"
5070    
5071  _ACEOF  _ACEOF
5072    
5073  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5074  ac_cs_usage="\  ac_cs_usage="\
5075  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
5076  current configuration.  current configuration.
5077    
5078  Usage: $0 [OPTION]... [FILE]...  Usage: $0 [OPTIONS] [FILE]...
5079    
5080    -h, --help       print this help, then exit    -h, --help       print this help, then exit
5081    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
5082    -q, --quiet, --silent    -q, --quiet      do not print progress messages
                    do not print progress messages  
5083    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
5084        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
5085        --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
5086                     instantiate the configuration file FILE                     instantiate the configuration file FILE
5087    
5088  Configuration files:  Configuration files:
5089  $config_files  $config_files
# Line 5247  $config_files Line 5091  $config_files
5091  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
5092    
5093  _ACEOF  _ACEOF
5094  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5095  ac_cs_version="\\  ac_cs_version="\\
5096  GPXView config.status 0.8.12  GPXView config.status 0.8.13
5097  configured by $0, generated by GNU Autoconf 2.63,  configured by $0, generated by GNU Autoconf 2.61,
5098    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5099    
5100  Copyright (C) 2008 Free Software Foundation, Inc.  Copyright (C) 2006 Free Software Foundation, Inc.
5101  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
5102  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
5103    
5104  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
5105  srcdir='$srcdir'  srcdir='$srcdir'
5106  INSTALL='$INSTALL'  INSTALL='$INSTALL'
 test -n "\$AWK" || AWK=awk  
5107  _ACEOF  _ACEOF
5108    
5109  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5110  # 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
5111    # value.  By we need to know if files were specified by the user.
5112  ac_need_defaults=:  ac_need_defaults=:
5113  while test $# != 0  while test $# != 0
5114  do  do
# Line 5286  do Line 5130  do
5130    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5131      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
5132    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5133      $as_echo "$ac_cs_version"; exit ;;      echo "$ac_cs_version"; exit ;;
5134    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
5135      debug=: ;;      debug=: ;;
5136    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5137      $ac_shift      $ac_shift
5138      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'"  
5139      ac_need_defaults=false;;      ac_need_defaults=false;;
5140    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
5141      $as_echo "$ac_cs_usage"; exit ;;      echo "$ac_cs_usage"; exit ;;
5142    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5143    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
5144      ac_cs_silent=: ;;      ac_cs_silent=: ;;
5145    
5146    # This is an error.    # This is an error.
5147    -*) { $as_echo "$as_me: error: unrecognized option: $1    -*) { echo "$as_me: error: unrecognized option: $1
5148  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
5149     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
5150    
# Line 5322  if $ac_cs_silent; then Line 5163  if $ac_cs_silent; then
5163  fi  fi
5164    
5165  _ACEOF  _ACEOF
5166  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5167  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
5168    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
5169    shift    CONFIG_SHELL=$SHELL
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6  
   CONFIG_SHELL='$SHELL'  
5170    export CONFIG_SHELL    export CONFIG_SHELL
5171    exec "\$@"    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5172  fi  fi
5173    
5174  _ACEOF  _ACEOF
5175  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5176  exec 5>>config.log  exec 5>>config.log
5177  {  {
5178    echo    echo
5179    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5180  ## Running $as_me. ##  ## Running $as_me. ##
5181  _ASBOX  _ASBOX
5182    $as_echo "$ac_log"    echo "$ac_log"
5183  } >&5  } >&5
5184    
5185  _ACEOF  _ACEOF
5186  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5187  _ACEOF  _ACEOF
5188    
5189  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5190    
5191  # Handling of arguments.  # Handling of arguments.
5192  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 5358  do Line 5197  do
5197      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5198      "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;      "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
5199    
5200    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5201  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5202     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5203    esac    esac
5204  done  done
# Line 5398  $debug || Line 5237  $debug ||
5237    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5238  } ||  } ||
5239  {  {
5240     $as_echo "$as_me: cannot create a temporary directory in ." >&2     echo "$me: cannot create a temporary directory in ." >&2
5241     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5242  }  }
5243    
5244  # Set up the scripts for CONFIG_FILES section.  #
5245  # No need to generate them if there are no CONFIG_FILES.  # Set up the sed scripts for CONFIG_FILES section.
5246  # This happens for instance with `./config.status config.h'.  #
 if test -n "$CONFIG_FILES"; then  
   
5247    
5248  ac_cr=' '  # No need to generate the scripts if there are no CONFIG_FILES.
5249  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`  # This happens for instance when ./config.status config.h
5250  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  
5251    
 echo 'BEGIN {' >"$tmp/subs1.awk" &&  
5252  _ACEOF  _ACEOF
5253    
5254    
5255  {  
   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 '$'`  
5256  ac_delim='%!_!# '  ac_delim='%!_!# '
5257  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5258    . ./conf$$subs.sh ||    cat >conf$$subs.sed <<_ACEOF
5259      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5  SHELL!$SHELL$ac_delim
5260  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
5261     { (exit 1); exit 1; }; }  PACKAGE_NAME!$PACKAGE_NAME$ac_delim
5262    PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
5263    PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
5264    PACKAGE_STRING!$PACKAGE_STRING$ac_delim
5265    PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
5266    exec_prefix!$exec_prefix$ac_delim
5267    prefix!$prefix$ac_delim
5268    program_transform_name!$program_transform_name$ac_delim
5269    bindir!$bindir$ac_delim
5270    sbindir!$sbindir$ac_delim
5271    libexecdir!$libexecdir$ac_delim
5272    datarootdir!$datarootdir$ac_delim
5273    datadir!$datadir$ac_delim
5274    sysconfdir!$sysconfdir$ac_delim
5275    sharedstatedir!$sharedstatedir$ac_delim
5276    localstatedir!$localstatedir$ac_delim
5277    includedir!$includedir$ac_delim
5278    oldincludedir!$oldincludedir$ac_delim
5279    docdir!$docdir$ac_delim
5280    infodir!$infodir$ac_delim
5281    htmldir!$htmldir$ac_delim
5282    dvidir!$dvidir$ac_delim
5283    pdfdir!$pdfdir$ac_delim
5284    psdir!$psdir$ac_delim
5285    libdir!$libdir$ac_delim
5286    localedir!$localedir$ac_delim
5287    mandir!$mandir$ac_delim
5288    DEFS!$DEFS$ac_delim
5289    ECHO_C!$ECHO_C$ac_delim
5290    ECHO_N!$ECHO_N$ac_delim
5291    ECHO_T!$ECHO_T$ac_delim
5292    LIBS!$LIBS$ac_delim
5293    build_alias!$build_alias$ac_delim
5294    host_alias!$host_alias$ac_delim
5295    target_alias!$target_alias$ac_delim
5296    PACKAGE!$PACKAGE$ac_delim
5297    CC!$CC$ac_delim
5298    CFLAGS!$CFLAGS$ac_delim
5299    LDFLAGS!$LDFLAGS$ac_delim
5300    CPPFLAGS!$CPPFLAGS$ac_delim
5301    ac_ct_CC!$ac_ct_CC$ac_delim
5302    EXEEXT!$EXEEXT$ac_delim
5303    OBJEXT!$OBJEXT$ac_delim
5304    INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
5305    INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
5306    INSTALL_DATA!$INSTALL_DATA$ac_delim
5307    LN_S!$LN_S$ac_delim
5308    SET_MAKE!$SET_MAKE$ac_delim
5309    PKG_CONFIG!$PKG_CONFIG$ac_delim
5310    gnome_vfs_module_CFLAGS!$gnome_vfs_module_CFLAGS$ac_delim
5311    gnome_vfs_module_LIBS!$gnome_vfs_module_LIBS$ac_delim
5312    libxml2_CFLAGS!$libxml2_CFLAGS$ac_delim
5313    libxml2_LIBS!$libxml2_LIBS$ac_delim
5314    libcurl_CFLAGS!$libcurl_CFLAGS$ac_delim
5315    libcurl_LIBS!$libcurl_LIBS$ac_delim
5316    libsoup24_CFLAGS!$libsoup24_CFLAGS$ac_delim
5317    libsoup24_LIBS!$libsoup24_LIBS$ac_delim
5318    libsoup22_CFLAGS!$libsoup22_CFLAGS$ac_delim
5319    libsoup22_LIBS!$libsoup22_LIBS$ac_delim
5320    libgtkhtml3_14_CFLAGS!$libgtkhtml3_14_CFLAGS$ac_delim
5321    libgtkhtml3_14_LIBS!$libgtkhtml3_14_LIBS$ac_delim
5322    libgtkhtml3_8_CFLAGS!$libgtkhtml3_8_CFLAGS$ac_delim
5323    libgtkhtml3_8_LIBS!$libgtkhtml3_8_LIBS$ac_delim
5324    hildon_CFLAGS!$hildon_CFLAGS$ac_delim
5325    hildon_LIBS!$hildon_LIBS$ac_delim
5326    osso_CFLAGS!$osso_CFLAGS$ac_delim
5327    osso_LIBS!$osso_LIBS$ac_delim
5328    hildon_fm_2_CFLAGS!$hildon_fm_2_CFLAGS$ac_delim
5329    hildon_fm_2_LIBS!$hildon_fm_2_LIBS$ac_delim
5330    sqlite3_CFLAGS!$sqlite3_CFLAGS$ac_delim
5331    sqlite3_LIBS!$sqlite3_LIBS$ac_delim
5332    hildon_help_CFLAGS!$hildon_help_CFLAGS$ac_delim
5333    hildon_help_LIBS!$hildon_help_LIBS$ac_delim
5334    gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim
5335    gpsbt_LIBS!$gpsbt_LIBS$ac_delim
5336    liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim
5337    liblocation_LIBS!$liblocation_LIBS$ac_delim
5338    MAEMO_VERSION_MAJOR!$MAEMO_VERSION_MAJOR$ac_delim
5339    gtk_CFLAGS!$gtk_CFLAGS$ac_delim
5340    gtk_LIBS!$gtk_LIBS$ac_delim
5341    gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim
5342    gnome2_LIBS!$gnome2_LIBS$ac_delim
5343    EXTRA_OBJS!$EXTRA_OBJS$ac_delim
5344    ICON!$ICON$ac_delim
5345    INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim
5346    LIBOBJS!$LIBOBJS$ac_delim
5347    LTLIBOBJS!$LTLIBOBJS$ac_delim
5348    _ACEOF
5349    
5350    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` = 89; then
   if test $ac_delim_n = $ac_delim_num; then  
5351      break      break
5352    elif $ac_last_try; then    elif $ac_last_try; then
5353      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5354  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5355     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5356    else    else
5357      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5358    fi    fi
5359  done  done
 rm -f conf$$subs.sh  
5360    
5361  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
5362  cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&  if test -n "$ac_eof"; then
5363      ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
5364      ac_eof=`expr $ac_eof + 1`
5365    fi
5366    
5367    cat >>$CONFIG_STATUS <<_ACEOF
5368    cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
5369    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
5370    _ACEOF
5371    sed '
5372    s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
5373    s/^/s,@/; s/!/@,|#_!!_#|/
5374    :n
5375    t n
5376    s/'"$ac_delim"'$/,g/; t
5377    s/$/\\/; p
5378    N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
5379    ' >>$CONFIG_STATUS <conf$$subs.sed
5380    rm -f conf$$subs.sed
5381    cat >>$CONFIG_STATUS <<_ACEOF
5382    :end
5383    s/|#_!!_#|//g
5384    CEOF$ac_eof
5385  _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 = ""  
5386    
 }  
 {  
   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  
   }  
   
   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  
5387    
5388  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5389  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5551  s/^[^=]*=[      ]*$// Line 5400  s/^[^=]*=[      ]*$//
5400  }'  }'
5401  fi  fi
5402    
5403  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5404  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5405    
5406    
5407  eval set X "  :F $CONFIG_FILES      "  for ac_tag in  :F $CONFIG_FILES
 shift  
 for ac_tag  
5408  do  do
5409    case $ac_tag in    case $ac_tag in
5410    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5411    esac    esac
5412    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5413    :[FHL]*:*);;    :[FHL]*:*);;
5414    :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
5415  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}  echo "$as_me: error: Invalid tag $ac_tag." >&2;}
5416     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5417    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5418    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5594  $as_echo "$as_me: error: invalid tag $ac Line 5441  $as_echo "$as_me: error: invalid tag $ac
5441             [\\/$]*) false;;             [\\/$]*) false;;
5442             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5443             esac ||             esac ||
5444             { { $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
5445  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}  echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5446     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5447        esac        esac
5448        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'"  
5449      done      done
5450    
5451      # 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
5452      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5453      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5454      configure_input='Generated from '`      configure_input="Generated from "`IFS=:
5455            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
         `' by configure.'  
5456      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5457        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5458        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5        { echo "$as_me:$LINENO: creating $ac_file" >&5
5459  $as_echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
5460      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  
5461    
5462      case $ac_tag in      case $ac_tag in
5463      *:-:* | *:-) 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; }; } ;;  
5464      esac      esac
5465      ;;      ;;
5466    esac    esac
# Line 5635  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5470  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5470           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5471           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5472           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5473  $as_echo X"$ac_file" |  echo X"$ac_file" |
5474      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5475              s//\1/              s//\1/
5476              q              q
# Line 5661  $as_echo X"$ac_file" | Line 5496  $as_echo X"$ac_file" |
5496      as_dirs=      as_dirs=
5497      while :; do      while :; do
5498        case $as_dir in #(        case $as_dir in #(
5499        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
5500        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5501        esac        esac
5502        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5670  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5505  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5505           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5506           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5507           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5508  $as_echo X"$as_dir" |  echo X"$as_dir" |
5509      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5510              s//\1/              s//\1/
5511              q              q
# Line 5691  $as_echo X"$as_dir" | Line 5526  $as_echo X"$as_dir" |
5526        test -d "$as_dir" && break        test -d "$as_dir" && break
5527      done      done
5528      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5529    } || 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
5530  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}  echo "$as_me: error: cannot create directory $as_dir" >&2;}
5531     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5532    ac_builddir=.    ac_builddir=.
5533    
5534  case "$ac_dir" in  case "$ac_dir" in
5535  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5536  *)  *)
5537    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5538    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5539    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,/,,'`
5540    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5541    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5542    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5741  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5576  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5576    esac    esac
5577  _ACEOF  _ACEOF
5578    
5579  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5580  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5581  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5582  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5583    
5584  ac_sed_dataroot='  case `sed -n '/datarootdir/ {
 /datarootdir/ {  
5585    p    p
5586    q    q
5587  }  }
# Line 5756  ac_sed_dataroot=' Line 5590  ac_sed_dataroot='
5590  /@infodir@/p  /@infodir@/p
5591  /@localedir@/p  /@localedir@/p
5592  /@mandir@/p  /@mandir@/p
5593  '  ' $ac_file_inputs` in
 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in  
5594  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5595  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5596    { $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
5597  $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;}
5598  _ACEOF  _ACEOF
5599  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5600    ac_datarootdir_hack='    ac_datarootdir_hack='
5601    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5602    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5777  _ACEOF Line 5610  _ACEOF
5610  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5611  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5612  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5613  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5614  ac_sed_extra="$ac_vpsub    sed "$ac_vpsub
5615  $extrasub  $extrasub
5616  _ACEOF  _ACEOF
5617  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5618  :t  :t
5619  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5620  s|@configure_input@|$ac_sed_conf_input|;t t  s&@configure_input@&$configure_input&;t t
5621  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  
5622  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5623  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5624  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5796  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5628  s&@abs_builddir@&$ac_abs_builddir&;t t
5628  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5629  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5630  $ac_datarootdir_hack  $ac_datarootdir_hack
5631  "  " $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; }; }  
5632    
5633  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5634    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5635    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5636    { $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'
5637  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5638  $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'
5639  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5640    
5641    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5642    case $ac_file in    case $ac_file in
5643    -) cat "$tmp/out" && rm -f "$tmp/out";;    -) cat "$tmp/out"; rm -f "$tmp/out";;
5644    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
5645    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; }; }  
5646   ;;   ;;
5647    
5648    
# Line 5832  _ACEOF Line 5657  _ACEOF
5657  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5658  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5659    
 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; }; }  
   
5660    
5661  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5662  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5858  if test "$no_create" != yes; then Line 5678  if test "$no_create" != yes; then
5678    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5679    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5680  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  
5681    

Legend:
Removed from v.168  
changed lines
  Added in v.169