Diff of /trunk/configure

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

revision 59 by harbaum, Wed Aug 12 12:16:05 2009 UTC revision 60 by harbaum, Mon Aug 17 19:44:00 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.61 for GPXView 0.8.3.  # Generated by GNU Autoconf 2.63 for GPXView 0.8.4.
4  #  #
5  # Report bugs to <till@harbaum.org>.  # Report bugs to <till@harbaum.org>.
6  #  #
7  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8  # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
10  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
11  ## --------------------- ##  ## --------------------- ##
# Line 17  DUALCASE=1; export DUALCASE # for MKS sh Line 17  DUALCASE=1; export DUALCASE # for MKS sh
17  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18    emulate sh    emulate sh
19    NULLCMD=:    NULLCMD=:
20    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
22    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
23    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 39  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 39  as_cr_Letters=$as_cr_letters$as_cr_LETTE
39  as_cr_digits='0123456789'  as_cr_digits='0123456789'
40  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
41    
42  # The user is always right.  as_nl='
43  if test "${PATH_SEPARATOR+set}" != set; then  '
44    echo "#! /bin/sh" >conf$$.sh  export as_nl
45    echo  "exit 0"   >>conf$$.sh  # Printing a long string crashes Solaris 7 /usr/bin/printf.
46    chmod +x conf$$.sh  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48      PATH_SEPARATOR=';'  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49    if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50      as_echo='printf %s\n'
51      as_echo_n='printf %s'
52    else
53      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55        as_echo_n='/usr/ucb/echo -n'
56    else    else
57      PATH_SEPARATOR=:      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58        as_echo_n_body='eval
59          arg=$1;
60          case $arg in
61          *"$as_nl"*)
62            expr "X$arg" : "X\\(.*\\)$as_nl";
63            arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64          esac;
65          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66        '
67        export as_echo_n_body
68        as_echo_n='sh -c $as_echo_n_body as_echo'
69    fi    fi
70    rm -f conf$$.sh    export as_echo_body
71      as_echo='sh -c $as_echo_body as_echo'
72    fi
73    
74    # The user is always right.
75    if test "${PATH_SEPARATOR+set}" != set; then
76      PATH_SEPARATOR=:
77      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79          PATH_SEPARATOR=';'
80      }
81  fi  fi
82    
83  # Support unset when possible.  # Support unset when possible.
# Line 65  fi Line 93  fi
93  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
94  # (If _AS_PATH_WALK were called with IFS unset, it would disable word  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
 as_nl='  
 '  
96  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
97    
98  # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
# Line 89  if test "x$as_myself" = x; then Line 115  if test "x$as_myself" = x; then
115    as_myself=$0    as_myself=$0
116  fi  fi
117  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
118    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119    { (exit 1); exit 1; }    { (exit 1); exit 1; }
120  fi  fi
121    
# Line 102  PS2='> ' Line 128  PS2='> '
128  PS4='+ '  PS4='+ '
129    
130  # NLS nuisances.  # NLS nuisances.
131  for as_var in \  LC_ALL=C
132    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  export LC_ALL
133    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LANGUAGE=C
134    LC_TELEPHONE LC_TIME  export LANGUAGE
 do  
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then  
     eval $as_var=C; export $as_var  
   else  
     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var  
   fi  
 done  
135    
136  # Required to use basename.  # Required to use basename.
137  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 134  as_me=`$as_basename -- "$0" || Line 153  as_me=`$as_basename -- "$0" ||
153  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
155           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156  echo X/"$0" |  $as_echo X/"$0" |
157      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
158              s//\1/              s//\1/
159              q              q
# Line 160  else Line 179  else
179    as_have_required=no    as_have_required=no
180  fi  fi
181    
182    if test $as_have_required = yes &&     (eval ":    if test $as_have_required = yes &&     (eval ":
183  (as_func_return () {  (as_func_return () {
184    (exit \$1)    (exit \$1)
185  }  }
# Line 242  IFS=$as_save_IFS Line 261  IFS=$as_save_IFS
261  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262    emulate sh    emulate sh
263    NULLCMD=:    NULLCMD=:
264    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
266    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
267    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 263  _ASEOF Line 282  _ASEOF
282  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283    emulate sh    emulate sh
284    NULLCMD=:    NULLCMD=:
285    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
287    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
288    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 343  fi Line 362  fi
362    
363        if test "x$CONFIG_SHELL" != x; then        if test "x$CONFIG_SHELL" != x; then
364    for as_var in BASH_ENV ENV    for as_var in BASH_ENV ENV
365          do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var          do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366          done          done
367          export CONFIG_SHELL          export CONFIG_SHELL
368          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369  fi  fi
370    
371    
# Line 415  fi Line 434  fi
434    
435  test \$exitcode = 0") || {  test \$exitcode = 0") || {
436    echo No shell found that supports shell functions.    echo No shell found that supports shell functions.
437    echo Please tell autoconf@gnu.org about your system,    echo Please tell bug-autoconf@gnu.org about your system,
438    echo including any error possibly output before this    echo including any error possibly output before this message.
439    echo message    echo This can help us improve future autoconf versions.
440      echo Configuration will now proceed without shell functions.
441  }  }
442    
443    
# Line 453  test \$exitcode = 0") || { Line 473  test \$exitcode = 0") || {
473        s/-\n.*//        s/-\n.*//
474      ' >$as_me.lineno &&      ' >$as_me.lineno &&
475    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
476      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
478    
479    # Don't try to exec as it changes $[0], causing all sort of problems    # Don't try to exec as it changes $[0], causing all sort of problems
# Line 481  case `echo -n x` in Line 501  case `echo -n x` in
501  *)  *)
502    ECHO_N='-n';;    ECHO_N='-n';;
503  esac  esac
   
504  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
505     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
506    as_expr=expr    as_expr=expr
# Line 494  if test -d conf$$.dir; then Line 513  if test -d conf$$.dir; then
513    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
514  else  else
515    rm -f conf$$.dir    rm -f conf$$.dir
516    mkdir conf$$.dir    mkdir conf$$.dir 2>/dev/null
517  fi  fi
518  echo >conf$$.file  if (echo >conf$$.file) 2>/dev/null; then
519  if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
520    as_ln_s='ln -s'      as_ln_s='ln -s'
521    # ... but there are two gotchas:      # ... but there are two gotchas:
522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524    # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -p'.
525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526          as_ln_s='cp -p'
527      elif ln conf$$.file conf$$ 2>/dev/null; then
528        as_ln_s=ln
529      else
530      as_ln_s='cp -p'      as_ln_s='cp -p'
531  elif ln conf$$.file conf$$ 2>/dev/null; then    fi
   as_ln_s=ln  
532  else  else
533    as_ln_s='cp -p'    as_ln_s='cp -p'
534  fi  fi
# Line 531  else Line 553  else
553    as_test_x='    as_test_x='
554      eval sh -c '\''      eval sh -c '\''
555        if test -d "$1"; then        if test -d "$1"; then
556          test -d "$1/.";          test -d "$1/.";
557        else        else
558          case $1 in          case $1 in
559          -*)set "./$1";;          -*)set "./$1";;
560          esac;          esac;
561          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 574  SHELL=${CONFIG_SHELL-/bin/sh} Line 596  SHELL=${CONFIG_SHELL-/bin/sh}
596  # Identity of this package.  # Identity of this package.
597  PACKAGE_NAME='GPXView'  PACKAGE_NAME='GPXView'
598  PACKAGE_TARNAME='gpxview'  PACKAGE_TARNAME='gpxview'
599  PACKAGE_VERSION='0.8.3'  PACKAGE_VERSION='0.8.4'
600  PACKAGE_STRING='GPXView 0.8.3'  PACKAGE_STRING='GPXView 0.8.4'
601  PACKAGE_BUGREPORT='till@harbaum.org'  PACKAGE_BUGREPORT='till@harbaum.org'
602    
603  ac_unique_file="src/main.c"  ac_unique_file="src/main.c"
604  ac_subst_vars='SHELL  ac_subst_vars='LTLIBOBJS
 PATH_SEPARATOR  
 PACKAGE_NAME  
 PACKAGE_TARNAME  
 PACKAGE_VERSION  
 PACKAGE_STRING  
 PACKAGE_BUGREPORT  
 exec_prefix  
 prefix  
 program_transform_name  
 bindir  
 sbindir  
 libexecdir  
 datarootdir  
 datadir  
 sysconfdir  
 sharedstatedir  
 localstatedir  
 includedir  
 oldincludedir  
 docdir  
 infodir  
 htmldir  
 dvidir  
 pdfdir  
 psdir  
 libdir  
 localedir  
 mandir  
 DEFS  
 ECHO_C  
 ECHO_N  
 ECHO_T  
 LIBS  
 build_alias  
 host_alias  
 target_alias  
 PACKAGE  
 CC  
 CFLAGS  
 LDFLAGS  
 CPPFLAGS  
 ac_ct_CC  
 EXEEXT  
 OBJEXT  
 INSTALL_PROGRAM  
 INSTALL_SCRIPT  
 INSTALL_DATA  
 LN_S  
 SET_MAKE  
 PKG_CONFIG  
 gnome_vfs_module_CFLAGS  
 gnome_vfs_module_LIBS  
 libxml2_CFLAGS  
 libxml2_LIBS  
 libsoup24_CFLAGS  
 libsoup24_LIBS  
 libsoup22_CFLAGS  
 libsoup22_LIBS  
 libgtkhtml3_14_CFLAGS  
 libgtkhtml3_14_LIBS  
 libgtkhtml3_8_CFLAGS  
 libgtkhtml3_8_LIBS  
 hildon_CFLAGS  
 hildon_LIBS  
 osso_CFLAGS  
 osso_LIBS  
 hildon_fm_2_CFLAGS  
 hildon_fm_2_LIBS  
 sqlite3_CFLAGS  
 sqlite3_LIBS  
 hildon_help_CFLAGS  
 hildon_help_LIBS  
 gpsbt_CFLAGS  
 gpsbt_LIBS  
 liblocation_CFLAGS  
 liblocation_LIBS  
 gtk_CFLAGS  
 gtk_LIBS  
 gnome2_CFLAGS  
 gnome2_LIBS  
 EXTRA_OBJS  
 INSTALL_PLATTFORM  
