Diff of /trunk/configure

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

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

Legend:
Removed from v.117  
changed lines
  Added in v.118