605  LIBOBJS  LIBOBJS
606  LTLIBOBJS'  INSTALL_PLATTFORM
607    EXTRA_OBJS
608    gnome2_LIBS
609    gnome2_CFLAGS
610    gtk_LIBS
611    gtk_CFLAGS
612    liblocation_LIBS
613    liblocation_CFLAGS
614    gpsbt_LIBS
615    gpsbt_CFLAGS
616    hildon_help_LIBS
617    hildon_help_CFLAGS
618    sqlite3_LIBS
619    sqlite3_CFLAGS
620    hildon_fm_2_LIBS
621    hildon_fm_2_CFLAGS
622    osso_LIBS
623    osso_CFLAGS
624    hildon_LIBS
625    hildon_CFLAGS
626    libgtkhtml3_8_LIBS
627    libgtkhtml3_8_CFLAGS
628    libgtkhtml3_14_LIBS
629    libgtkhtml3_14_CFLAGS
630    libsoup22_LIBS
631    libsoup22_CFLAGS
632    libsoup24_LIBS
633    libsoup24_CFLAGS
634    libxml2_LIBS
635    libxml2_CFLAGS
636    gnome_vfs_module_LIBS
637    gnome_vfs_module_CFLAGS
638    PKG_CONFIG
639    SET_MAKE
640    LN_S
641    INSTALL_DATA
642    INSTALL_SCRIPT
643    INSTALL_PROGRAM
644    OBJEXT
645    EXEEXT
646    ac_ct_CC
647    CPPFLAGS
648    LDFLAGS
649    CFLAGS
650    CC
651    PACKAGE
652    target_alias
653    host_alias
654    build_alias
655    LIBS
656    ECHO_T
657    ECHO_N
658    ECHO_C
659    DEFS
660    mandir
661    localedir
662    libdir
663    psdir
664    pdfdir
665    dvidir
666    htmldir
667    infodir
668    docdir
669    oldincludedir
670    includedir
671    localstatedir
672    sharedstatedir
673    sysconfdir
674    datadir
675    datarootdir
676    libexecdir
677    sbindir
678    bindir
679    program_transform_name
680    prefix
681    exec_prefix
682    PACKAGE_BUGREPORT
683    PACKAGE_STRING
684    PACKAGE_VERSION
685    PACKAGE_TARNAME
686    PACKAGE_NAME
687    PATH_SEPARATOR
688    SHELL'
689  ac_subst_files=''  ac_subst_files=''
690    ac_user_opts='
691    enable_option_checking
692    '
693        ac_precious_vars='build_alias        ac_precious_vars='build_alias
694  host_alias  host_alias
695  target_alias  target_alias
# Line 709  gnome2_LIBS' Line 734  gnome2_LIBS'
734  # Initialize some variables set by options.  # Initialize some variables set by options.
735  ac_init_help=  ac_init_help=
736  ac_init_version=false  ac_init_version=false
737    ac_unrecognized_opts=
738    ac_unrecognized_sep=
739  # The variables have the same names as the options, with  # The variables have the same names as the options, with
740  # dashes changed to underlines.  # dashes changed to underlines.
741  cache_file=/dev/null  cache_file=/dev/null
# Line 807  do Line 834  do
834      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
835    
836    -disable-* | --disable-*)    -disable-* | --disable-*)
837      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
838      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
839      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
840        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
841     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
842      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
843      eval enable_$ac_feature=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
844        case $ac_user_opts in
845          *"
846    "enable_$ac_useropt"
847    "*) ;;
848          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
849             ac_unrecognized_sep=', ';;
850        esac
851        eval enable_$ac_useropt=no ;;
852    
853    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
854      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 826  do Line 861  do
861      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
862    
863    -enable-* | --enable-*)    -enable-* | --enable-*)
864      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
865      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
866      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
867        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
868     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
869      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
870      eval enable_$ac_feature=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
871        case $ac_user_opts in
872          *"
873    "enable_$ac_useropt"
874    "*) ;;
875          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
876             ac_unrecognized_sep=', ';;
877        esac
878        eval enable_$ac_useropt=\$ac_optarg ;;
879    
880    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
881    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1023  do Line 1066  do
1066      ac_init_version=: ;;      ac_init_version=: ;;
1067    
1068    -with-* | --with-*)    -with-* | --with-*)
1069      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1070      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1071      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1072        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1073     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1074      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1075      eval with_$ac_package=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1076        case $ac_user_opts in
1077          *"
1078    "with_$ac_useropt"
1079    "*) ;;
1080          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1081             ac_unrecognized_sep=', ';;
1082        esac
1083        eval with_$ac_useropt=\$ac_optarg ;;
1084    
1085    -without-* | --without-*)    -without-* | --without-*)
1086      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1087      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1088      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1090     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1091      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1092      eval with_$ac_package=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1093        case $ac_user_opts in
1094          *"
1095    "with_$ac_useropt"
1096    "*) ;;
1097          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1098             ac_unrecognized_sep=', ';;
1099        esac
1100        eval with_$ac_useropt=no ;;
1101    
1102    --x)    --x)
1103      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1058  do Line 1117  do
1117    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1118      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1119    
1120    -*) { echo "$as_me: error: unrecognized option: $ac_option    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1121  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1122     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1123      ;;      ;;
# Line 1067  Try \`$0 --help' for more information." Line 1126  Try \`$0 --help' for more information."
1126      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1127      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1128      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1129        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1130     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1131      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1132      export $ac_envvar ;;      export $ac_envvar ;;
1133    
1134    *)    *)
1135      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1136      echo "$as_me: WARNING: you should use --build, --host, --target" >&2      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1137      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138        echo "$as_me: WARNING: invalid host type: $ac_option" >&2        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1139      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1140      ;;      ;;
1141    
# Line 1085  done Line 1144  done
1144    
1145  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1146    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1147    { echo "$as_me: error: missing argument to $ac_option" >&2    { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1148     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1149  fi  fi
1150    
1151  # Be sure to have absolute directory names.  if test -n "$ac_unrecognized_opts"; then
1152      case $enable_option_checking in
1153        no) ;;
1154        fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1155       { (exit 1); exit 1; }; } ;;
1156        *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1157      esac
1158    fi
1159    
1160    # Check all directory arguments for consistency.
1161  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1162                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1163                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1164                  libdir localedir mandir                  libdir localedir mandir
1165  do  do
1166    eval ac_val=\$$ac_var    eval ac_val=\$$ac_var
1167      # Remove trailing slashes.
1168      case $ac_val in
1169        */ )
1170          ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1171          eval $ac_var=\$ac_val;;
1172      esac
1173      # Be sure to have absolute directory names.
1174    case $ac_val in    case $ac_val in
1175      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1176      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1177    esac    esac
1178    { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2    { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1179     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1180  done  done
1181    
# Line 1115  target=$target_alias Line 1190  target=$target_alias
1190  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1191    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1192      cross_compiling=maybe      cross_compiling=maybe
1193      echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.      $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1194      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
1195    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1196      cross_compiling=yes      cross_compiling=yes
# Line 1131  test "$silent" = yes && exec 6>/dev/null Line 1206  test "$silent" = yes && exec 6>/dev/null
1206  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1207  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1208  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1209    { echo "$as_me: error: Working directory cannot be determined" >&2    { $as_echo "$as_me: error: working directory cannot be determined" >&2
1210     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1211  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1212    { echo "$as_me: error: pwd does not report name of working directory" >&2    { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1213     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1214    
1215    
# Line 1142  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1217  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1217  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1218    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1219    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1220    ac_confdir=`$as_dirname -- "$0" ||    ac_confdir=`$as_dirname -- "$as_myself" ||
1221  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1222           X"$0" : 'X\(//\)[^/]' \| \           X"$as_myself" : 'X\(//\)[^/]' \| \
1223           X"$0" : 'X\(//\)$' \| \           X"$as_myself" : 'X\(//\)$' \| \
1224           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1225  echo X"$0" |  $as_echo X"$as_myself" |
1226      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1227              s//\1/              s//\1/
1228              q              q
# Line 1174  else Line 1249  else
1249  fi  fi
1250  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1251    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1252    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2    { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1253     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1254  fi  fi
1255  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1256  ac_abs_confdir=`(  ac_abs_confdir=`(
1257          cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2          cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1258     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1259          pwd)`          pwd)`
1260  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1206  if test "$ac_init_help" = "long"; then Line 1281  if test "$ac_init_help" = "long"; then
1281    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1282    # 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.
1283    cat <<_ACEOF    cat <<_ACEOF
1284  \`configure' configures GPXView 0.8.3 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.4 to adapt to many kinds of systems.
1285    
1286  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1287    
# Line 1228  Configuration: Line 1303  Configuration:
1303    
1304  Installation directories:  Installation directories:
1305    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1306                            [$ac_default_prefix]                            [$ac_default_prefix]
1307    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1308                            [PREFIX]                            [PREFIX]
1309    
1310  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1311  \`$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 1240  for instance \`--prefix=\$HOME'. Line 1315  for instance \`--prefix=\$HOME'.
1315  For better control, use the options below.  For better control, use the options below.
1316    
1317  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1318    --bindir=DIR           user executables [EPREFIX/bin]    --bindir=DIR            user executables [EPREFIX/bin]
1319    --sbindir=DIR          system admin executables [EPREFIX/sbin]    --sbindir=DIR           system admin executables [EPREFIX/sbin]
1320    --libexecdir=DIR       program executables [EPREFIX/libexec]    --libexecdir=DIR        program executables [EPREFIX/libexec]
1321    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1322    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1323    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1324    --libdir=DIR           object code libraries [EPREFIX/lib]    --libdir=DIR            object code libraries [EPREFIX/lib]
1325    --includedir=DIR       C header files [PREFIX/include]    --includedir=DIR        C header files [PREFIX/include]
1326    --oldincludedir=DIR    C header files for non-gcc [/usr/include]    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1327    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1328    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1329    --infodir=DIR          info documentation [DATAROOTDIR/info]    --infodir=DIR           info documentation [DATAROOTDIR/info]
1330    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1331    --mandir=DIR           man documentation [DATAROOTDIR/man]    --mandir=DIR            man documentation [DATAROOTDIR/man]
1332    --docdir=DIR           documentation root [DATAROOTDIR/doc/gpxview]    --docdir=DIR            documentation root [DATAROOTDIR/doc/gpxview]
1333    --htmldir=DIR          html documentation [DOCDIR]    --htmldir=DIR           html documentation [DOCDIR]
1334    --dvidir=DIR           dvi documentation [DOCDIR]    --dvidir=DIR            dvi documentation [DOCDIR]
1335    --pdfdir=DIR           pdf documentation [DOCDIR]    --pdfdir=DIR            pdf documentation [DOCDIR]
1336    --psdir=DIR            ps documentation [DOCDIR]    --psdir=DIR             ps documentation [DOCDIR]
1337  _ACEOF  _ACEOF
1338    
1339    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1267  fi Line 1342  fi
1342    
1343  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1344    case $ac_init_help in    case $ac_init_help in
1345       short | recursive ) echo "Configuration of GPXView 0.8.3:";;       short | recursive ) echo "Configuration of GPXView 0.8.4:";;
1346     esac     esac
1347    cat <<\_ACEOF    cat <<\_ACEOF
1348    
# Line 1345  fi Line 1420  fi
1420  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1421    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1422    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
1423      test -d "$ac_dir" || continue      test -d "$ac_dir" ||
1424          { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1425          continue
1426      ac_builddir=.      ac_builddir=.
1427    
1428  case "$ac_dir" in  case "$ac_dir" in
1429  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1430  *)  *)
1431    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1432    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1433    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1434    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1435    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1436    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1389  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1466  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1466        echo &&        echo &&
1467        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1468      else      else
1469        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2        $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1470      fi || ac_status=$?      fi || ac_status=$?
1471      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1472    done    done
# Line 1398  fi Line 1475  fi
1475  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1476  if $ac_init_version; then  if $ac_init_version; then
1477    cat <<\_ACEOF    cat <<\_ACEOF
1478  GPXView configure 0.8.3  GPXView configure 0.8.4
1479  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.63
1480    
1481  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1482  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1483  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1484  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1485  _ACEOF  _ACEOF
# Line 1412  cat >config.log <<_ACEOF Line 1489  cat >config.log <<_ACEOF
1489  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1490  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1491    
1492  It was created by GPXView $as_me 0.8.3, which was  It was created by GPXView $as_me 0.8.4, which was
1493  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
1494    
1495    $ $0 $@    $ $0 $@
1496    
# Line 1449  for as_dir in $PATH Line 1526  for as_dir in $PATH
1526  do  do
1527    IFS=$as_save_IFS    IFS=$as_save_IFS
1528    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1529    echo "PATH: $as_dir"    $as_echo "PATH: $as_dir"
1530  done  done
1531  IFS=$as_save_IFS  IFS=$as_save_IFS
1532    
# Line 1484  do Line 1561  do
1561      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1562        continue ;;        continue ;;
1563      *\'*)      *\'*)
1564        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1565      esac      esac
1566      case $ac_pass in      case $ac_pass in
1567      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1536  _ASBOX Line 1613  _ASBOX
1613      case $ac_val in #(      case $ac_val in #(
1614      *${as_nl}*)      *${as_nl}*)
1615        case $ac_var in #(        case $ac_var in #(
1616        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1617  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1618        esac        esac
1619        case $ac_var in #(        case $ac_var in #(
1620        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
1621          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1622        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1623        esac ;;        esac ;;
1624      esac      esac
# Line 1570  _ASBOX Line 1648  _ASBOX
1648      do      do
1649        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1650        case $ac_val in        case $ac_val in
1651        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1652        esac        esac
1653        echo "$ac_var='\''$ac_val'\''"        $as_echo "$ac_var='\''$ac_val'\''"
1654      done | sort      done | sort
1655      echo      echo
1656    
# Line 1587  _ASBOX Line 1665  _ASBOX
1665        do        do
1666          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1667          case $ac_val in          case $ac_val in
1668          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1669          esac          esac
1670          echo "$ac_var='\''$ac_val'\''"          $as_echo "$ac_var='\''$ac_val'\''"
1671        done | sort        done | sort
1672        echo        echo
1673      fi      fi
# Line 1605  _ASBOX Line 1683  _ASBOX
1683        echo        echo
1684      fi      fi
1685      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1686        echo "$as_me: caught signal $ac_signal"        $as_echo "$as_me: caught signal $ac_signal"
1687      echo "$as_me: exit $exit_status"      $as_echo "$as_me: exit $exit_status"
1688    } >&5    } >&5
1689    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1690      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1648  _ACEOF Line 1726  _ACEOF
1726    
1727    
1728  # 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.
1729  # Prefer explicitly selected file to automatically selected ones.  # Prefer an explicitly selected file to automatically selected ones.
1730    ac_site_file1=NONE
1731    ac_site_file2=NONE
1732  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1733    set x "$CONFIG_SITE"    ac_site_file1=$CONFIG_SITE
1734  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1735    set x "$prefix/share/config.site" "$prefix/etc/config.site"    ac_site_file1=$prefix/share/config.site
1736      ac_site_file2=$prefix/etc/config.site
1737  else  else
1738    set x "$ac_default_prefix/share/config.site" \    ac_site_file1=$ac_default_prefix/share/config.site
1739          "$ac_default_prefix/etc/config.site"    ac_site_file2=$ac_default_prefix/etc/config.site
1740  fi  fi
1741  shift  for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 for ac_site_file  
1742  do  do
1743      test "x$ac_site_file" = xNONE && continue
1744    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1745      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1746  echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1747      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1748      . "$ac_site_file"      . "$ac_site_file"
1749    fi    fi
# Line 1672  if test -r "$cache_file"; then Line 1753  if test -r "$cache_file"; then
1753    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1754    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1755    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1756      { echo "$as_me:$LINENO: loading cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1757  echo "$as_me: loading cache $cache_file" >&6;}  $as_echo "$as_me: loading cache $cache_file" >&6;}
1758      case $cache_file in      case $cache_file in
1759        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1760        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1761      esac      esac
1762    fi    fi
1763  else  else
1764    { echo "$as_me:$LINENO: creating cache $cache_file" >&5    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1765  echo "$as_me: creating cache $cache_file" >&6;}  $as_echo "$as_me: creating cache $cache_file" >&6;}
1766    >$cache_file    >$cache_file
1767  fi  fi
1768    
# Line 1695  for ac_var in $ac_precious_vars; do Line 1776  for ac_var in $ac_precious_vars; do
1776    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1777    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1778      set,)      set,)
1779        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1780  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}  $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1781        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1782      ,set)      ,set)
1783        { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1784  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}  $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1785        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1786      ,);;      ,);;
1787      *)      *)
1788        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1789          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          # differences in whitespace do not lead to failure.
1790  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}          ac_old_val_w=`echo x $ac_old_val`
1791          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          ac_new_val_w=`echo x $ac_new_val`
1792  echo "$as_me:   former value:  $ac_old_val" >&2;}          if test "$ac_old_val_w" != "$ac_new_val_w"; then
1793          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5            { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1794  echo "$as_me:   current value: $ac_new_val" >&2;}  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1795          ac_cache_corrupted=:            ac_cache_corrupted=:
1796            else
1797              { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1798    $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1799              eval $ac_var=\$ac_old_val
1800            fi
1801            { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1802    $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1803            { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1804    $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1805        fi;;        fi;;
1806    esac    esac
1807    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1808    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1809      case $ac_new_val in      case $ac_new_val in
1810      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1811      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1812      esac      esac
1813      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1727  echo "$as_me:   current value: $ac_new_v Line 1817  echo "$as_me:   current value: $ac_new_v
1817    fi    fi
1818  done  done
1819  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1820    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1821  echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1822    { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5    { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1823  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1824      { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1825    $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1826     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1827  fi  fi
1828    
# Line 1780  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1872  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1872  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1873    # 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.
1874  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1875  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1876  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1877  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1878    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1879  else  else
1880    if test -n "$CC"; then    if test -n "$CC"; then
1881    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1796  do Line 1888  do
1888    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1889    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
1890      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1891      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1892      break 2      break 2
1893    fi    fi
1894  done  done
# Line 1807  fi Line 1899  fi
1899  fi  fi
1900  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1901  if test -n "$CC"; then  if test -n "$CC"; then
1902    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1903  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1904  else  else
1905    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1906  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1907  fi  fi
1908    
1909    
# Line 1820  if test -z "$ac_cv_prog_CC"; then Line 1912  if test -z "$ac_cv_prog_CC"; then
1912    ac_ct_CC=$CC    ac_ct_CC=$CC
1913    # 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.
1914  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1915  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1916  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1917  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1918    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1919  else  else
1920    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1921    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 1836  do Line 1928  do
1928    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1929    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
1930      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1931      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1932      break 2      break 2
1933    fi    fi
1934  done  done
# Line 1847  fi Line 1939  fi
1939  fi  fi
1940  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1941  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1942    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1943  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
1944  else  else
1945    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1946  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1947  fi  fi
1948    
1949    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1859  fi Line 1951  fi
1951    else    else
1952      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1953  yes:)  yes:)
1954  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
1955  whose name does not start with the host triplet.  If you think this  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 configuration is useful to you, please write to autoconf@gnu.org." >&5  
 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools  
 whose name does not start with the host triplet.  If you think this  
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}  
1956  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1957  esac  esac
1958      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1877  if test -z "$CC"; then Line 1965  if test -z "$CC"; then
1965            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1966      # 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.
1967  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1968  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1969  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1970  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1971    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1972  else  else
1973    if test -n "$CC"; then    if test -n "$CC"; then
1974    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1893  do Line 1981  do
1981    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1982    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
1983      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1984      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1985      break 2      break 2
1986    fi    fi
1987  done  done
# Line 1904  fi Line 1992  fi
1992  fi  fi
1993  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1994  if test -n "$CC"; then  if test -n "$CC"; then
1995    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1996  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1997  else  else
1998    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1999  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2000  fi  fi
2001    
2002    
# Line 1917  fi Line 2005  fi
2005  if test -z "$CC"; then  if test -z "$CC"; then
2006    # 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.
2007  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
2008  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2009  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2010  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2011    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2012  else  else
2013    if test -n "$CC"; then    if test -n "$CC"; then
2014    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1938  do Line 2026  do
2026         continue         continue
2027       fi       fi
2028      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
2029      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2030      break 2      break 2
2031    fi    fi
2032  done  done
# Line 1961  fi Line 2049  fi
2049  fi  fi
2050  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2051  if test -n "$CC"; then  if test -n "$CC"; then
2052    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2053  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2054  else  else
2055    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2056  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2057  fi  fi
2058    
2059    
# Line 1976  if test -z "$CC"; then Line 2064  if test -z "$CC"; then
2064    do    do
2065      # 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.
2066  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2067  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2068  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2069  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2070    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2071  else  else
2072    if test -n "$CC"; then    if test -n "$CC"; then
2073    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1992  do Line 2080  do
2080    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2081    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
2082      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2083      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2084      break 2      break 2
2085    fi    fi
2086  done  done
# Line 2003  fi Line 2091  fi
2091  fi  fi
2092  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2093  if test -n "$CC"; then  if test -n "$CC"; then
2094    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2095  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2096  else  else
2097    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2098  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2099  fi  fi
2100    
2101    
# Line 2020  if test -z "$CC"; then Line 2108  if test -z "$CC"; then
2108  do  do
2109    # 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.
2110  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2111  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2112  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2113  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2114    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2115  else  else
2116    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2117    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 2036  do Line 2124  do
2124    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2125    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
2126      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2127      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2128      break 2      break 2
2129    fi    fi
2130  done  done
# Line 2047  fi Line 2135  fi
2135  fi  fi
2136  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2137  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2138    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2139  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
2140  else  else
2141    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2142  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2143  fi  fi
2144    
2145    
# Line 2063  done Line 2151  done
2151    else    else
2152      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2153  yes:)  yes:)
2154  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2155  whose name does not start with the host triplet.  If you think this  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 configuration is useful to you, please write to autoconf@gnu.org." >&5  
 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools  
 whose name does not start with the host triplet.  If you think this  
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}  
2156  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2157  esac  esac
2158      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2078  fi Line 2162  fi
2162  fi  fi
2163    
2164    
2165  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2166    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2167    { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2168  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2169  echo "$as_me: error: no acceptable C compiler found in \$PATH  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2170  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2171     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2172    
2173  # Provide some information about the compiler.  # Provide some information about the compiler.
2174  echo "$as_me:$LINENO: checking for C compiler version" >&5  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2175  ac_compiler=`set X $ac_compile; echo $2`  set X $ac_compile
2176    ac_compiler=$2
2177  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&5"
2178  case "(($ac_try" in  case "(($ac_try" in
2179    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2180    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2181  esac  esac
2182  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2183    $as_echo "$ac_try_echo") >&5
2184    (eval "$ac_compiler --version >&5") 2>&5    (eval "$ac_compiler --version >&5") 2>&5
2185    ac_status=$?    ac_status=$?
2186    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2187    (exit $ac_status); }    (exit $ac_status); }
2188  { (ac_try="$ac_compiler -v >&5"  { (ac_try="$ac_compiler -v >&5"
2189  case "(($ac_try" in  case "(($ac_try" in
2190    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2191    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2192  esac  esac
2193  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2194    $as_echo "$ac_try_echo") >&5
2195    (eval "$ac_compiler -v >&5") 2>&5    (eval "$ac_compiler -v >&5") 2>&5
2196    ac_status=$?    ac_status=$?
2197    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2198    (exit $ac_status); }    (exit $ac_status); }
2199  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2200  case "(($ac_try" in  case "(($ac_try" in
2201    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2202    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2203  esac  esac
2204  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2205    $as_echo "$ac_try_echo") >&5
2206    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2207    ac_status=$?    ac_status=$?
2208    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209    (exit $ac_status); }    (exit $ac_status); }
2210    
2211  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2134  main () Line 2224  main ()
2224  }  }
2225  _ACEOF  _ACEOF
2226  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2227  ac_clean_files="$ac_clean_files a.out a.exe b.out"  ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2228  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2229  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2230  # of exeext.  # of exeext.
2231  { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5  { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2232  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }  $as_echo_n "checking for C compiler default output file name... " >&6; }
2233  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2234  #  
2235  # List of possible output files, starting from the most likely.  # The possible output files:
2236  # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)  ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2237  # only as a last resort.  b.out is created by i960 compilers.  
 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'  
 #  
 # The IRIX 6 linker writes into existing files which may not be  
 # executable, retaining their permissions.  Remove them first so a  
 # subsequent execution test works.  
2238  ac_rmfiles=  ac_rmfiles=
2239  for ac_file in $ac_files  for ac_file in $ac_files
2240  do  do
2241    case $ac_file in    case $ac_file in
2242      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2243      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2244    esac    esac
2245  done  done
# Line 2165  case "(($ac_try" in Line 2250  case "(($ac_try" in
2250    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2251    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2252  esac  esac
2253  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2254    $as_echo "$ac_try_echo") >&5
2255    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2256    ac_status=$?    ac_status=$?
2257    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2258    (exit $ac_status); }; then    (exit $ac_status); }; then
2259    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2260  # 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 2179  for ac_file in $ac_files '' Line 2265  for ac_file in $ac_files ''
2265  do  do
2266    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2267    case $ac_file in    case $ac_file in
2268      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2269          ;;          ;;
2270      [ab].out )      [ab].out )
2271          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2206  else Line 2292  else
2292    ac_file=''    ac_file=''
2293  fi  fi
2294    
2295  { echo "$as_me:$LINENO: result: $ac_file" >&5  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2296  echo "${ECHO_T}$ac_file" >&6; }  $as_echo "$ac_file" >&6; }
2297  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2298    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2299  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2300    
2301  { { echo "$as_me:$LINENO: error: C compiler cannot create executables  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2302    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303    { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2304  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2305  echo "$as_me: error: C compiler cannot create executables  $as_echo "$as_me: error: C compiler cannot create executables
2306  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2307     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }; }
2308  fi  fi
2309    
2310  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2311    
2312  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2313  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2314  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2315  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }  $as_echo_n "checking whether the C compiler works... " >&6; }
2316  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2317  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2318  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2233  if test "$cross_compiling" != yes; then Line 2321  if test "$cross_compiling" != yes; then
2321    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2322    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2323  esac  esac
2324  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2325    $as_echo "$ac_try_echo") >&5
2326    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2327    ac_status=$?    ac_status=$?
2328    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2329    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2330      cross_compiling=no      cross_compiling=no
2331    else    else
2332      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2333          cross_compiling=yes          cross_compiling=yes
2334      else      else
2335          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2336    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2337    { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2338  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2339  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2340  echo "$as_me: error: cannot run C compiled programs.  $as_echo "$as_me: error: cannot run C compiled programs.
2341  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2342  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2343     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2344      fi      fi
2345    fi    fi
2346  fi  fi
2347  { echo "$as_me:$LINENO: result: yes" >&5  { $as_echo "$as_me:$LINENO: result: yes" >&5
2348  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2349    
2350  rm -f a.out a.exe conftest$ac_cv_exeext b.out  rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2351  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2352  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2353  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2354  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2355  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }  $as_echo_n "checking whether we are cross compiling... " >&6; }
2356  { echo "$as_me:$LINENO: result: $cross_compiling" >&5  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2357  echo "${ECHO_T}$cross_compiling" >&6; }  $as_echo "$cross_compiling" >&6; }
2358    
2359  { echo "$as_me:$LINENO: checking for suffix of executables" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2360  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of executables... " >&6; }
2361  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2362  case "(($ac_try" in  case "(($ac_try" in
2363    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2364    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2365  esac  esac
2366  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2367    $as_echo "$ac_try_echo") >&5
2368    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2369    ac_status=$?    ac_status=$?
2370    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2371    (exit $ac_status); }; then    (exit $ac_status); }; then
2372    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2373  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2284  eval "echo \"\$as_me:$LINENO: $ac_try_ec Line 2376  eval "echo \"\$as_me:$LINENO: $ac_try_ec
2376  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2377    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2378    case $ac_file in    case $ac_file in
2379      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2380      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2381            break;;            break;;
2382      * ) break;;      * ) break;;
2383    esac    esac
2384  done  done
2385  else  else
2386    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2387    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2388    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2389  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2390  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link  $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2391  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2392     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2393  fi  fi
2394    
2395  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2396  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2397  echo "${ECHO_T}$ac_cv_exeext" >&6; }  $as_echo "$ac_cv_exeext" >&6; }
2398    
2399  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2400  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2401  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2402  { echo "$as_me:$LINENO: checking for suffix of object files" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2403  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of object files... " >&6; }
2404  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2405    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2406  else  else
2407    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2408  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2331  case "(($ac_try" in Line 2425  case "(($ac_try" in
2425    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2426    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2427  esac  esac
2428  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2429    $as_echo "$ac_try_echo") >&5
2430    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2431    ac_status=$?    ac_status=$?
2432    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2433    (exit $ac_status); }; then    (exit $ac_status); }; then
2434    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2435    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2436    case $ac_file in    case $ac_file in
2437      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2438      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2439         break;;         break;;
2440    esac    esac
2441  done  done
2442  else  else
2443    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2444  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2445    
2446  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2447    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2448    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2449  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2450  echo "$as_me: error: cannot compute suffix of object files: cannot compile  $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2451  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2452     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2453  fi  fi
2454    
2455  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2456  fi  fi
2457  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2458  echo "${ECHO_T}$ac_cv_objext" >&6; }  $as_echo "$ac_cv_objext" >&6; }
2459  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2460  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2461  { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5  { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2462  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2463  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2464    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2465  else  else
2466    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2467  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2390  case "(($ac_try" in Line 2487  case "(($ac_try" in
2487    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2488    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2489  esac  esac
2490  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2491    $as_echo "$ac_try_echo") >&5
2492    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2493    ac_status=$?    ac_status=$?
2494    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2495    rm -f conftest.er1    rm -f conftest.er1
2496    cat conftest.err >&5    cat conftest.err >&5
2497    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498    (exit $ac_status); } && {    (exit $ac_status); } && {
2499           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2500           test ! -s conftest.err           test ! -s conftest.err
2501         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2502    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2503  else  else
2504    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2505  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2506    
2507          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2413  rm -f core conftest.err conftest.$ac_obj Line 2511  rm -f core conftest.err conftest.$ac_obj
2511  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2512    
2513  fi  fi
2514  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2515  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }  $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2516  GCC=`test $ac_compiler_gnu = yes && echo yes`  if test $ac_compiler_gnu = yes; then
2517      GCC=yes
2518    else
2519      GCC=
2520    fi
2521  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2522  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2523  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2524  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }  $as_echo_n "checking whether $CC accepts -g... " >&6; }
2525  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2526    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2527  else  else
2528    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2529     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2448  case "(($ac_try" in Line 2550  case "(($ac_try" in
2550    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2551    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2552  esac  esac
2553  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2554    $as_echo "$ac_try_echo") >&5
2555    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2556    ac_status=$?    ac_status=$?
2557    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2558    rm -f conftest.er1    rm -f conftest.er1
2559    cat conftest.err >&5    cat conftest.err >&5
2560    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2561    (exit $ac_status); } && {    (exit $ac_status); } && {
2562           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2563           test ! -s conftest.err           test ! -s conftest.err
2564         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2565    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2566  else  else
2567    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2568  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2569    
2570          CFLAGS=""          CFLAGS=""
# Line 2486  case "(($ac_try" in Line 2589  case "(($ac_try" in
2589    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2590    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2591  esac  esac
2592  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2593    $as_echo "$ac_try_echo") >&5
2594    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2595    ac_status=$?    ac_status=$?
2596    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2597    rm -f conftest.er1    rm -f conftest.er1
2598    cat conftest.err >&5    cat conftest.err >&5
2599    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600    (exit $ac_status); } && {    (exit $ac_status); } && {
2601           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2602           test ! -s conftest.err           test ! -s conftest.err
2603         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2604    :    :
2605  else  else
2606    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2607  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2608    
2609          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2525  case "(($ac_try" in Line 2629  case "(($ac_try" in
2629    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2630    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2631  esac  esac
2632  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2633    $as_echo "$ac_try_echo") >&5
2634    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2635    ac_status=$?    ac_status=$?
2636    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2637    rm -f conftest.er1    rm -f conftest.er1
2638    cat conftest.err >&5    cat conftest.err >&5
2639    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640    (exit $ac_status); } && {    (exit $ac_status); } && {
2641           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2642           test ! -s conftest.err           test ! -s conftest.err
2643         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2644    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2645  else  else
2646    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2647  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2648    
2649    
# Line 2553  fi Line 2658  fi
2658  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2659     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2660  fi  fi
2661  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2662  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }  $as_echo "$ac_cv_prog_cc_g" >&6; }
2663  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2664    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2665  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2570  else Line 2675  else
2675      CFLAGS=      CFLAGS=
2676    fi    fi
2677  fi  fi
2678  { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5  { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2679  echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2680  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2681    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2682  else  else
2683    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2684  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2644  case "(($ac_try" in Line 2749  case "(($ac_try" in
2749    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2751  esac  esac
2752  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753    $as_echo "$ac_try_echo") >&5
2754    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2755    ac_status=$?    ac_status=$?
2756    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2757    rm -f conftest.er1    rm -f conftest.er1
2758    cat conftest.err >&5    cat conftest.err >&5
2759    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760    (exit $ac_status); } && {    (exit $ac_status); } && {
2761           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2762           test ! -s conftest.err           test ! -s conftest.err
2763         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2764    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2765  else  else
2766    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2767  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2768    
2769    
# Line 2673  fi Line 2779  fi
2779  # AC_CACHE_VAL  # AC_CACHE_VAL
2780  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2781    x)    x)
2782      { echo "$as_me:$LINENO: result: none needed" >&5      { $as_echo "$as_me:$LINENO: result: none needed" >&5
2783  echo "${ECHO_T}none needed" >&6; } ;;  $as_echo "none needed" >&6; } ;;
2784    xno)    xno)
2785      { echo "$as_me:$LINENO: result: unsupported" >&5      { $as_echo "$as_me:$LINENO: result: unsupported" >&5
2786  echo "${ECHO_T}unsupported" >&6; } ;;  $as_echo "unsupported" >&6; } ;;
2787    *)    *)
2788      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2789      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2790  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2791  esac  esac
2792    
2793    
# Line 2708  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2814  for ac_dir in "$srcdir" "$srcdir/.." "$s
2814    fi    fi
2815  done  done
2816  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2817    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5    { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2818  echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}  $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2819     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2820  fi  fi
2821    
# Line 2735  ac_configure="$SHELL $ac_aux_dir/configu Line 2841  ac_configure="$SHELL $ac_aux_dir/configu
2841  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2842  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2843  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2844  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  # Reject install programs that cannot install multiple files.
2845  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }  { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2846    $as_echo_n "checking for a BSD-compatible install... " >&6; }
2847  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2848  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2849    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2850  else  else
2851    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2852  for as_dir in $PATH  for as_dir in $PATH
# Line 2768  case $as_dir/ in Line 2875  case $as_dir/ in
2875              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2876              :              :
2877            else            else
2878              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              rm -rf conftest.one conftest.two conftest.dir
2879              break 3              echo one > conftest.one
2880                echo two > conftest.two
2881                mkdir conftest.dir
2882                if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2883                  test -s conftest.one && test -s conftest.two &&
2884                  test -s conftest.dir/conftest.one &&
2885                  test -s conftest.dir/conftest.two
2886                then
2887                  ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2888                  break 3
2889                fi
2890            fi            fi
2891          fi          fi
2892        done        done
2893      done      done
2894      ;;      ;;
2895  esac  esac
2896    
2897  done  done
2898  IFS=$as_save_IFS  IFS=$as_save_IFS
2899    
2900    rm -rf conftest.one conftest.two conftest.dir
2901    
2902  fi  fi
2903    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2791  fi Line 2910  fi
2910      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2911    fi    fi
2912  fi  fi
2913  { echo "$as_me:$LINENO: result: $INSTALL" >&5  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2914  echo "${ECHO_T}$INSTALL" >&6; }  $as_echo "$INSTALL" >&6; }
2915    
2916  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2917  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2802  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2921  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2921    
2922  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2923    
2924  { echo "$as_me:$LINENO: checking whether ln -s works" >&5  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
2925  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }  $as_echo_n "checking whether ln -s works... " >&6; }
2926  LN_S=$as_ln_s  LN_S=$as_ln_s
2927  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2928    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2929  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2930  else  else
2931    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2932  echo "${ECHO_T}no, using $LN_S" >&6; }  $as_echo "no, using $LN_S" >&6; }
2933  fi  fi
2934    
2935  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2936  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2937  set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  set x ${MAKE-make}
2938    ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2939  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
2940    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2941  else  else
2942    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2943  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2834  esac Line 2954  esac
2954  rm -f conftest.make  rm -f conftest.make
2955  fi  fi
2956  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2957    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2958  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2959    SET_MAKE=    SET_MAKE=
2960  else  else
2961    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2962  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2963    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2964  fi  fi
2965    
# Line 2872  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 2992  if test "x$ac_cv_env_PKG_CONFIG_set" !=
2992          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
2993    # 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.
2994  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2995  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2996  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2997  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2998    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2999  else  else
3000    case $PKG_CONFIG in    case $PKG_CONFIG in
3001    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2890  do Line 3010  do
3010    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3011    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
3012      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3013      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3014      break 2      break 2
3015    fi    fi
3016  done  done
# Line 2902  esac Line 3022  esac
3022  fi  fi
3023  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3024  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3025    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3026  echo "${ECHO_T}$PKG_CONFIG" >&6; }  $as_echo "$PKG_CONFIG" >&6; }
3027  else  else
3028    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3029  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3030  fi  fi
3031    
3032    
# Line 2915  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 3035  if test -z "$ac_cv_path_PKG_CONFIG"; the
3035    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
3036    # 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.
3037  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
3038  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3039  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
3040  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
3041    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
3042  else  else
3043    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
3044    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2933  do Line 3053  do
3053    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3054    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
3055      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"
3056      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3057      break 2      break 2
3058    fi    fi
3059  done  done
# Line 2945  esac Line 3065  esac
3065  fi  fi
3066  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3067  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
3068    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
3069  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }  $as_echo "$ac_pt_PKG_CONFIG" >&6; }
3070  else  else
3071    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3072  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3073  fi  fi
3074    
3075    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 2957  fi Line 3077  fi
3077    else    else
3078      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
3079  yes:)  yes:)
3080  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3081  whose name does not start with the host triplet.  If you think this  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 configuration is useful to you, please write to autoconf@gnu.org." >&5  
 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools  
 whose name does not start with the host triplet.  If you think this  
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}  
3082  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
3083  esac  esac
3084      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 2974  fi Line 3090  fi
3090  fi  fi
3091  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3092          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
3093          { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5          { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
3094  echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }  $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
3095          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3096                  { echo "$as_me:$LINENO: result: yes" >&5                  { $as_echo "$as_me:$LINENO: result: yes" >&5
3097  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3098          else          else
3099                  { echo "$as_me:$LINENO: result: no" >&5                  { $as_echo "$as_me:$LINENO: result: no" >&5
3100  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3101                  PKG_CONFIG=""                  PKG_CONFIG=""
3102          fi          fi
3103    
3104  fi  fi
3105    
3106  pkg_failed=no  pkg_failed=no
3107  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
3108  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }  $as_echo_n "checking for gnome_vfs_module... " >&6; }
3109    
3110  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3111      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
3112          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
3113      else      else
3114          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3115      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3116    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3117    ac_status=$?    ac_status=$?
3118    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3119    (exit $ac_status); }; then    (exit $ac_status); }; then
3120    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`
3121  else  else
# Line 3014  if test -n "$PKG_CONFIG"; then Line 3130  if test -n "$PKG_CONFIG"; then
3130          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3131      else      else
3132          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3133      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3134    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3135    ac_status=$?    ac_status=$?
3136    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3137    (exit $ac_status); }; then    (exit $ac_status); }; then
3138    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`
3139  else  else
# Line 3045  fi Line 3161  fi
3161          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3162          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3163    
3164          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3165  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3166                  { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3167  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3168     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3169  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3170          { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3171  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3172     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3173  else  else
3174          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3175          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3176          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3177  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3178          :          :
3179  fi  fi
3180  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3067  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3183  LIBS="$LIBS $gnome_vfs_module_LIBS"
3183  # check for libxml-2.0  # check for libxml-2.0
3184    
3185  pkg_failed=no  pkg_failed=no
3186  { echo "$as_me:$LINENO: checking for libxml2" >&5  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5
3187  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }  $as_echo_n "checking for libxml2... " >&6; }
3188    
3189  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3190      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3191          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3192      else      else
3193          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3194      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3195    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3196    ac_status=$?    ac_status=$?
3197    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3198    (exit $ac_status); }; then    (exit $ac_status); }; then
3199    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`
3200  else  else
# Line 3093  if test -n "$PKG_CONFIG"; then Line 3209  if test -n "$PKG_CONFIG"; then
3209          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3210      else      else
3211          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3212      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3213    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3214    ac_status=$?    ac_status=$?
3215    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3216    (exit $ac_status); }; then    (exit $ac_status); }; then
3217    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`
3218  else  else
# Line 3124  fi Line 3240  fi
3240          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3241          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3242    
3243          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3244  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3245                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3246  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3247     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3248  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3249          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3250  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3251     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3252  else  else
3253          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3254          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3255          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3256  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3257          :          :
3258  fi  fi
3259  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
# Line 3145  LIBS="$LIBS $libxml2_LIBS" Line 3261  LIBS="$LIBS $libxml2_LIBS"
3261  # check for libsoup  # check for libsoup
3262    
3263  pkg_failed=no  pkg_failed=no
3264  { echo "$as_me:$LINENO: checking for libsoup24" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5
3265  echo $ECHO_N "checking for libsoup24... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup24... " >&6; }
3266    
3267  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3268      if test -n "$libsoup24_CFLAGS"; then      if test -n "$libsoup24_CFLAGS"; then
3269          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3270      else      else
3271          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3272      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3273    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3274    ac_status=$?    ac_status=$?
3275    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3276    (exit $ac_status); }; then    (exit $ac_status); }; then
3277    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`
3278  else  else
# Line 3171  if test -n "$PKG_CONFIG"; then Line 3287  if test -n "$PKG_CONFIG"; then
3287          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3288      else      else
3289          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3290      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3291    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3292    ac_status=$?    ac_status=$?
3293    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3294    (exit $ac_status); }; then    (exit $ac_status); }; then
3295    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`
3296  else  else
# Line 3202  fi Line 3318  fi
3318          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3319          echo "$libsoup24_PKG_ERRORS" >&5          echo "$libsoup24_PKG_ERRORS" >&5
3320    
3321          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3322  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3323    
3324    
3325  pkg_failed=no  pkg_failed=no
3326  { echo "$as_me:$LINENO: checking for libsoup22" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3327  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup22... " >&6; }
3328    
3329  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3330      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3331          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3332      else      else
3333          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3334      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3335    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3336    ac_status=$?    ac_status=$?
3337    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3338    (exit $ac_status); }; then    (exit $ac_status); }; then
3339    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`
3340  else  else
# Line 3233  if test -n "$PKG_CONFIG"; then Line 3349  if test -n "$PKG_CONFIG"; then
3349          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3350      else      else
3351          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3352      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3353    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3354    ac_status=$?    ac_status=$?
3355    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356    (exit $ac_status); }; then    (exit $ac_status); }; then
3357    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`
3358  else  else
# Line 3264  fi Line 3380  fi
3380          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3381          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3382    
3383          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3384  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3385    
3386      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3387  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3388    
3389  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3390    
3391      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3392  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3393    
3394  else  else
3395          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3396          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3397          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3398  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3399    
3400      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"
3401      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3291  elif test $pkg_failed = untried; then Line 3407  elif test $pkg_failed = untried; then
3407    
3408    
3409  pkg_failed=no  pkg_failed=no
3410  { echo "$as_me:$LINENO: checking for libsoup22" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3411  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup22... " >&6; }
3412    
3413  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3414      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3415          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3416      else      else
3417          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3418      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3419    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3420    ac_status=$?    ac_status=$?
3421    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3422    (exit $ac_status); }; then    (exit $ac_status); }; then
3423    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`
3424  else  else
# Line 3317  if test -n "$PKG_CONFIG"; then Line 3433  if test -n "$PKG_CONFIG"; then
3433          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3434      else      else
3435          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3436      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3437    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3438    ac_status=$?    ac_status=$?
3439    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3440    (exit $ac_status); }; then    (exit $ac_status); }; then
3441    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`
3442  else  else
# Line 3348  fi Line 3464  fi
3464          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3465          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3466    
3467          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3468  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3469    
3470      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3471  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3472    
3473  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3474    
3475      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3476  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3477    
3478  else  else
3479          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3480          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3481          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3482  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3483    
3484      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"
3485      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3374  fi Line 3490  fi
3490  else  else
3491          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3492          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3493          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3494  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3495    
3496    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o"
3497    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
# Line 3386  fi Line 3502  fi
3502  # check for gtkhtml-3.14  # check for gtkhtml-3.14
3503    
3504  pkg_failed=no  pkg_failed=no
3505  { echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5
3506  echo $ECHO_N "checking for libgtkhtml3_14... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_14... " >&6; }
3507    
3508  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3509      if test -n "$libgtkhtml3_14_CFLAGS"; then      if test -n "$libgtkhtml3_14_CFLAGS"; then
3510          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"
3511      else      else
3512          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3513      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3514    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3515    ac_status=$?    ac_status=$?
3516    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517    (exit $ac_status); }; then    (exit $ac_status); }; then
3518    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`
3519  else  else
# Line 3412  if test -n "$PKG_CONFIG"; then Line 3528  if test -n "$PKG_CONFIG"; then
3528          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"
3529      else      else
3530          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3531      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3532    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3533    ac_status=$?    ac_status=$?
3534    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3535    (exit $ac_status); }; then    (exit $ac_status); }; then
3536    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`
3537  else  else
# Line 3443  fi Line 3559  fi
3559          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3560          echo "$libgtkhtml3_14_PKG_ERRORS" >&5          echo "$libgtkhtml3_14_PKG_ERRORS" >&5
3561    
3562          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3563  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3564    
3565    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3566    
3567  pkg_failed=no  pkg_failed=no
3568  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3569  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_8... " >&6; }
3570    
3571  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3572      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3573          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3574      else      else
3575          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3576      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3577    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3578    ac_status=$?    ac_status=$?
3579    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3580    (exit $ac_status); }; then    (exit $ac_status); }; then
3581    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`
3582  else  else
# Line 3475  if test -n "$PKG_CONFIG"; then Line 3591  if test -n "$PKG_CONFIG"; then
3591          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3592      else      else
3593          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3594      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3595    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3596    ac_status=$?    ac_status=$?
3597    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598    (exit $ac_status); }; then    (exit $ac_status); }; then
3599    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`
3600  else  else
# Line 3506  fi Line 3622  fi
3622          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3623          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3624    
3625          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3626  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3627                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3628  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3629     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3630  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3631          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3632  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3633     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3634  else  else
3635          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3636          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3637          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3638  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3639    
3640      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3641      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3531  elif test $pkg_failed = untried; then Line 3647  elif test $pkg_failed = untried; then
3647    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3648    
3649  pkg_failed=no  pkg_failed=no
3650  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3651  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_8... " >&6; }
3652    
3653  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3654      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3655          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3656      else      else
3657          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3658      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3659    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3660    ac_status=$?    ac_status=$?
3661    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3662    (exit $ac_status); }; then    (exit $ac_status); }; then
3663    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`
3664  else  else
# Line 3557  if test -n "$PKG_CONFIG"; then Line 3673  if test -n "$PKG_CONFIG"; then
3673          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3674      else      else
3675          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3676      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3677    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3678    ac_status=$?    ac_status=$?
3679    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3680    (exit $ac_status); }; then    (exit $ac_status); }; then
3681    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`
3682  else  else
# Line 3588  fi Line 3704  fi
3704          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3705          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3706    
3707          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3708  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3709                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3710  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3711     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3712  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3713          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3714  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3715     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3716  else  else
3717          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3718          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3719          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3720  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3721    
3722      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3723      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3611  fi Line 3727  fi
3727  else  else
3728          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS
3729          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS
3730          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3731  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3732    
3733    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"
3734    LIBS="$LIBS $libgtkhtml3_14_LIBS"    LIBS="$LIBS $libgtkhtml3_14_LIBS"
# Line 3620  echo "${ECHO_T}yes" >&6; } Line 3736  echo "${ECHO_T}yes" >&6; }
3736  fi  fi
3737    
3738  # check for maemo  # check for maemo
3739  { echo "$as_me:$LINENO: checking for Maemo" >&5  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5
3740  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }  $as_echo_n "checking for Maemo... " >&6; }
3741  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3742      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
3743    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3744    ac_status=$?    ac_status=$?
3745    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746    (exit $ac_status); }; then    (exit $ac_status); }; then
3747    
3748    MAEMO="yes"    MAEMO="yes"
3749    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
3750  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3751    
3752    
3753  pkg_failed=no  pkg_failed=no
3754  { echo "$as_me:$LINENO: checking for hildon" >&5  { $as_echo "$as_me:$LINENO: checking for hildon" >&5
3755  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }  $as_echo_n "checking for hildon... " >&6; }
3756    
3757  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3758      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3759          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3760      else      else
3761          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3762      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3763    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3764    ac_status=$?    ac_status=$?
3765    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3766    (exit $ac_status); }; then    (exit $ac_status); }; then
3767    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3768  else  else
# Line 3661  if test -n "$PKG_CONFIG"; then Line 3777  if test -n "$PKG_CONFIG"; then
3777          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3778      else      else
3779          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3780      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3781    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3782    ac_status=$?    ac_status=$?
3783    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784    (exit $ac_status); }; then    (exit $ac_status); }; then
3785    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3786  else  else
# Line 3692  fi Line 3808  fi
3808          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3809          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3810    
3811          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3812  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3813                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3814  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3815     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3816  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3817          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3818  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3819     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3820  else  else
3821          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3822          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3823          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3824  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3825          :          :
3826  fi  fi
3827    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"
# Line 3713  fi Line 3829  fi
3829    
3830    
3831  pkg_failed=no  pkg_failed=no
3832  { echo "$as_me:$LINENO: checking for osso" >&5  { $as_echo "$as_me:$LINENO: checking for osso" >&5
3833  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }  $as_echo_n "checking for osso... " >&6; }
3834    
3835  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3836      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3837          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3838      else      else
3839          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3840      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3841    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3842    ac_status=$?    ac_status=$?
3843    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3844    (exit $ac_status); }; then    (exit $ac_status); }; then
3845    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3846  else  else
# Line 3739  if test -n "$PKG_CONFIG"; then Line 3855  if test -n "$PKG_CONFIG"; then
3855          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3856      else      else
3857          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3858      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3859    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3860    ac_status=$?    ac_status=$?
3861    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3862    (exit $ac_status); }; then    (exit $ac_status); }; then
3863    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3864  else  else
# Line 3770  fi Line 3886  fi
3886          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3887          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3888    
3889          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3890  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3891                  { { echo "$as_me:$LINENO: error: libosso missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3892  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3893     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3894  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3895          { { echo "$as_me:$LINENO: error: libosso missing" >&5          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3896  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3897     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3898  else  else
3899          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3900          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3901          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3902  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3903          :          :
3904  fi  fi
3905    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3791  fi Line 3907  fi
3907    
3908    
3909  pkg_failed=no  pkg_failed=no
3910  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
3911  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_fm_2... " >&6; }
3912    
3913  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3914      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
3915          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
3916      else      else
3917          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3918      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3919    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3920    ac_status=$?    ac_status=$?
3921    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922    (exit $ac_status); }; then    (exit $ac_status); }; then
3923    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`
3924  else  else
# Line 3817  if test -n "$PKG_CONFIG"; then Line 3933  if test -n "$PKG_CONFIG"; then
3933          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
3934      else      else
3935          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3936      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3937    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3938    ac_status=$?    ac_status=$?
3939    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3940    (exit $ac_status); }; then    (exit $ac_status); }; then
3941    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`
3942  else  else
# Line 3848  fi Line 3964  fi
3964          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3965          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
3966    
3967          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3968  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3969                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3970  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
3971     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3972  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3973          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3974  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
3975     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3976  else  else
3977          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
3978          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
3979          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3980  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3981          :          :
3982  fi  fi
3983    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 3870  fi Line 3986  fi
3986    # check for sqlite3 for maemo mapper interface    # check for sqlite3 for maemo mapper interface
3987    
3988  pkg_failed=no  pkg_failed=no
3989  { echo "$as_me:$LINENO: checking for sqlite3" >&5  { $as_echo "$as_me:$LINENO: checking for sqlite3" >&5
3990  echo $ECHO_N "checking for sqlite3... $ECHO_C" >&6; }  $as_echo_n "checking for sqlite3... " >&6; }
3991    
3992  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3993      if test -n "$sqlite3_CFLAGS"; then      if test -n "$sqlite3_CFLAGS"; then
3994          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"
3995      else      else
3996          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3997      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3998    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3999    ac_status=$?    ac_status=$?
4000    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4001    (exit $ac_status); }; then    (exit $ac_status); }; then
4002    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
4003  else  else
# Line 3896  if test -n "$PKG_CONFIG"; then Line 4012  if test -n "$PKG_CONFIG"; then
4012          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"
4013      else      else
4014          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4015      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
4016    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
4017    ac_status=$?    ac_status=$?
4018    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4019    (exit $ac_status); }; then    (exit $ac_status); }; then
4020    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
4021  else  else
# Line 3927  fi Line 4043  fi
4043          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4044          echo "$sqlite3_PKG_ERRORS" >&5          echo "$sqlite3_PKG_ERRORS" >&5
4045    
4046          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4047  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4048                  { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4049  echo "$as_me: error: sqlite3 missing" >&2;}  $as_echo "$as_me: error: sqlite3 missing" >&2;}
4050     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4051  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4052          { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4053  echo "$as_me: error: sqlite3 missing" >&2;}  $as_echo "$as_me: error: sqlite3 missing" >&2;}
4054     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4055  else  else
4056          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS
4057          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS
4058          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4059  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4060          :          :
4061  fi  fi
4062    CFLAGS="$CFLAGS $sqlite3_CFLAGS"    CFLAGS="$CFLAGS $sqlite3_CFLAGS"
# Line 3949  fi Line 4065  fi
4065    # check for hildon-help    # check for hildon-help
4066    
4067  pkg_failed=no  pkg_failed=no
4068  { echo "$as_me:$LINENO: checking for hildon_help" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_help" >&5
4069  echo $ECHO_N "checking for hildon_help... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_help... " >&6; }
4070    
4071  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4072      if test -n "$hildon_help_CFLAGS"; then      if test -n "$hildon_help_CFLAGS"; then
4073          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"
4074      else      else
4075          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4076      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4077    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
4078    ac_status=$?    ac_status=$?
4079    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4080    (exit $ac_status); }; then    (exit $ac_status); }; then
4081    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`
4082  else  else
# Line 3975  if test -n "$PKG_CONFIG"; then Line 4091  if test -n "$PKG_CONFIG"; then
4091          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"
4092      else      else
4093          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4094      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4095    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
4096    ac_status=$?    ac_status=$?
4097    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4098    (exit $ac_status); }; then    (exit $ac_status); }; then
4099    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`
4100  else  else
# Line 4006  fi Line 4122  fi
4122          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4123          echo "$hildon_help_PKG_ERRORS" >&5          echo "$hildon_help_PKG_ERRORS" >&5
4124    
4125          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4126  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4127    
4128      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4129  echo "$as_me: WARNING: hildon-help missing" >&6;}  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}
4130    
4131  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4132    
4133      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4134  echo "$as_me: WARNING: hildon-help missing" >&6;}  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}
4135    
4136  else  else
4137          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS
4138          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS
4139          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4140  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4141    
4142      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"
4143      LIBS="$LIBS $hildon_help_LIBS"      LIBS="$LIBS $hildon_help_LIBS"
# Line 4031  fi Line 4147  fi
4147    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
4148    # stability    # stability
4149    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4150      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4151    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4152    ac_status=$?    ac_status=$?
4153    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4154    (exit $ac_status); }; then    (exit $ac_status); }; then
4155    
4156    
4157  pkg_failed=no  pkg_failed=no
4158  { echo "$as_me:$LINENO: checking for gpsbt" >&5  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5
4159  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }  $as_echo_n "checking for gpsbt... " >&6; }
4160    
4161  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4162      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
4163          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
4164      else      else
4165          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4166      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4167    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4168    ac_status=$?    ac_status=$?
4169    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4170    (exit $ac_status); }; then    (exit $ac_status); }; then
4171    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
4172  else  else
# Line 4065  if test -n "$PKG_CONFIG"; then Line 4181  if test -n "$PKG_CONFIG"; then
4181          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
4182      else      else
4183          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4184      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4185    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4186    ac_status=$?    ac_status=$?
4187    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4188    (exit $ac_status); }; then    (exit $ac_status); }; then
4189    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
4190  else  else
# Line 4096  fi Line 4212  fi
4212          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4213          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
4214    
4215          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
4216    
4217  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4218    
# Line 4107  Alternatively, you may set the environme Line 4223  Alternatively, you may set the environme
4223  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
4224  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4225  " >&5  " >&5
4226  echo "$as_me: error: Package requirements (gpsbt) were not met:  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:
4227    
4228  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4229    
# Line 4120  See the pkg-config man page for more det Line 4236  See the pkg-config man page for more det
4236  " >&2;}  " >&2;}
4237     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4238  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4239          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4240    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4241    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4242  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
4243  path to pkg-config.  path to pkg-config.
4244    
# Line 4130  See the pkg-config man page for more det Line 4248  See the pkg-config man page for more det
4248    
4249  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4250  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4251  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4252  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
4253  path to pkg-config.  path to pkg-config.
4254    
# Line 4140  See the pkg-config man page for more det Line 4258  See the pkg-config man page for more det
4258    
4259  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4260  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4261     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4262  else  else
4263          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4264          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4265          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4266  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4267          :          :
4268  fi  fi
4269      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 4153  fi Line 4271  fi
4271    
4272  else  else
4273    
4274      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4275  echo "$as_me: gpsbt not found, trying liblocation" >&6;}  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4276    
4277      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4278      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4279    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4280    ac_status=$?    ac_status=$?
4281    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282    (exit $ac_status); }; then    (exit $ac_status); }; then
4283    
4284    
4285  pkg_failed=no  pkg_failed=no
4286  { echo "$as_me:$LINENO: checking for liblocation" >&5  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5
4287  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }  $as_echo_n "checking for liblocation... " >&6; }
4288    
4289  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4290      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4291          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4292      else      else
4293          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4294      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4295    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4296    ac_status=$?    ac_status=$?
4297    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4298    (exit $ac_status); }; then    (exit $ac_status); }; then
4299    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4300  else  else
# Line 4191  if test -n "$PKG_CONFIG"; then Line 4309  if test -n "$PKG_CONFIG"; then
4309          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4310      else      else
4311          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4312      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4313    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4314    ac_status=$?    ac_status=$?
4315    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4316    (exit $ac_status); }; then    (exit $ac_status); }; then
4317    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4318  else  else
# Line 4222  fi Line 4340  fi
4340          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4341          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4342    
4343          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4344    
4345  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4346    
# Line 4233  Alternatively, you may set the environme Line 4351  Alternatively, you may set the environme
4351  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4352  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4353  " >&5  " >&5
4354  echo "$as_me: error: Package requirements (liblocation) were not met:  $as_echo "$as_me: error: Package requirements (liblocation) were not met:
4355    
4356  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4357    
# Line 4246  See the pkg-config man page for more det Line 4364  See the pkg-config man page for more det
4364  " >&2;}  " >&2;}
4365     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4366  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4367          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4368    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4370  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
4371  path to pkg-config.  path to pkg-config.
4372    
# Line 4256  See the pkg-config man page for more det Line 4376  See the pkg-config man page for more det
4376    
4377  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4378  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4379  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4380  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
4381  path to pkg-config.  path to pkg-config.
4382    
# Line 4266  See the pkg-config man page for more det Line 4386  See the pkg-config man page for more det
4386    
4387  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4388  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4389     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4390  else  else
4391          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4392          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4393          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4394  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4395          :          :
4396  fi  fi
4397        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4279  fi Line 4399  fi
4399    
4400  else  else
4401    
4402        { echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5        { $as_echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5
4403  echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}  $as_echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}
4404    
4405  fi  fi
4406    
4407  fi  fi
4408    
4409    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4410      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5
4411    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4412    ac_status=$?    ac_status=$?
4413    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4414    (exit $ac_status); }; then    (exit $ac_status); }; then
4415    
4416      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4417    
4418  else  else
4419    { echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5    { $as_echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5
4420  echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}  $as_echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}
4421  fi  fi
4422    
4423    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4424      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
4425    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4426    ac_status=$?    ac_status=$?
4427    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4428    (exit $ac_status); }; then    (exit $ac_status); }; then
4429    
4430      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4431      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4432  echo "$as_me: Configuring for Maemo $VERSION" >&6;}  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4433      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4434      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4435      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
4436    
4437  else  else
4438    
4439      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5
4440  echo "$as_me: error: maemo-version not found" >&2;}  $as_echo "$as_me: error: maemo-version not found" >&2;}
4441     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4442    
4443  fi  fi
# Line 4330  fi Line 4450  fi
4450    
4451  else  else
4452    
4453    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
4454  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4455    
4456    # check for gtk+-2.0    # check for gtk+-2.0
4457    
4458  pkg_failed=no  pkg_failed=no
4459  { echo "$as_me:$LINENO: checking for gtk" >&5  { $as_echo "$as_me:$LINENO: checking for gtk" >&5
4460  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }  $as_echo_n "checking for gtk... " >&6; }
4461    
4462  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4463      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4464          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4465      else      else
4466          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4467      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4468    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4469    ac_status=$?    ac_status=$?
4470    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4471    (exit $ac_status); }; then    (exit $ac_status); }; then
4472    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`
4473  else  else
# Line 4362  if test -n "$PKG_CONFIG"; then Line 4482  if test -n "$PKG_CONFIG"; then
4482          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4483      else      else
4484          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4485      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4486    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4487    ac_status=$?    ac_status=$?
4488    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4489    (exit $ac_status); }; then    (exit $ac_status); }; then
4490    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`
4491  else  else
# Line 4393  fi Line 4513  fi
4513          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4514          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4515    
4516          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4517  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4518                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4519  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4520     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4521  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4522          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4523  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4524     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4525  else  else
4526          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4527          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4528          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4529  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4530          :          :
4531  fi  fi
4532    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4415  fi Line 4535  fi
4535    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4536    
4537  pkg_failed=no  pkg_failed=no
4538  { echo "$as_me:$LINENO: checking for gnome2" >&5  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5
4539  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }  $as_echo_n "checking for gnome2... " >&6; }
4540    
4541  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4542      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4543          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4544      else      else
4545          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4546      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4547    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4548    ac_status=$?    ac_status=$?
4549    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550    (exit $ac_status); }; then    (exit $ac_status); }; then
4551    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`
4552  else  else
# Line 4441  if test -n "$PKG_CONFIG"; then Line 4561  if test -n "$PKG_CONFIG"; then
4561          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4562      else      else
4563          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4564      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4565    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4566    ac_status=$?    ac_status=$?
4567    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568    (exit $ac_status); }; then    (exit $ac_status); }; then
4569    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`
4570  else  else
# Line 4472  fi Line 4592  fi
4592          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4593          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4594    
4595          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4596  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4597                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4598  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4599     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4600  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4601          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4602  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4603     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4604  else  else
4605          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4606          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_LIBS
4607          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4608  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4609          :          :
4610  fi  fi
4611    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4527  _ACEOF Line 4647  _ACEOF
4647      case $ac_val in #(      case $ac_val in #(
4648      *${as_nl}*)      *${as_nl}*)
4649        case $ac_var in #(        case $ac_var in #(
4650        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
4651  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4652        esac        esac
4653        case $ac_var in #(        case $ac_var in #(
4654        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
4655          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4656        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4657        esac ;;        esac ;;
4658      esac      esac
# Line 4564  echo "$as_me: WARNING: Cache variable $a Line 4685  echo "$as_me: WARNING: Cache variable $a
4685  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4686    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4687      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4688        { echo "$as_me:$LINENO: updating cache $cache_file" >&5        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
4689  echo "$as_me: updating cache $cache_file" >&6;}  $as_echo "$as_me: updating cache $cache_file" >&6;}
4690      cat confcache >$cache_file      cat confcache >$cache_file
4691    else    else
4692      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4693  echo "$as_me: not updating unwritable cache $cache_file" >&6;}  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4694    fi    fi
4695  fi  fi
4696  rm -f confcache  rm -f confcache
# Line 4586  test "x$exec_prefix" = xNONE && exec_pre Line 4707  test "x$exec_prefix" = xNONE && exec_pre
4707  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4708  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4709  ac_script='  ac_script='
4710    :mline
4711    /\\$/{
4712     N
4713     s,\\\n,,
4714     b mline
4715    }
4716  t clear  t clear
4717  :clear  :clear
4718  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4615  ac_ltlibobjs= Line 4742  ac_ltlibobjs=
4742  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4743    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4744    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4745    ac_i=`echo "$ac_i" | sed "$ac_script"`    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4746    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4747    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4748    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4628  LTLIBOBJS=$ac_ltlibobjs Line 4755  LTLIBOBJS=$ac_ltlibobjs
4755    
4756    
4757  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
4758    ac_write_fail=0
4759  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4760  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4761  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4762  echo "$as_me: creating $CONFIG_STATUS" >&6;}  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4763  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4764  #! $SHELL  #! $SHELL
4765  # Generated by $as_me.  # Generated by $as_me.
4766  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4645  ac_cs_silent=false Line 4773  ac_cs_silent=false
4773  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4774  _ACEOF  _ACEOF
4775    
4776  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4777  ## --------------------- ##  ## --------------------- ##
4778  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4779  ## --------------------- ##  ## --------------------- ##
# Line 4655  DUALCASE=1; export DUALCASE # for MKS sh Line 4783  DUALCASE=1; export DUALCASE # for MKS sh
4783  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
4784    emulate sh    emulate sh
4785    NULLCMD=:    NULLCMD=:
4786    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4787    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4788    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4789    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4677  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4805  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4805  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4806  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4807    
4808  # The user is always right.  as_nl='
4809  if test "${PATH_SEPARATOR+set}" != set; then  '
4810    echo "#! /bin/sh" >conf$$.sh  export as_nl
4811    echo  "exit 0"   >>conf$$.sh  # Printing a long string crashes Solaris 7 /usr/bin/printf.
4812    chmod +x conf$$.sh  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4813    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4814      PATH_SEPARATOR=';'  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4815    if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4816      as_echo='printf %s\n'
4817      as_echo_n='printf %s'
4818    else
4819      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4820        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4821        as_echo_n='/usr/ucb/echo -n'
4822    else    else
4823      PATH_SEPARATOR=:      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4824        as_echo_n_body='eval
4825          arg=$1;
4826          case $arg in
4827          *"$as_nl"*)
4828            expr "X$arg" : "X\\(.*\\)$as_nl";
4829            arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4830          esac;
4831          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4832        '
4833        export as_echo_n_body
4834        as_echo_n='sh -c $as_echo_n_body as_echo'
4835    fi    fi
4836    rm -f conf$$.sh    export as_echo_body
4837      as_echo='sh -c $as_echo_body as_echo'
4838    fi
4839    
4840    # The user is always right.
4841    if test "${PATH_SEPARATOR+set}" != set; then
4842      PATH_SEPARATOR=:
4843      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4844        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4845          PATH_SEPARATOR=';'
4846      }
4847  fi  fi
4848    
4849  # Support unset when possible.  # Support unset when possible.
# Line 4703  fi Line 4859  fi
4859  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4860  # (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
4861  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
 as_nl='  
 '  
4862  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4863    
4864  # 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 4727  if test "x$as_myself" = x; then Line 4881  if test "x$as_myself" = x; then
4881    as_myself=$0    as_myself=$0
4882  fi  fi
4883  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
4884    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4885    { (exit 1); exit 1; }    { (exit 1); exit 1; }
4886  fi  fi
4887    
# Line 4740  PS2='> ' Line 4894  PS2='> '
4894  PS4='+ '  PS4='+ '
4895    
4896  # NLS nuisances.  # NLS nuisances.
4897  for as_var in \  LC_ALL=C
4898    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  export LC_ALL
4899    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LANGUAGE=C
4900    LC_TELEPHONE LC_TIME  export LANGUAGE
 do  
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then  
     eval $as_var=C; export $as_var  
   else  
     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var  
   fi  
 done  
4901    
4902  # Required to use basename.  # Required to use basename.
4903  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 4772  as_me=`$as_basename -- "$0" || Line 4919  as_me=`$as_basename -- "$0" ||
4919  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4920           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
4921           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4922  echo X/"$0" |  $as_echo X/"$0" |
4923      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
4924              s//\1/              s//\1/
4925              q              q
# Line 4823  $as_unset CDPATH Line 4970  $as_unset CDPATH
4970        s/-\n.*//        s/-\n.*//
4971      ' >$as_me.lineno &&      ' >$as_me.lineno &&
4972    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
4973      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4974     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4975    
4976    # 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 4851  case `echo -n x` in Line 4998  case `echo -n x` in
4998  *)  *)
4999    ECHO_N='-n';;    ECHO_N='-n';;
5000  esac  esac
   
5001  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
5002     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
5003    as_expr=expr    as_expr=expr
# Line 4864  if test -d conf$$.dir; then Line 5010  if test -d conf$$.dir; then
5010    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
5011  else  else
5012    rm -f conf$$.dir    rm -f conf$$.dir
5013    mkdir conf$$.dir    mkdir conf$$.dir 2>/dev/null
5014  fi  fi
5015  echo >conf$$.file  if (echo >conf$$.file) 2>/dev/null; then
5016  if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
5017    as_ln_s='ln -s'      as_ln_s='ln -s'
5018    # ... but there are two gotchas:      # ... but there are two gotchas:
5019    # 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.
5020    # 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.
5021    # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -p'.
5022    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 ||
5023          as_ln_s='cp -p'
5024      elif ln conf$$.file conf$$ 2>/dev/null; then
5025        as_ln_s=ln
5026      else
5027      as_ln_s='cp -p'      as_ln_s='cp -p'
5028  elif ln conf$$.file conf$$ 2>/dev/null; then    fi
   as_ln_s=ln  
5029  else  else
5030    as_ln_s='cp -p'    as_ln_s='cp -p'
5031  fi  fi
# Line 4901  else Line 5050  else
5050    as_test_x='    as_test_x='
5051      eval sh -c '\''      eval sh -c '\''
5052        if test -d "$1"; then        if test -d "$1"; then
5053          test -d "$1/.";          test -d "$1/.";
5054        else        else
5055          case $1 in          case $1 in
5056          -*)set "./$1";;          -*)set "./$1";;
5057          esac;          esac;
5058          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
5059          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 4926  exec 6>&1 Line 5075  exec 6>&1
5075  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5076  # values after options handling.  # values after options handling.
5077  ac_log="  ac_log="
5078  This file was extended by GPXView $as_me 0.8.3, which was  This file was extended by GPXView $as_me 0.8.4, which was
5079  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
5080    
5081    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
5082    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 4940  on `(hostname || uname -n) 2>/dev/null | Line 5089  on `(hostname || uname -n) 2>/dev/null |
5089    
5090  _ACEOF  _ACEOF
5091    
5092  cat >>$CONFIG_STATUS <<_ACEOF  case $ac_config_files in *"
5093    "*) set x $ac_config_files; shift; ac_config_files=$*;;
5094    esac
5095    
5096    
5097    
5098    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5099  # Files that config.status was made for.  # Files that config.status was made for.
5100  config_files="$ac_config_files"  config_files="$ac_config_files"
5101    
5102  _ACEOF  _ACEOF
5103    
5104  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5105  ac_cs_usage="\  ac_cs_usage="\
5106  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
5107  current configuration.  current configuration.
5108    
5109  Usage: $0 [OPTIONS] [FILE]...  Usage: $0 [OPTION]... [FILE]...
5110    
5111    -h, --help       print this help, then exit    -h, --help       print this help, then exit
5112    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
5113    -q, --quiet      do not print progress messages    -q, --quiet, --silent
5114                       do not print progress messages
5115    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
5116        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
5117    --file=FILE[:TEMPLATE]        --file=FILE[:TEMPLATE]
5118                     instantiate the configuration file FILE                     instantiate the configuration file FILE
5119    
5120  Configuration files:  Configuration files:
5121  $config_files  $config_files
# Line 4967  $config_files Line 5123  $config_files
5123  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
5124    
5125  _ACEOF  _ACEOF
5126  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5127  ac_cs_version="\\  ac_cs_version="\\
5128  GPXView config.status 0.8.3  GPXView config.status 0.8.4
5129  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.63,
5130    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5131    
5132  Copyright (C) 2006 Free Software Foundation, Inc.  Copyright (C) 2008 Free Software Foundation, Inc.
5133  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
5134  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
5135    
5136  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
5137  srcdir='$srcdir'  srcdir='$srcdir'
5138  INSTALL='$INSTALL'  INSTALL='$INSTALL'
5139    test -n "\$AWK" || AWK=awk
5140  _ACEOF  _ACEOF
5141    
5142  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5143  # If no file are specified by the user, then we need to provide default  # The default lists apply if the user does not specify any file.
 # value.  By we need to know if files were specified by the user.  
5144  ac_need_defaults=:  ac_need_defaults=:
5145  while test $# != 0  while test $# != 0
5146  do  do
# Line 5006  do Line 5162  do
5162    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5163      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
5164    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5165      echo "$ac_cs_version"; exit ;;      $as_echo "$ac_cs_version"; exit ;;
5166    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
5167      debug=: ;;      debug=: ;;
5168    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5169      $ac_shift      $ac_shift
5170      CONFIG_FILES="$CONFIG_FILES $ac_optarg"      case $ac_optarg in
5171        *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5172        esac
5173        CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
5174      ac_need_defaults=false;;      ac_need_defaults=false;;
5175    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
5176      echo "$ac_cs_usage"; exit ;;      $as_echo "$ac_cs_usage"; exit ;;
5177    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5178    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
5179      ac_cs_silent=: ;;      ac_cs_silent=: ;;
5180    
5181    # This is an error.    # This is an error.
5182    -*) { echo "$as_me: error: unrecognized option: $1    -*) { $as_echo "$as_me: error: unrecognized option: $1
5183  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
5184     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
5185    
# Line 5039  if $ac_cs_silent; then Line 5198  if $ac_cs_silent; then
5198  fi  fi
5199    
5200  _ACEOF  _ACEOF
5201  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5202  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
5203    echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6    set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5204    CONFIG_SHELL=$SHELL    shift
5205      \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5206      CONFIG_SHELL='$SHELL'
5207    export CONFIG_SHELL    export CONFIG_SHELL
5208    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    exec "\$@"
5209  fi  fi
5210    
5211  _ACEOF  _ACEOF
5212  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5213  exec 5>>config.log  exec 5>>config.log
5214  {  {
5215    echo    echo
5216    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5217  ## Running $as_me. ##  ## Running $as_me. ##
5218  _ASBOX  _ASBOX
5219    echo "$ac_log"    $as_echo "$ac_log"
5220  } >&5  } >&5
5221    
5222  _ACEOF  _ACEOF
5223  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5224  _ACEOF  _ACEOF
5225    
5226  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5227    
5228  # Handling of arguments.  # Handling of arguments.
5229  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 5072  do Line 5233  do
5233      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5234      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5235    
5236    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5237  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5238     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5239    esac    esac
5240  done  done
# Line 5112  $debug || Line 5273  $debug ||
5273    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5274  } ||  } ||
5275  {  {
5276     echo "$me: cannot create a temporary directory in ." >&2     $as_echo "$as_me: cannot create a temporary directory in ." >&2
5277     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5278  }  }
5279    
5280  #  # Set up the scripts for CONFIG_FILES section.
5281  # Set up the sed scripts for CONFIG_FILES section.  # No need to generate them if there are no CONFIG_FILES.
5282  #  # This happens for instance with `./config.status config.h'.
   
 # No need to generate the scripts if there are no CONFIG_FILES.  
 # This happens for instance when ./config.status config.h  
5283  if test -n "$CONFIG_FILES"; then  if test -n "$CONFIG_FILES"; then
5284    
 _ACEOF  
5285    
5286    ac_cr=' '
5287    ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5288    if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5289      ac_cs_awk_cr='\\r'
5290    else
5291      ac_cs_awk_cr=$ac_cr
5292    fi
5293    
5294    echo 'BEGIN {' >"$tmp/subs1.awk" &&
5295    _ACEOF
5296    
5297    
5298    {
5299      echo "cat >conf$$subs.awk <<_ACEOF" &&
5300      echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5301      echo "_ACEOF"
5302    } >conf$$subs.sh ||
5303      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5304    $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5305       { (exit 1); exit 1; }; }
5306    ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5307  ac_delim='%!_!# '  ac_delim='%!_!# '
5308  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5309    cat >conf$$subs.sed <<_ACEOF    . ./conf$$subs.sh ||
5310  SHELL!$SHELL$ac_delim      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5311  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5312  PACKAGE_NAME!$PACKAGE_NAME$ac_delim     { (exit 1); exit 1; }; }
 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim  
 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim  
 PACKAGE_STRING!$PACKAGE_STRING$ac_delim  
 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim  
 exec_prefix!$exec_prefix$ac_delim  
 prefix!$prefix$ac_delim  
 program_transform_name!$program_transform_name$ac_delim  
 bindir!$bindir$ac_delim  
 sbindir!$sbindir$ac_delim  
 libexecdir!$libexecdir$ac_delim  
 datarootdir!$datarootdir$ac_delim  
 datadir!$datadir$ac_delim  
 sysconfdir!$sysconfdir$ac_delim  
 sharedstatedir!$sharedstatedir$ac_delim  
 localstatedir!$localstatedir$ac_delim  
 includedir!$includedir$ac_delim  
 oldincludedir!$oldincludedir$ac_delim  
 docdir!$docdir$ac_delim  
 infodir!$infodir$ac_delim  
 htmldir!$htmldir$ac_delim  
 dvidir!$dvidir$ac_delim  
 pdfdir!$pdfdir$ac_delim  
 psdir!$psdir$ac_delim  
 libdir!$libdir$ac_delim  
 localedir!$localedir$ac_delim  
 mandir!$mandir$ac_delim  
 DEFS!$DEFS$ac_delim  
 ECHO_C!$ECHO_C$ac_delim  
 ECHO_N!$ECHO_N$ac_delim  
 ECHO_T!$ECHO_T$ac_delim  
 LIBS!$LIBS$ac_delim  
 build_alias!$build_alias$ac_delim  
 host_alias!$host_alias$ac_delim  
 target_alias!$target_alias$ac_delim  
 PACKAGE!$PACKAGE$ac_delim  
 CC!$CC$ac_delim  
 CFLAGS!$CFLAGS$ac_delim  
 LDFLAGS!$LDFLAGS$ac_delim  
 CPPFLAGS!$CPPFLAGS$ac_delim  
 ac_ct_CC!$ac_ct_CC$ac_delim  
 EXEEXT!$EXEEXT$ac_delim  
 OBJEXT!$OBJEXT$ac_delim  
 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim  
 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim  
 INSTALL_DATA!$INSTALL_DATA$ac_delim  
 LN_S!$LN_S$ac_delim  
 SET_MAKE!$SET_MAKE$ac_delim  
 PKG_CONFIG!$PKG_CONFIG$ac_delim  
 gnome_vfs_module_CFLAGS!$gnome_vfs_module_CFLAGS$ac_delim  
 gnome_vfs_module_LIBS!$gnome_vfs_module_LIBS$ac_delim  
 libxml2_CFLAGS!$libxml2_CFLAGS$ac_delim  
 libxml2_LIBS!$libxml2_LIBS$ac_delim  
 libsoup24_CFLAGS!$libsoup24_CFLAGS$ac_delim  
 libsoup24_LIBS!$libsoup24_LIBS$ac_delim  
 libsoup22_CFLAGS!$libsoup22_CFLAGS$ac_delim  
 libsoup22_LIBS!$libsoup22_LIBS$ac_delim  
 libgtkhtml3_14_CFLAGS!$libgtkhtml3_14_CFLAGS$ac_delim  
 libgtkhtml3_14_LIBS!$libgtkhtml3_14_LIBS$ac_delim  
 libgtkhtml3_8_CFLAGS!$libgtkhtml3_8_CFLAGS$ac_delim  
 libgtkhtml3_8_LIBS!$libgtkhtml3_8_LIBS$ac_delim  
 hildon_CFLAGS!$hildon_CFLAGS$ac_delim  
 hildon_LIBS!$hildon_LIBS$ac_delim  
 osso_CFLAGS!$osso_CFLAGS$ac_delim  
 osso_LIBS!$osso_LIBS$ac_delim  
 hildon_fm_2_CFLAGS!$hildon_fm_2_CFLAGS$ac_delim  
 hildon_fm_2_LIBS!$hildon_fm_2_LIBS$ac_delim  
 sqlite3_CFLAGS!$sqlite3_CFLAGS$ac_delim  
 sqlite3_LIBS!$sqlite3_LIBS$ac_delim  
 hildon_help_CFLAGS!$hildon_help_CFLAGS$ac_delim  
 hildon_help_LIBS!$hildon_help_LIBS$ac_delim  
 gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim  
 gpsbt_LIBS!$gpsbt_LIBS$ac_delim  
 liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim  
 liblocation_LIBS!$liblocation_LIBS$ac_delim  
 gtk_CFLAGS!$gtk_CFLAGS$ac_delim  
 gtk_LIBS!$gtk_LIBS$ac_delim  
 gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim  
 gnome2_LIBS!$gnome2_LIBS$ac_delim  
 EXTRA_OBJS!$EXTRA_OBJS$ac_delim  
 INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim  
 LIBOBJS!$LIBOBJS$ac_delim  
 LTLIBOBJS!$LTLIBOBJS$ac_delim  
 _ACEOF  
5313    
5314    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5315      if test $ac_delim_n = $ac_delim_num; then
5316      break      break
5317    elif $ac_last_try; then    elif $ac_last_try; then
5318      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5319  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5320     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5321    else    else
5322      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5323    fi    fi
5324  done  done
5325    rm -f conf$$subs.sh
5326    
5327  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5328  if test -n "$ac_eof"; then  cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`  
   ac_eof=`expr $ac_eof + 1`  
 fi  
   
 cat >>$CONFIG_STATUS <<_ACEOF  
 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof  
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end  
 _ACEOF  
 sed '  
 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g  
 s/^/s,@/; s/!/@,|#_!!_#|/  
 :n  
 t n  
 s/'"$ac_delim"'$/,g/; t  
 s/$/\\/; p  
 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n  
 ' >>$CONFIG_STATUS <conf$$subs.sed  
 rm -f conf$$subs.sed  
 cat >>$CONFIG_STATUS <<_ACEOF  
 :end  
 s/|#_!!_#|//g  
 CEOF$ac_eof  
5329  _ACEOF  _ACEOF
5330    sed -n '
5331    h
5332    s/^/S["/; s/!.*/"]=/
5333    p
5334    g
5335    s/^[^!]*!//
5336    :repl
5337    t repl
5338    s/'"$ac_delim"'$//
5339    t delim
5340    :nl
5341    h
5342    s/\(.\{148\}\).*/\1/
5343    t more1
5344    s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5345    p
5346    n
5347    b repl
5348    :more1
5349    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5350    p
5351    g
5352    s/.\{148\}//
5353    t nl
5354    :delim
5355    h
5356    s/\(.\{148\}\).*/\1/
5357    t more2
5358    s/["\\]/\\&/g; s/^/"/; s/$/"/
5359    p
5360    b
5361    :more2
5362    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5363    p
5364    g
5365    s/.\{148\}//
5366    t delim
5367    ' <conf$$subs.awk | sed '
5368    /^[^""]/{
5369      N
5370      s/\n//
5371    }
5372    ' >>$CONFIG_STATUS || ac_write_fail=1
5373    rm -f conf$$subs.awk
5374    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5375    _ACAWK
5376    cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5377      for (key in S) S_is_set[key] = 1
5378      FS = ""
5379    
5380    }
5381    {
5382      line = $ 0
5383      nfields = split(line, field, "@")
5384      substed = 0
5385      len = length(field[1])
5386      for (i = 2; i < nfields; i++) {
5387        key = field[i]
5388        keylen = length(key)
5389        if (S_is_set[key]) {
5390          value = S[key]
5391          line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5392          len += length(value) + length(field[++i])
5393          substed = 1
5394        } else
5395          len += 1 + keylen
5396      }
5397    
5398      print line
5399    }
5400    
5401    _ACAWK
5402    _ACEOF
5403    cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5404    if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5405      sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5406    else
5407      cat
5408    fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5409      || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
5410    $as_echo "$as_me: error: could not setup config files machinery" >&2;}
5411       { (exit 1); exit 1; }; }
5412    _ACEOF
5413    
5414  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5415  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5271  s/^[^=]*=[      ]*$// Line 5426  s/^[^=]*=[      ]*$//
5426  }'  }'
5427  fi  fi
5428    
5429  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5430  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5431    
5432    
5433  for ac_tag in  :F $CONFIG_FILES  eval set X "  :F $CONFIG_FILES      "
5434    shift
5435    for ac_tag
5436  do  do
5437    case $ac_tag in    case $ac_tag in
5438    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5439    esac    esac
5440    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5441    :[FHL]*:*);;    :[FHL]*:*);;
5442    :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5    :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
5443  echo "$as_me: error: Invalid tag $ac_tag." >&2;}  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
5444     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5445    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5446    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5312  echo "$as_me: error: Invalid tag $ac_tag Line 5469  echo "$as_me: error: Invalid tag $ac_tag
5469             [\\/$]*) false;;             [\\/$]*) false;;
5470             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5471             esac ||             esac ||
5472             { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5             { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
5473  echo "$as_me: error: cannot find input file: $ac_f" >&2;}  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5474     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5475        esac        esac
5476        ac_file_inputs="$ac_file_inputs $ac_f"        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5477          ac_file_inputs="$ac_file_inputs '$ac_f'"
5478      done      done
5479    
5480      # 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
5481      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5482      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5483      configure_input="Generated from "`IFS=:      configure_input='Generated from '`
5484            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5485            `' by configure.'
5486      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5487        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5488        { echo "$as_me:$LINENO: creating $ac_file" >&5        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
5489  echo "$as_me: creating $ac_file" >&6;}  $as_echo "$as_me: creating $ac_file" >&6;}
5490      fi      fi
5491        # Neutralize special characters interpreted by sed in replacement strings.
5492        case $configure_input in #(
5493        *\&* | *\|* | *\\* )
5494           ac_sed_conf_input=`$as_echo "$configure_input" |
5495           sed 's/[\\\\&|]/\\\\&/g'`;; #(
5496        *) ac_sed_conf_input=$configure_input;;
5497        esac
5498    
5499      case $ac_tag in      case $ac_tag in
5500      *:-:* | *:-) cat >"$tmp/stdin";;      *:-:* | *:-) cat >"$tmp/stdin" \
5501          || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5502    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5503       { (exit 1); exit 1; }; } ;;
5504      esac      esac
5505      ;;      ;;
5506    esac    esac
# Line 5341  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5510  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5510           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5511           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5512           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5513  echo X"$ac_file" |  $as_echo X"$ac_file" |
5514      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5515              s//\1/              s//\1/
5516              q              q
# Line 5367  echo X"$ac_file" | Line 5536  echo X"$ac_file" |
5536      as_dirs=      as_dirs=
5537      while :; do      while :; do
5538        case $as_dir in #(        case $as_dir in #(
5539        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5540        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5541        esac        esac
5542        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5376  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5545  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5545           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5546           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5547           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5548  echo X"$as_dir" |  $as_echo X"$as_dir" |
5549      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5550              s//\1/              s//\1/
5551              q              q
# Line 5397  echo X"$as_dir" | Line 5566  echo X"$as_dir" |
5566        test -d "$as_dir" && break        test -d "$as_dir" && break
5567      done      done
5568      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5569    } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5    } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
5570  echo "$as_me: error: cannot create directory $as_dir" >&2;}  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
5571     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5572    ac_builddir=.    ac_builddir=.
5573    
5574  case "$ac_dir" in  case "$ac_dir" in
5575  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5576  *)  *)
5577    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5578    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5579    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5580    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5581    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5582    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5447  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5616  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5616    esac    esac
5617  _ACEOF  _ACEOF
5618    
5619  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5620  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5621  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5622  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5623    
5624  case `sed -n '/datarootdir/ {  ac_sed_dataroot='
5625    /datarootdir/ {
5626    p    p
5627    q    q
5628  }  }
# Line 5461  case `sed -n '/datarootdir/ { Line 5631  case `sed -n '/datarootdir/ {
5631  /@infodir@/p  /@infodir@/p
5632  /@localedir@/p  /@localedir@/p
5633  /@mandir@/p  /@mandir@/p
5634  ' $ac_file_inputs` in  '
5635    case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5636  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5637  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5638    { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5    { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5639  echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5640  _ACEOF  _ACEOF
5641  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5642    ac_datarootdir_hack='    ac_datarootdir_hack='
5643    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5644    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5481  _ACEOF Line 5652  _ACEOF
5652  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5653  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5654  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5655  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5656    sed "$ac_vpsub  ac_sed_extra="$ac_vpsub
5657  $extrasub  $extrasub
5658  _ACEOF  _ACEOF
5659  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5660  :t  :t
5661  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5662  s&@configure_input@&$configure_input&;t t  s|@configure_input@|$ac_sed_conf_input|;t t
5663  s&@top_builddir@&$ac_top_builddir_sub&;t t  s&@top_builddir@&$ac_top_builddir_sub&;t t
5664    s&@top_build_prefix@&$ac_top_build_prefix&;t t
5665  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5666  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5667  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5499  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5671  s&@abs_builddir@&$ac_abs_builddir&;t t
5671  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5672  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5673  $ac_datarootdir_hack  $ac_datarootdir_hack
5674  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out  "
5675    eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5676      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5677    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5678       { (exit 1); exit 1; }; }
5679    
5680  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5681    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5682    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5683    { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5684  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5685  echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5686  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5687    
5688    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5689    case $ac_file in    case $ac_file in
5690    -) cat "$tmp/out"; rm -f "$tmp/out";;    -) cat "$tmp/out" && rm -f "$tmp/out";;
5691    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5692    esac    esac \
5693      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5694    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5695       { (exit 1); exit 1; }; }
5696   ;;   ;;
5697    
5698    
# Line 5528  _ACEOF Line 5707  _ACEOF
5707  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5708  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5709    
5710    test $ac_write_fail = 0 ||
5711      { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
5712    $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5713       { (exit 1); exit 1; }; }
5714    
5715    
5716  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5717  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5549  if test "$no_create" != yes; then Line 5733  if test "$no_create" != yes; then
5733    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5734    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5735  fi  fi
5736    if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5737      { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5738    $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5739    fi
5740    

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