Diff of /trunk/configure

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

revision 234 by harbaum, Wed Dec 9 19:45:36 2009 UTC revision 235 by harbaum, Wed Dec 9 20:08:58 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.9.0.  # Generated by GNU Autoconf 2.63 for GPXView 0.9.1.
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.9.0'  PACKAGE_VERSION='0.9.1'
600  PACKAGE_STRING='GPXView 0.9.0'  PACKAGE_STRING='GPXView 0.9.1'
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  
 libcurl_CFLAGS  
 libcurl_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  
 MAEMO_VERSION_MAJOR  
 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    MAEMO_VERSION_MAJOR
614    liblocation_LIBS
615    liblocation_CFLAGS
616    gpsbt_LIBS
617    gpsbt_CFLAGS
618    hildon_help_LIBS
619    hildon_help_CFLAGS
620    sqlite3_LIBS
621    sqlite3_CFLAGS
622    hildon_fm_2_LIBS
623    hildon_fm_2_CFLAGS
624    osso_LIBS
625    osso_CFLAGS
626    hildon_LIBS
627    hildon_CFLAGS
628    libgtkhtml3_8_LIBS
629    libgtkhtml3_8_CFLAGS
630    libgtkhtml3_14_LIBS
631    libgtkhtml3_14_CFLAGS
632    libsoup22_LIBS
633    libsoup22_CFLAGS
634    libsoup24_LIBS
635    libsoup24_CFLAGS
636    libcurl_LIBS
637    libcurl_CFLAGS
638    libxml2_LIBS
639    libxml2_CFLAGS
640    gnome_vfs_module_LIBS
641    gnome_vfs_module_CFLAGS
642    PKG_CONFIG
643    SET_MAKE
644    LN_S
645    INSTALL_DATA
646    INSTALL_SCRIPT
647    INSTALL_PROGRAM
648    OBJEXT
649    EXEEXT
650    ac_ct_CC
651    CPPFLAGS
652    LDFLAGS
653    CFLAGS
654    CC
655    PACKAGE
656    target_alias
657    host_alias
658    build_alias
659    LIBS
660    ECHO_T
661    ECHO_N
662    ECHO_C
663    DEFS
664    mandir
665    localedir
666    libdir
667    psdir
668    pdfdir
669    dvidir
670    htmldir
671    infodir
672    docdir
673    oldincludedir
674    includedir
675    localstatedir
676    sharedstatedir
677    sysconfdir
678    datadir
679    datarootdir
680    libexecdir
681    sbindir
682    bindir
683    program_transform_name
684    prefix
685    exec_prefix
686    PACKAGE_BUGREPORT
687    PACKAGE_STRING
688    PACKAGE_VERSION
689    PACKAGE_TARNAME
690    PACKAGE_NAME
691    PATH_SEPARATOR
692    SHELL'
693  ac_subst_files=''  ac_subst_files=''
694    ac_user_opts='
695    enable_option_checking
696    '
697        ac_precious_vars='build_alias        ac_precious_vars='build_alias
698  host_alias  host_alias
699  target_alias  target_alias
# Line 715  gnome2_LIBS' Line 740  gnome2_LIBS'
740  # Initialize some variables set by options.  # Initialize some variables set by options.
741  ac_init_help=  ac_init_help=
742  ac_init_version=false  ac_init_version=false
743    ac_unrecognized_opts=
744    ac_unrecognized_sep=
745  # The variables have the same names as the options, with  # The variables have the same names as the options, with
746  # dashes changed to underlines.  # dashes changed to underlines.
747  cache_file=/dev/null  cache_file=/dev/null
# Line 813  do Line 840  do
840      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
841    
842    -disable-* | --disable-*)    -disable-* | --disable-*)
843      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
844      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
845      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
846        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
847     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
848      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
849      eval enable_$ac_feature=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
850        case $ac_user_opts in
851          *"
852    "enable_$ac_useropt"
853    "*) ;;
854          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
855             ac_unrecognized_sep=', ';;
856        esac
857        eval enable_$ac_useropt=no ;;
858    
859    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
860      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 832  do Line 867  do
867      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
868    
869    -enable-* | --enable-*)    -enable-* | --enable-*)
870      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
871      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
872      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
873        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
874     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
875      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
876      eval enable_$ac_feature=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
877        case $ac_user_opts in
878          *"
879    "enable_$ac_useropt"
880    "*) ;;
881          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
882             ac_unrecognized_sep=', ';;
883        esac
884        eval enable_$ac_useropt=\$ac_optarg ;;
885    
886    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
887    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1029  do Line 1072  do
1072      ac_init_version=: ;;      ac_init_version=: ;;
1073    
1074    -with-* | --with-*)    -with-* | --with-*)
1075      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1076      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1077      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1078        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1079     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1080      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1081      eval with_$ac_package=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1082        case $ac_user_opts in
1083          *"
1084    "with_$ac_useropt"
1085    "*) ;;
1086          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1087             ac_unrecognized_sep=', ';;
1088        esac
1089        eval with_$ac_useropt=\$ac_optarg ;;
1090    
1091    -without-* | --without-*)    -without-* | --without-*)
1092      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1093      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1094      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1095        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1096     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1097      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1098      eval with_$ac_package=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1099        case $ac_user_opts in
1100          *"
1101    "with_$ac_useropt"
1102    "*) ;;
1103          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1104             ac_unrecognized_sep=', ';;
1105        esac
1106        eval with_$ac_useropt=no ;;
1107    
1108    --x)    --x)
1109      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1064  do Line 1123  do
1123    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1124      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1125    
1126    -*) { echo "$as_me: error: unrecognized option: $ac_option    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1127  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1128     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1129      ;;      ;;
# Line 1073  Try \`$0 --help' for more information." Line 1132  Try \`$0 --help' for more information."
1132      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1133      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1134      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1135        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1136     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1137      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1138      export $ac_envvar ;;      export $ac_envvar ;;
1139    
1140    *)    *)
1141      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1142      echo "$as_me: WARNING: you should use --build, --host, --target" >&2      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1143      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1144        echo "$as_me: WARNING: invalid host type: $ac_option" >&2        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1145      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1146      ;;      ;;
1147    
# Line 1091  done Line 1150  done
1150    
1151  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1152    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1153    { echo "$as_me: error: missing argument to $ac_option" >&2    { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1154     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1155  fi  fi
1156    
1157  # Be sure to have absolute directory names.  if test -n "$ac_unrecognized_opts"; then
1158      case $enable_option_checking in
1159        no) ;;
1160        fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1161       { (exit 1); exit 1; }; } ;;
1162        *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1163      esac
1164    fi
1165    
1166    # Check all directory arguments for consistency.
1167  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1169                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170                  libdir localedir mandir                  libdir localedir mandir
1171  do  do
1172    eval ac_val=\$$ac_var    eval ac_val=\$$ac_var
1173      # Remove trailing slashes.
1174      case $ac_val in
1175        */ )
1176          ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1177          eval $ac_var=\$ac_val;;
1178      esac
1179      # Be sure to have absolute directory names.
1180    case $ac_val in    case $ac_val in
1181      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1182      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1183    esac    esac
1184    { 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
1185     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1186  done  done
1187    
# Line 1121  target=$target_alias Line 1196  target=$target_alias
1196  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1197    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1198      cross_compiling=maybe      cross_compiling=maybe
1199      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.
1200      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
1201    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1202      cross_compiling=yes      cross_compiling=yes
# Line 1137  test "$silent" = yes && exec 6>/dev/null Line 1212  test "$silent" = yes && exec 6>/dev/null
1212  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1213  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1214  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1215    { echo "$as_me: error: Working directory cannot be determined" >&2    { $as_echo "$as_me: error: working directory cannot be determined" >&2
1216     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1217  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1218    { 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
1219     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1220    
1221    
# Line 1148  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1223  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1223  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1224    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1225    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1226    ac_confdir=`$as_dirname -- "$0" ||    ac_confdir=`$as_dirname -- "$as_myself" ||
1227  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1228           X"$0" : 'X\(//\)[^/]' \| \           X"$as_myself" : 'X\(//\)[^/]' \| \
1229           X"$0" : 'X\(//\)$' \| \           X"$as_myself" : 'X\(//\)$' \| \
1230           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1231  echo X"$0" |  $as_echo X"$as_myself" |
1232      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1233              s//\1/              s//\1/
1234              q              q
# Line 1180  else Line 1255  else
1255  fi  fi
1256  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1257    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1258    { 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
1259     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1260  fi  fi
1261  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1262  ac_abs_confdir=`(  ac_abs_confdir=`(
1263          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
1264     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1265          pwd)`          pwd)`
1266  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1212  if test "$ac_init_help" = "long"; then Line 1287  if test "$ac_init_help" = "long"; then
1287    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1288    # 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.
1289    cat <<_ACEOF    cat <<_ACEOF
1290  \`configure' configures GPXView 0.9.0 to adapt to many kinds of systems.  \`configure' configures GPXView 0.9.1 to adapt to many kinds of systems.
1291    
1292  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1293    
# Line 1234  Configuration: Line 1309  Configuration:
1309    
1310  Installation directories:  Installation directories:
1311    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1312                            [$ac_default_prefix]                            [$ac_default_prefix]
1313    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1314                            [PREFIX]                            [PREFIX]
1315    
1316  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1317  \`$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 1246  for instance \`--prefix=\$HOME'. Line 1321  for instance \`--prefix=\$HOME'.
1321  For better control, use the options below.  For better control, use the options below.
1322    
1323  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1324    --bindir=DIR           user executables [EPREFIX/bin]    --bindir=DIR            user executables [EPREFIX/bin]
1325    --sbindir=DIR          system admin executables [EPREFIX/sbin]    --sbindir=DIR           system admin executables [EPREFIX/sbin]
1326    --libexecdir=DIR       program executables [EPREFIX/libexec]    --libexecdir=DIR        program executables [EPREFIX/libexec]
1327    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1328    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1329    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1330    --libdir=DIR           object code libraries [EPREFIX/lib]    --libdir=DIR            object code libraries [EPREFIX/lib]
1331    --includedir=DIR       C header files [PREFIX/include]    --includedir=DIR        C header files [PREFIX/include]
1332    --oldincludedir=DIR    C header files for non-gcc [/usr/include]    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1333    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1334    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1335    --infodir=DIR          info documentation [DATAROOTDIR/info]    --infodir=DIR           info documentation [DATAROOTDIR/info]
1336    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1337    --mandir=DIR           man documentation [DATAROOTDIR/man]    --mandir=DIR            man documentation [DATAROOTDIR/man]
1338    --docdir=DIR           documentation root [DATAROOTDIR/doc/gpxview]    --docdir=DIR            documentation root [DATAROOTDIR/doc/gpxview]
1339    --htmldir=DIR          html documentation [DOCDIR]    --htmldir=DIR           html documentation [DOCDIR]
1340    --dvidir=DIR           dvi documentation [DOCDIR]    --dvidir=DIR            dvi documentation [DOCDIR]
1341    --pdfdir=DIR           pdf documentation [DOCDIR]    --pdfdir=DIR            pdf documentation [DOCDIR]
1342    --psdir=DIR            ps documentation [DOCDIR]    --psdir=DIR             ps documentation [DOCDIR]
1343  _ACEOF  _ACEOF
1344    
1345    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1273  fi Line 1348  fi
1348    
1349  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1350    case $ac_init_help in    case $ac_init_help in
1351       short | recursive ) echo "Configuration of GPXView 0.9.0:";;       short | recursive ) echo "Configuration of GPXView 0.9.1:";;
1352     esac     esac
1353    cat <<\_ACEOF    cat <<\_ACEOF
1354    
# Line 1355  fi Line 1430  fi
1430  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1431    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1432    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
1433      test -d "$ac_dir" || continue      test -d "$ac_dir" ||
1434          { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1435          continue
1436      ac_builddir=.      ac_builddir=.
1437    
1438  case "$ac_dir" in  case "$ac_dir" in
1439  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1440  *)  *)
1441    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1442    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1443    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|/||'`
1444    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1445    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1446    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1399  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1476  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1476        echo &&        echo &&
1477        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1478      else      else
1479        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
1480      fi || ac_status=$?      fi || ac_status=$?
1481      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1482    done    done
# Line 1408  fi Line 1485  fi
1485  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1486  if $ac_init_version; then  if $ac_init_version; then
1487    cat <<\_ACEOF    cat <<\_ACEOF
1488  GPXView configure 0.9.0  GPXView configure 0.9.1
1489  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.63
1490    
1491  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1492  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1493  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1494  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1495  _ACEOF  _ACEOF
# Line 1422  cat >config.log <<_ACEOF Line 1499  cat >config.log <<_ACEOF
1499  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1500  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1501    
1502  It was created by GPXView $as_me 0.9.0, which was  It was created by GPXView $as_me 0.9.1, which was
1503  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
1504    
1505    $ $0 $@    $ $0 $@
1506    
# Line 1459  for as_dir in $PATH Line 1536  for as_dir in $PATH
1536  do  do
1537    IFS=$as_save_IFS    IFS=$as_save_IFS
1538    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1539    echo "PATH: $as_dir"    $as_echo "PATH: $as_dir"
1540  done  done
1541  IFS=$as_save_IFS  IFS=$as_save_IFS
1542    
# Line 1494  do Line 1571  do
1571      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1572        continue ;;        continue ;;
1573      *\'*)      *\'*)
1574        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1575      esac      esac
1576      case $ac_pass in      case $ac_pass in
1577      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1546  _ASBOX Line 1623  _ASBOX
1623      case $ac_val in #(      case $ac_val in #(
1624      *${as_nl}*)      *${as_nl}*)
1625        case $ac_var in #(        case $ac_var in #(
1626        *_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
1627  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;} ;;
1628        esac        esac
1629        case $ac_var in #(        case $ac_var in #(
1630        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
1631          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1632        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1633        esac ;;        esac ;;
1634      esac      esac
# Line 1580  _ASBOX Line 1658  _ASBOX
1658      do      do
1659        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1660        case $ac_val in        case $ac_val in
1661        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1662        esac        esac
1663        echo "$ac_var='\''$ac_val'\''"        $as_echo "$ac_var='\''$ac_val'\''"
1664      done | sort      done | sort
1665      echo      echo
1666    
# Line 1597  _ASBOX Line 1675  _ASBOX
1675        do        do
1676          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1677          case $ac_val in          case $ac_val in
1678          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679          esac          esac
1680          echo "$ac_var='\''$ac_val'\''"          $as_echo "$ac_var='\''$ac_val'\''"
1681        done | sort        done | sort
1682        echo        echo
1683      fi      fi
# Line 1615  _ASBOX Line 1693  _ASBOX
1693        echo        echo
1694      fi      fi
1695      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1696        echo "$as_me: caught signal $ac_signal"        $as_echo "$as_me: caught signal $ac_signal"
1697      echo "$as_me: exit $exit_status"      $as_echo "$as_me: exit $exit_status"
1698    } >&5    } >&5
1699    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1700      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1658  _ACEOF Line 1736  _ACEOF
1736    
1737    
1738  # 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.
1739  # Prefer explicitly selected file to automatically selected ones.  # Prefer an explicitly selected file to automatically selected ones.
1740    ac_site_file1=NONE
1741    ac_site_file2=NONE
1742  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1743    set x "$CONFIG_SITE"    ac_site_file1=$CONFIG_SITE
1744  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1745    set x "$prefix/share/config.site" "$prefix/etc/config.site"    ac_site_file1=$prefix/share/config.site
1746      ac_site_file2=$prefix/etc/config.site
1747  else  else
1748    set x "$ac_default_prefix/share/config.site" \    ac_site_file1=$ac_default_prefix/share/config.site
1749          "$ac_default_prefix/etc/config.site"    ac_site_file2=$ac_default_prefix/etc/config.site
1750  fi  fi
1751  shift  for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 for ac_site_file  
1752  do  do
1753      test "x$ac_site_file" = xNONE && continue
1754    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1755      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1756  echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1757      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1758      . "$ac_site_file"      . "$ac_site_file"
1759    fi    fi
# Line 1682  if test -r "$cache_file"; then Line 1763  if test -r "$cache_file"; then
1763    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1764    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1765    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1766      { echo "$as_me:$LINENO: loading cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1767  echo "$as_me: loading cache $cache_file" >&6;}  $as_echo "$as_me: loading cache $cache_file" >&6;}
1768      case $cache_file in      case $cache_file in
1769        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1770        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1771      esac      esac
1772    fi    fi
1773  else  else
1774    { echo "$as_me:$LINENO: creating cache $cache_file" >&5    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1775  echo "$as_me: creating cache $cache_file" >&6;}  $as_echo "$as_me: creating cache $cache_file" >&6;}
1776    >$cache_file    >$cache_file
1777  fi  fi
1778    
# Line 1705  for ac_var in $ac_precious_vars; do Line 1786  for ac_var in $ac_precious_vars; do
1786    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1787    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1788      set,)      set,)
1789        { 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
1790  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;}
1791        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1792      ,set)      ,set)
1793        { 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
1794  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;}
1795        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1796      ,);;      ,);;
1797      *)      *)
1798        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1799          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          # differences in whitespace do not lead to failure.
1800  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}          ac_old_val_w=`echo x $ac_old_val`
1801          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          ac_new_val_w=`echo x $ac_new_val`
1802  echo "$as_me:   former value:  $ac_old_val" >&2;}          if test "$ac_old_val_w" != "$ac_new_val_w"; then
1803          { 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
1804  echo "$as_me:   current value: $ac_new_val" >&2;}  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1805          ac_cache_corrupted=:            ac_cache_corrupted=:
1806            else
1807              { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1808    $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1809              eval $ac_var=\$ac_old_val
1810            fi
1811            { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1812    $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1813            { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1814    $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1815        fi;;        fi;;
1816    esac    esac
1817    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1818    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1819      case $ac_new_val in      case $ac_new_val in
1820      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1821      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1822      esac      esac
1823      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1737  echo "$as_me:   current value: $ac_new_v Line 1827  echo "$as_me:   current value: $ac_new_v
1827    fi    fi
1828  done  done
1829  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1830    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1831  echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1832    { { 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
1833  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;}
1834      { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1835    $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1836     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1837  fi  fi
1838    
# Line 1790  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1882  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1882  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1883    # 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.
1884  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1885  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1886  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1887  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1888    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1889  else  else
1890    if test -n "$CC"; then    if test -n "$CC"; then
1891    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1806  do Line 1898  do
1898    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1899    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
1900      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1901      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
1902      break 2      break 2
1903    fi    fi
1904  done  done
# Line 1817  fi Line 1909  fi
1909  fi  fi
1910  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1911  if test -n "$CC"; then  if test -n "$CC"; then
1912    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1913  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1914  else  else
1915    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1916  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1917  fi  fi
1918    
1919    
# Line 1830  if test -z "$ac_cv_prog_CC"; then Line 1922  if test -z "$ac_cv_prog_CC"; then
1922    ac_ct_CC=$CC    ac_ct_CC=$CC
1923    # 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.
1924  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1925  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1926  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1927  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1928    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1929  else  else
1930    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1931    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 1846  do Line 1938  do
1938    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1939    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
1940      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1941      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
1942      break 2      break 2
1943    fi    fi
1944  done  done
# Line 1857  fi Line 1949  fi
1949  fi  fi
1950  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1951  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1952    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1953  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
1954  else  else
1955    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1956  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1957  fi  fi
1958    
1959    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1869  fi Line 1961  fi
1961    else    else
1962      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1963  yes:)  yes:)
1964  { 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
1965  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;}  
1966  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1967  esac  esac
1968      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1887  if test -z "$CC"; then Line 1975  if test -z "$CC"; then
1975            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1976      # 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.
1977  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1978  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1979  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1980  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1981    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1982  else  else
1983    if test -n "$CC"; then    if test -n "$CC"; then
1984    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1903  do Line 1991  do
1991    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1992    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
1993      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1994      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
1995      break 2      break 2
1996    fi    fi
1997  done  done
# Line 1914  fi Line 2002  fi
2002  fi  fi
2003  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2004  if test -n "$CC"; then  if test -n "$CC"; then
2005    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2006  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2007  else  else
2008    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2009  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2010  fi  fi
2011    
2012    
# Line 1927  fi Line 2015  fi
2015  if test -z "$CC"; then  if test -z "$CC"; then
2016    # 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.
2017  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
2018  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2019  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2020  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2021    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2022  else  else
2023    if test -n "$CC"; then    if test -n "$CC"; then
2024    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1948  do Line 2036  do
2036         continue         continue
2037       fi       fi
2038      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
2039      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
2040      break 2      break 2
2041    fi    fi
2042  done  done
# Line 1971  fi Line 2059  fi
2059  fi  fi
2060  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2061  if test -n "$CC"; then  if test -n "$CC"; then
2062    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2063  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2064  else  else
2065    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2066  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2067  fi  fi
2068    
2069    
# Line 1986  if test -z "$CC"; then Line 2074  if test -z "$CC"; then
2074    do    do
2075      # 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.
2076  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2077  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2078  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2079  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2080    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2081  else  else
2082    if test -n "$CC"; then    if test -n "$CC"; then
2083    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2002  do Line 2090  do
2090    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2091    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
2092      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2093      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
2094      break 2      break 2
2095    fi    fi
2096  done  done
# Line 2013  fi Line 2101  fi
2101  fi  fi
2102  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2103  if test -n "$CC"; then  if test -n "$CC"; then
2104    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2105  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2106  else  else
2107    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2108  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2109  fi  fi
2110    
2111    
# Line 2030  if test -z "$CC"; then Line 2118  if test -z "$CC"; then
2118  do  do
2119    # 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.
2120  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2121  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2122  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2123  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2124    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2125  else  else
2126    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2127    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 2046  do Line 2134  do
2134    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2135    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
2136      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2137      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
2138      break 2      break 2
2139    fi    fi
2140  done  done
# Line 2057  fi Line 2145  fi
2145  fi  fi
2146  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2147  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2148    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2149  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
2150  else  else
2151    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2152  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2153  fi  fi
2154    
2155    
# Line 2073  done Line 2161  done
2161    else    else
2162      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2163  yes:)  yes:)
2164  { 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
2165  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;}  
2166  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2167  esac  esac
2168      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2088  fi Line 2172  fi
2172  fi  fi
2173    
2174    
2175  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
2176    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2177    { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2178  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2179  echo "$as_me: error: no acceptable C compiler found in \$PATH  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2180  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2181     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2182    
2183  # Provide some information about the compiler.  # Provide some information about the compiler.
2184  echo "$as_me:$LINENO: checking for C compiler version" >&5  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2185  ac_compiler=`set X $ac_compile; echo $2`  set X $ac_compile
2186    ac_compiler=$2
2187  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&5"
2188  case "(($ac_try" in  case "(($ac_try" in
2189    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2190    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2191  esac  esac
2192  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2193    $as_echo "$ac_try_echo") >&5
2194    (eval "$ac_compiler --version >&5") 2>&5    (eval "$ac_compiler --version >&5") 2>&5
2195    ac_status=$?    ac_status=$?
2196    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2197    (exit $ac_status); }    (exit $ac_status); }
2198  { (ac_try="$ac_compiler -v >&5"  { (ac_try="$ac_compiler -v >&5"
2199  case "(($ac_try" in  case "(($ac_try" in
2200    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2201    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2202  esac  esac
2203  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2204    $as_echo "$ac_try_echo") >&5
2205    (eval "$ac_compiler -v >&5") 2>&5    (eval "$ac_compiler -v >&5") 2>&5
2206    ac_status=$?    ac_status=$?
2207    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208    (exit $ac_status); }    (exit $ac_status); }
2209  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2210  case "(($ac_try" in  case "(($ac_try" in
2211    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2212    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2213  esac  esac
2214  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2215    $as_echo "$ac_try_echo") >&5
2216    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2217    ac_status=$?    ac_status=$?
2218    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2219    (exit $ac_status); }    (exit $ac_status); }
2220    
2221  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2144  main () Line 2234  main ()
2234  }  }
2235  _ACEOF  _ACEOF
2236  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2237  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"
2238  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2239  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2240  # of exeext.  # of exeext.
2241  { 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
2242  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; }
2243  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2244  #  
2245  # List of possible output files, starting from the most likely.  # The possible output files:
2246  # 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.*"
2247  # 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.  
2248  ac_rmfiles=  ac_rmfiles=
2249  for ac_file in $ac_files  for ac_file in $ac_files
2250  do  do
2251    case $ac_file in    case $ac_file in
2252      *.$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 ) ;;
2253      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2254    esac    esac
2255  done  done
# Line 2175  case "(($ac_try" in Line 2260  case "(($ac_try" in
2260    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2261    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2262  esac  esac
2263  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2264    $as_echo "$ac_try_echo") >&5
2265    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2266    ac_status=$?    ac_status=$?
2267    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268    (exit $ac_status); }; then    (exit $ac_status); }; then
2269    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2270  # 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 2189  for ac_file in $ac_files '' Line 2275  for ac_file in $ac_files ''
2275  do  do
2276    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2277    case $ac_file in    case $ac_file in
2278      *.$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 )
2279          ;;          ;;
2280      [ab].out )      [ab].out )
2281          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2216  else Line 2302  else
2302    ac_file=''    ac_file=''
2303  fi  fi
2304    
2305  { echo "$as_me:$LINENO: result: $ac_file" >&5  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2306  echo "${ECHO_T}$ac_file" >&6; }  $as_echo "$ac_file" >&6; }
2307  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2308    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2309  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2310    
2311  { { echo "$as_me:$LINENO: error: C compiler cannot create executables  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2312    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2313    { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2314  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2315  echo "$as_me: error: C compiler cannot create executables  $as_echo "$as_me: error: C compiler cannot create executables
2316  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2317     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }; }
2318  fi  fi
2319    
2320  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2321    
2322  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2323  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2324  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2325  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }  $as_echo_n "checking whether the C compiler works... " >&6; }
2326  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2327  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2328  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2243  if test "$cross_compiling" != yes; then Line 2331  if test "$cross_compiling" != yes; then
2331    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2332    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2333  esac  esac
2334  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2335    $as_echo "$ac_try_echo") >&5
2336    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2337    ac_status=$?    ac_status=$?
2338    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2339    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2340      cross_compiling=no      cross_compiling=no
2341    else    else
2342      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2343          cross_compiling=yes          cross_compiling=yes
2344      else      else
2345          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2346    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347    { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2348  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2349  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2350  echo "$as_me: error: cannot run C compiled programs.  $as_echo "$as_me: error: cannot run C compiled programs.
2351  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2352  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2353     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2354      fi      fi
2355    fi    fi
2356  fi  fi
2357  { echo "$as_me:$LINENO: result: yes" >&5  { $as_echo "$as_me:$LINENO: result: yes" >&5
2358  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2359    
2360  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
2361  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2362  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2363  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2364  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2365  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }  $as_echo_n "checking whether we are cross compiling... " >&6; }
2366  { echo "$as_me:$LINENO: result: $cross_compiling" >&5  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2367  echo "${ECHO_T}$cross_compiling" >&6; }  $as_echo "$cross_compiling" >&6; }
2368    
2369  { echo "$as_me:$LINENO: checking for suffix of executables" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2370  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of executables... " >&6; }
2371  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2372  case "(($ac_try" in  case "(($ac_try" in
2373    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2374    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2375  esac  esac
2376  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2377    $as_echo "$ac_try_echo") >&5
2378    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2379    ac_status=$?    ac_status=$?
2380    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381    (exit $ac_status); }; then    (exit $ac_status); }; then
2382    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2383  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2294  eval "echo \"\$as_me:$LINENO: $ac_try_ec Line 2386  eval "echo \"\$as_me:$LINENO: $ac_try_ec
2386  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2387    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2388    case $ac_file in    case $ac_file in
2389      *.$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 ) ;;
2390      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2391            break;;            break;;
2392      * ) break;;      * ) break;;
2393    esac    esac
2394  done  done
2395  else  else
2396    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2397    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2398    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2399  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2400  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
2401  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2402     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2403  fi  fi
2404    
2405  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2406  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2407  echo "${ECHO_T}$ac_cv_exeext" >&6; }  $as_echo "$ac_cv_exeext" >&6; }
2408    
2409  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2410  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2411  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2412  { echo "$as_me:$LINENO: checking for suffix of object files" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2413  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of object files... " >&6; }
2414  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2415    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2416  else  else
2417    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2418  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2341  case "(($ac_try" in Line 2435  case "(($ac_try" in
2435    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2436    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2437  esac  esac
2438  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2439    $as_echo "$ac_try_echo") >&5
2440    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2441    ac_status=$?    ac_status=$?
2442    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2443    (exit $ac_status); }; then    (exit $ac_status); }; then
2444    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2445    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2446    case $ac_file in    case $ac_file in
2447      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2448      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2449         break;;         break;;
2450    esac    esac
2451  done  done
2452  else  else
2453    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2454  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2455    
2456  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2457    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2458    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2459  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2460  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
2461  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2462     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2463  fi  fi
2464    
2465  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2466  fi  fi
2467  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2468  echo "${ECHO_T}$ac_cv_objext" >&6; }  $as_echo "$ac_cv_objext" >&6; }
2469  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2470  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2471  { 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
2472  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; }
2473  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2474    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2475  else  else
2476    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2477  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2400  case "(($ac_try" in Line 2497  case "(($ac_try" in
2497    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2498    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2499  esac  esac
2500  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2501    $as_echo "$ac_try_echo") >&5
2502    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2503    ac_status=$?    ac_status=$?
2504    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2505    rm -f conftest.er1    rm -f conftest.er1
2506    cat conftest.err >&5    cat conftest.err >&5
2507    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2508    (exit $ac_status); } && {    (exit $ac_status); } && {
2509           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2510           test ! -s conftest.err           test ! -s conftest.err
2511         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2512    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2513  else  else
2514    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2515  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2516    
2517          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2423  rm -f core conftest.err conftest.$ac_obj Line 2521  rm -f core conftest.err conftest.$ac_obj
2521  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2522    
2523  fi  fi
2524  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2525  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }  $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2526  GCC=`test $ac_compiler_gnu = yes && echo yes`  if test $ac_compiler_gnu = yes; then
2527      GCC=yes
2528    else
2529      GCC=
2530    fi
2531  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2532  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2533  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2534  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }  $as_echo_n "checking whether $CC accepts -g... " >&6; }
2535  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2536    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2537  else  else
2538    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2539     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2458  case "(($ac_try" in Line 2560  case "(($ac_try" in
2560    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2561    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2562  esac  esac
2563  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2564    $as_echo "$ac_try_echo") >&5
2565    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2566    ac_status=$?    ac_status=$?
2567    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2568    rm -f conftest.er1    rm -f conftest.er1
2569    cat conftest.err >&5    cat conftest.err >&5
2570    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2571    (exit $ac_status); } && {    (exit $ac_status); } && {
2572           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2573           test ! -s conftest.err           test ! -s conftest.err
2574         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2575    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2576  else  else
2577    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2578  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2579    
2580          CFLAGS=""          CFLAGS=""
# Line 2496  case "(($ac_try" in Line 2599  case "(($ac_try" in
2599    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2600    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2601  esac  esac
2602  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2603    $as_echo "$ac_try_echo") >&5
2604    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2605    ac_status=$?    ac_status=$?
2606    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2607    rm -f conftest.er1    rm -f conftest.er1
2608    cat conftest.err >&5    cat conftest.err >&5
2609    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610    (exit $ac_status); } && {    (exit $ac_status); } && {
2611           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2612           test ! -s conftest.err           test ! -s conftest.err
2613         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2614    :    :
2615  else  else
2616    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2617  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2618    
2619          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2535  case "(($ac_try" in Line 2639  case "(($ac_try" in
2639    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2641  esac  esac
2642  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2643    $as_echo "$ac_try_echo") >&5
2644    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2645    ac_status=$?    ac_status=$?
2646    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2647    rm -f conftest.er1    rm -f conftest.er1
2648    cat conftest.err >&5    cat conftest.err >&5
2649    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2650    (exit $ac_status); } && {    (exit $ac_status); } && {
2651           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2652           test ! -s conftest.err           test ! -s conftest.err
2653         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2654    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2655  else  else
2656    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2657  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2658    
2659    
# Line 2563  fi Line 2668  fi
2668  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2669     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2670  fi  fi
2671  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2672  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }  $as_echo "$ac_cv_prog_cc_g" >&6; }
2673  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2674    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2675  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2580  else Line 2685  else
2685      CFLAGS=      CFLAGS=
2686    fi    fi
2687  fi  fi
2688  { 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
2689  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; }
2690  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2691    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2692  else  else
2693    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2694  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2654  case "(($ac_try" in Line 2759  case "(($ac_try" in
2759    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2760    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2761  esac  esac
2762  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2763    $as_echo "$ac_try_echo") >&5
2764    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2765    ac_status=$?    ac_status=$?
2766    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2767    rm -f conftest.er1    rm -f conftest.er1
2768    cat conftest.err >&5    cat conftest.err >&5
2769    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770    (exit $ac_status); } && {    (exit $ac_status); } && {
2771           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2772           test ! -s conftest.err           test ! -s conftest.err
2773         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2774    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2775  else  else
2776    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2777  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2778    
2779    
# Line 2683  fi Line 2789  fi
2789  # AC_CACHE_VAL  # AC_CACHE_VAL
2790  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2791    x)    x)
2792      { echo "$as_me:$LINENO: result: none needed" >&5      { $as_echo "$as_me:$LINENO: result: none needed" >&5
2793  echo "${ECHO_T}none needed" >&6; } ;;  $as_echo "none needed" >&6; } ;;
2794    xno)    xno)
2795      { echo "$as_me:$LINENO: result: unsupported" >&5      { $as_echo "$as_me:$LINENO: result: unsupported" >&5
2796  echo "${ECHO_T}unsupported" >&6; } ;;  $as_echo "unsupported" >&6; } ;;
2797    *)    *)
2798      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2799      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2800  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2801  esac  esac
2802    
2803    
# Line 2718  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2824  for ac_dir in "$srcdir" "$srcdir/.." "$s
2824    fi    fi
2825  done  done
2826  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2827    { { 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
2828  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;}
2829     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2830  fi  fi
2831    
# Line 2745  ac_configure="$SHELL $ac_aux_dir/configu Line 2851  ac_configure="$SHELL $ac_aux_dir/configu
2851  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2852  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2853  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2854  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  # Reject install programs that cannot install multiple files.
2855  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }  { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2856    $as_echo_n "checking for a BSD-compatible install... " >&6; }
2857  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2858  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2859    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2860  else  else
2861    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2862  for as_dir in $PATH  for as_dir in $PATH
# Line 2778  case $as_dir/ in Line 2885  case $as_dir/ in
2885              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2886              :              :
2887            else            else
2888              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              rm -rf conftest.one conftest.two conftest.dir
2889              break 3              echo one > conftest.one
2890                echo two > conftest.two
2891                mkdir conftest.dir
2892                if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2893                  test -s conftest.one && test -s conftest.two &&
2894                  test -s conftest.dir/conftest.one &&
2895                  test -s conftest.dir/conftest.two
2896                then
2897                  ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2898                  break 3
2899                fi
2900            fi            fi
2901          fi          fi
2902        done        done
2903      done      done
2904      ;;      ;;
2905  esac  esac
2906    
2907  done  done
2908  IFS=$as_save_IFS  IFS=$as_save_IFS
2909    
2910    rm -rf conftest.one conftest.two conftest.dir
2911    
2912  fi  fi
2913    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2801  fi Line 2920  fi
2920      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2921    fi    fi
2922  fi  fi
2923  { echo "$as_me:$LINENO: result: $INSTALL" >&5  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2924  echo "${ECHO_T}$INSTALL" >&6; }  $as_echo "$INSTALL" >&6; }
2925    
2926  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2927  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2812  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2931  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2931    
2932  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2933    
2934  { echo "$as_me:$LINENO: checking whether ln -s works" >&5  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
2935  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }  $as_echo_n "checking whether ln -s works... " >&6; }
2936  LN_S=$as_ln_s  LN_S=$as_ln_s
2937  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2938    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2939  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2940  else  else
2941    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2942  echo "${ECHO_T}no, using $LN_S" >&6; }  $as_echo "no, using $LN_S" >&6; }
2943  fi  fi
2944    
2945  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2946  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2947  set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  set x ${MAKE-make}
2948    ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2949  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
2950    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2951  else  else
2952    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2953  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2844  esac Line 2964  esac
2964  rm -f conftest.make  rm -f conftest.make
2965  fi  fi
2966  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2967    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2968  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2969    SET_MAKE=    SET_MAKE=
2970  else  else
2971    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2972  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2973    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2974  fi  fi
2975    
# Line 2882  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 3002  if test "x$ac_cv_env_PKG_CONFIG_set" !=
3002          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
3003    # 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.
3004  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
3005  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3006  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
3007  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
3008    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
3009  else  else
3010    case $PKG_CONFIG in    case $PKG_CONFIG in
3011    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2900  do Line 3020  do
3020    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3021    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
3022      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3023      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
3024      break 2      break 2
3025    fi    fi
3026  done  done
# Line 2912  esac Line 3032  esac
3032  fi  fi
3033  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3034  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3035    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3036  echo "${ECHO_T}$PKG_CONFIG" >&6; }  $as_echo "$PKG_CONFIG" >&6; }
3037  else  else
3038    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3039  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3040  fi  fi
3041    
3042    
# Line 2925  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 3045  if test -z "$ac_cv_path_PKG_CONFIG"; the
3045    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
3046    # 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.
3047  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
3048  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3049  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
3050  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
3051    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
3052  else  else
3053    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
3054    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2943  do Line 3063  do
3063    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3064    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
3065      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"
3066      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
3067      break 2      break 2
3068    fi    fi
3069  done  done
# Line 2955  esac Line 3075  esac
3075  fi  fi
3076  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3077  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
3078    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
3079  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }  $as_echo "$ac_pt_PKG_CONFIG" >&6; }
3080  else  else
3081    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3082  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3083  fi  fi
3084    
3085    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 2967  fi Line 3087  fi
3087    else    else
3088      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
3089  yes:)  yes:)
3090  { 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
3091  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;}  
3092  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
3093  esac  esac
3094      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 2984  fi Line 3100  fi
3100  fi  fi
3101  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3102          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
3103          { 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
3104  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; }
3105          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3106                  { echo "$as_me:$LINENO: result: yes" >&5                  { $as_echo "$as_me:$LINENO: result: yes" >&5
3107  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3108          else          else
3109                  { echo "$as_me:$LINENO: result: no" >&5                  { $as_echo "$as_me:$LINENO: result: no" >&5
3110  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3111                  PKG_CONFIG=""                  PKG_CONFIG=""
3112          fi          fi
3113    
3114  fi  fi
3115    
3116  pkg_failed=no  pkg_failed=no
3117  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
3118  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }  $as_echo_n "checking for gnome_vfs_module... " >&6; }
3119    
3120  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3121      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
3122          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
3123      else      else
3124          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3125      { (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
3126    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3127    ac_status=$?    ac_status=$?
3128    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3129    (exit $ac_status); }; then    (exit $ac_status); }; then
3130    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`
3131  else  else
# Line 3024  if test -n "$PKG_CONFIG"; then Line 3140  if test -n "$PKG_CONFIG"; then
3140          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3141      else      else
3142          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3143      { (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
3144    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3145    ac_status=$?    ac_status=$?
3146    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147    (exit $ac_status); }; then    (exit $ac_status); }; then
3148    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`
3149  else  else
# Line 3055  fi Line 3171  fi
3171          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3172          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3173    
3174          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3175  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3176                  { { 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
3177  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3178     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3179  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3180          { { 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
3181  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3182     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3183  else  else
3184          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3185          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3186          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3187  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3188          :          :
3189  fi  fi
3190  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3077  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3193  LIBS="$LIBS $gnome_vfs_module_LIBS"
3193  # check for libxml-2.0  # check for libxml-2.0
3194    
3195  pkg_failed=no  pkg_failed=no
3196  { echo "$as_me:$LINENO: checking for libxml2" >&5  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5
3197  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }  $as_echo_n "checking for libxml2... " >&6; }
3198    
3199  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3200      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3201          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3202      else      else
3203          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3204      { (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
3205    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3206    ac_status=$?    ac_status=$?
3207    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3208    (exit $ac_status); }; then    (exit $ac_status); }; then
3209    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`
3210  else  else
# Line 3103  if test -n "$PKG_CONFIG"; then Line 3219  if test -n "$PKG_CONFIG"; then
3219          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3220      else      else
3221          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3222      { (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
3223    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3224    ac_status=$?    ac_status=$?
3225    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3226    (exit $ac_status); }; then    (exit $ac_status); }; then
3227    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`
3228  else  else
# Line 3134  fi Line 3250  fi
3250          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3251          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3252    
3253          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3254  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3255                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3256  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3257     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3258  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3259          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3260  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3261     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3262  else  else
3263          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3264          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3265          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3266  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3267          :          :
3268  fi  fi
3269  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
# Line 3156  LIBS="$LIBS $libxml2_LIBS" Line 3272  LIBS="$LIBS $libxml2_LIBS"
3272  # check for libcurl  # check for libcurl
3273    
3274  pkg_failed=no  pkg_failed=no
3275  { echo "$as_me:$LINENO: checking for libcurl" >&5  { $as_echo "$as_me:$LINENO: checking for libcurl" >&5
3276  echo $ECHO_N "checking for libcurl... $ECHO_C" >&6; }  $as_echo_n "checking for libcurl... " >&6; }
3277    
3278  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3279      if test -n "$libcurl_CFLAGS"; then      if test -n "$libcurl_CFLAGS"; then
3280          pkg_cv_libcurl_CFLAGS="$libcurl_CFLAGS"          pkg_cv_libcurl_CFLAGS="$libcurl_CFLAGS"
3281      else      else
3282          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3283      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5
3284    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
3285    ac_status=$?    ac_status=$?
3286    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287    (exit $ac_status); }; then    (exit $ac_status); }; then
3288    pkg_cv_libcurl_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`    pkg_cv_libcurl_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`
3289  else  else
# Line 3182  if test -n "$PKG_CONFIG"; then Line 3298  if test -n "$PKG_CONFIG"; then
3298          pkg_cv_libcurl_LIBS="$libcurl_LIBS"          pkg_cv_libcurl_LIBS="$libcurl_LIBS"
3299      else      else
3300          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3301      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5
3302    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
3303    ac_status=$?    ac_status=$?
3304    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3305    (exit $ac_status); }; then    (exit $ac_status); }; then
3306    pkg_cv_libcurl_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`    pkg_cv_libcurl_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`
3307  else  else
# Line 3213  fi Line 3329  fi
3329          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3330          echo "$libcurl_PKG_ERRORS" >&5          echo "$libcurl_PKG_ERRORS" >&5
3331    
3332          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3333  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3334                  { { echo "$as_me:$LINENO: error: libcurl missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libcurl missing" >&5
3335  echo "$as_me: error: libcurl missing" >&2;}  $as_echo "$as_me: error: libcurl missing" >&2;}
3336     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3337  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3338          { { echo "$as_me:$LINENO: error: libcurl missing" >&5          { { $as_echo "$as_me:$LINENO: error: libcurl missing" >&5
3339  echo "$as_me: error: libcurl missing" >&2;}  $as_echo "$as_me: error: libcurl missing" >&2;}
3340     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3341  else  else
3342          libcurl_CFLAGS=$pkg_cv_libcurl_CFLAGS          libcurl_CFLAGS=$pkg_cv_libcurl_CFLAGS
3343          libcurl_LIBS=$pkg_cv_libcurl_LIBS          libcurl_LIBS=$pkg_cv_libcurl_LIBS
3344          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3345  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3346          :          :
3347  fi  fi
3348  CFLAGS="$CFLAGS $libcurl_CFLAGS"  CFLAGS="$CFLAGS $libcurl_CFLAGS"
# Line 3235  LIBS="$LIBS $libcurl_LIBS" Line 3351  LIBS="$LIBS $libcurl_LIBS"
3351  # check for libsoup  # check for libsoup
3352    
3353  pkg_failed=no  pkg_failed=no
3354  { echo "$as_me:$LINENO: checking for libsoup24" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5
3355  echo $ECHO_N "checking for libsoup24... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup24... " >&6; }
3356    
3357  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3358      if test -n "$libsoup24_CFLAGS"; then      if test -n "$libsoup24_CFLAGS"; then
3359          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3360      else      else
3361          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3362      { (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
3363    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3364    ac_status=$?    ac_status=$?
3365    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366    (exit $ac_status); }; then    (exit $ac_status); }; then
3367    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`
3368  else  else
# Line 3261  if test -n "$PKG_CONFIG"; then Line 3377  if test -n "$PKG_CONFIG"; then
3377          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3378      else      else
3379          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3380      { (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
3381    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3382    ac_status=$?    ac_status=$?
3383    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3384    (exit $ac_status); }; then    (exit $ac_status); }; then
3385    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`
3386  else  else
# Line 3292  fi Line 3408  fi
3408          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3409          echo "$libsoup24_PKG_ERRORS" >&5          echo "$libsoup24_PKG_ERRORS" >&5
3410    
3411          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3412  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3413    
3414    
3415  pkg_failed=no  pkg_failed=no
3416  { echo "$as_me:$LINENO: checking for libsoup22" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3417  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup22... " >&6; }
3418    
3419  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3420      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3421          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3422      else      else
3423          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3424      { (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
3425    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3426    ac_status=$?    ac_status=$?
3427    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428    (exit $ac_status); }; then    (exit $ac_status); }; then
3429    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`
3430  else  else
# Line 3323  if test -n "$PKG_CONFIG"; then Line 3439  if test -n "$PKG_CONFIG"; then
3439          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3440      else      else
3441          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3442      { (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
3443    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3444    ac_status=$?    ac_status=$?
3445    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446    (exit $ac_status); }; then    (exit $ac_status); }; then
3447    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`
3448  else  else
# Line 3354  fi Line 3470  fi
3470          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3471          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3472    
3473          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3474  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
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  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3480    
3481      { 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
3482  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;}
3483    
3484  else  else
3485          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3486          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3487          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3488  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3489    
3490      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"
3491      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3381  elif test $pkg_failed = untried; then Line 3497  elif test $pkg_failed = untried; then
3497    
3498    
3499  pkg_failed=no  pkg_failed=no
3500  { echo "$as_me:$LINENO: checking for libsoup22" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3501  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup22... " >&6; }
3502    
3503  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3504      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3505          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3506      else      else
3507          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3508      { (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
3509    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3510    ac_status=$?    ac_status=$?
3511    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512    (exit $ac_status); }; then    (exit $ac_status); }; then
3513    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`
3514  else  else
# Line 3407  if test -n "$PKG_CONFIG"; then Line 3523  if test -n "$PKG_CONFIG"; then
3523          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3524      else      else
3525          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3526      { (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
3527    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3528    ac_status=$?    ac_status=$?
3529    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530    (exit $ac_status); }; then    (exit $ac_status); }; then
3531    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`
3532  else  else
# Line 3438  fi Line 3554  fi
3554          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3555          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3556    
3557          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3558  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3559    
3560      { 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
3561  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;}
3562    
3563  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3564    
3565      { 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
3566  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;}
3567    
3568  else  else
3569          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3570          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3571          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3572  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3573    
3574      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"
3575      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3464  fi Line 3580  fi
3580  else  else
3581          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3582          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3583          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3584  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3585    
3586    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"
3587    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
# Line 3476  fi Line 3592  fi
3592  # check for gtkhtml-3.14  # check for gtkhtml-3.14
3593    
3594  pkg_failed=no  pkg_failed=no
3595  { echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5
3596  echo $ECHO_N "checking for libgtkhtml3_14... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_14... " >&6; }
3597    
3598  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3599      if test -n "$libgtkhtml3_14_CFLAGS"; then      if test -n "$libgtkhtml3_14_CFLAGS"; then
3600          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"
3601      else      else
3602          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3603      { (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
3604    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3605    ac_status=$?    ac_status=$?
3606    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3607    (exit $ac_status); }; then    (exit $ac_status); }; then
3608    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`
3609  else  else
# Line 3502  if test -n "$PKG_CONFIG"; then Line 3618  if test -n "$PKG_CONFIG"; then
3618          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"
3619      else      else
3620          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3621      { (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
3622    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3623    ac_status=$?    ac_status=$?
3624    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3625    (exit $ac_status); }; then    (exit $ac_status); }; then
3626    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`
3627  else  else
# Line 3533  fi Line 3649  fi
3649          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3650          echo "$libgtkhtml3_14_PKG_ERRORS" >&5          echo "$libgtkhtml3_14_PKG_ERRORS" >&5
3651    
3652          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3653  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3654    
3655    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3656    
3657  pkg_failed=no  pkg_failed=no
3658  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3659  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_8... " >&6; }
3660    
3661  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3662      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3663          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3664      else      else
3665          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3666      { (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
3667    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3668    ac_status=$?    ac_status=$?
3669    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670    (exit $ac_status); }; then    (exit $ac_status); }; then
3671    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`
3672  else  else
# Line 3565  if test -n "$PKG_CONFIG"; then Line 3681  if test -n "$PKG_CONFIG"; then
3681          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3682      else      else
3683          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3684      { (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
3685    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3686    ac_status=$?    ac_status=$?
3687    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688    (exit $ac_status); }; then    (exit $ac_status); }; then
3689    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`
3690  else  else
# Line 3596  fi Line 3712  fi
3712          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3713          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3714    
3715          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3716  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3717                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3718  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3719     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3720  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3721          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3722  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3723     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3724  else  else
3725          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3726          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3727          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3728  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3729    
3730      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3731      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3621  elif test $pkg_failed = untried; then Line 3737  elif test $pkg_failed = untried; then
3737    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3738    
3739  pkg_failed=no  pkg_failed=no
3740  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3741  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }  $as_echo_n "checking for libgtkhtml3_8... " >&6; }
3742    
3743  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3744      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3745          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3746      else      else
3747          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3748      { (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
3749    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3750    ac_status=$?    ac_status=$?
3751    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752    (exit $ac_status); }; then    (exit $ac_status); }; then
3753    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`
3754  else  else
# Line 3647  if test -n "$PKG_CONFIG"; then Line 3763  if test -n "$PKG_CONFIG"; then
3763          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3764      else      else
3765          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3766      { (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
3767    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3768    ac_status=$?    ac_status=$?
3769    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3770    (exit $ac_status); }; then    (exit $ac_status); }; then
3771    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`
3772  else  else
# Line 3678  fi Line 3794  fi
3794          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3795          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3796    
3797          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3798  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3799                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3800  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3801     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3802  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3803          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3804  echo "$as_me: error: libgtkhtml-3 missing" >&2;}  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3805     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3806  else  else
3807          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3808          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3809          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3810  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3811    
3812      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3813      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3701  fi Line 3817  fi
3817  else  else
3818          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS
3819          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS
3820          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3821  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3822    
3823    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"
3824    LIBS="$LIBS $libgtkhtml3_14_LIBS"    LIBS="$LIBS $libgtkhtml3_14_LIBS"
# Line 3710  echo "${ECHO_T}yes" >&6; } Line 3826  echo "${ECHO_T}yes" >&6; }
3826  fi  fi
3827    
3828  # check for maemo  # check for maemo
3829  { echo "$as_me:$LINENO: checking for Maemo" >&5  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5
3830  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }  $as_echo_n "checking for Maemo... " >&6; }
3831  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3832      { (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
3833    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3834    ac_status=$?    ac_status=$?
3835    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3836    (exit $ac_status); }; then    (exit $ac_status); }; then
3837    
3838    MAEMO="yes"    MAEMO="yes"
3839    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
3840  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3841    
3842    
3843  pkg_failed=no  pkg_failed=no
3844  { echo "$as_me:$LINENO: checking for hildon" >&5  { $as_echo "$as_me:$LINENO: checking for hildon" >&5
3845  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }  $as_echo_n "checking for hildon... " >&6; }
3846    
3847  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3848      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3849          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3850      else      else
3851          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3852      { (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
3853    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3854    ac_status=$?    ac_status=$?
3855    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856    (exit $ac_status); }; then    (exit $ac_status); }; then
3857    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3858  else  else
# Line 3751  if test -n "$PKG_CONFIG"; then Line 3867  if test -n "$PKG_CONFIG"; then
3867          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3868      else      else
3869          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3870      { (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
3871    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3872    ac_status=$?    ac_status=$?
3873    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3874    (exit $ac_status); }; then    (exit $ac_status); }; then
3875    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3876  else  else
# Line 3782  fi Line 3898  fi
3898          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3899          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3900    
3901          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3902  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3903                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3904  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3905     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3906  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3907          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3908  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3909     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3910  else  else
3911          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3912          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3913          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3914  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3915          :          :
3916  fi  fi
3917    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"
# Line 3803  fi Line 3919  fi
3919    
3920    
3921  pkg_failed=no  pkg_failed=no
3922  { echo "$as_me:$LINENO: checking for osso" >&5  { $as_echo "$as_me:$LINENO: checking for osso" >&5
3923  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }  $as_echo_n "checking for osso... " >&6; }
3924    
3925  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3926      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3927          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3928      else      else
3929          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3930      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3931    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3932    ac_status=$?    ac_status=$?
3933    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934    (exit $ac_status); }; then    (exit $ac_status); }; then
3935    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3936  else  else
# Line 3829  if test -n "$PKG_CONFIG"; then Line 3945  if test -n "$PKG_CONFIG"; then
3945          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3946      else      else
3947          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3948      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3949    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3950    ac_status=$?    ac_status=$?
3951    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3952    (exit $ac_status); }; then    (exit $ac_status); }; then
3953    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3954  else  else
# Line 3860  fi Line 3976  fi
3976          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3977          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3978    
3979          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3980  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3981                  { { echo "$as_me:$LINENO: error: libosso missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3982  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3983     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3984  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3985          { { echo "$as_me:$LINENO: error: libosso missing" >&5          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3986  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3987     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3988  else  else
3989          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3990          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3991          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3992  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3993          :          :
3994  fi  fi
3995    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3881  fi Line 3997  fi
3997    
3998    
3999  pkg_failed=no  pkg_failed=no
4000  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
4001  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_fm_2... " >&6; }
4002    
4003  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4004      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
4005          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
4006      else      else
4007          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4008      { (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
4009    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
4010    ac_status=$?    ac_status=$?
4011    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4012    (exit $ac_status); }; then    (exit $ac_status); }; then
4013    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`
4014  else  else
# Line 3907  if test -n "$PKG_CONFIG"; then Line 4023  if test -n "$PKG_CONFIG"; then
4023          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
4024      else      else
4025          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4026      { (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
4027    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
4028    ac_status=$?    ac_status=$?
4029    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4030    (exit $ac_status); }; then    (exit $ac_status); }; then
4031    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`
4032  else  else
# Line 3938  fi Line 4054  fi
4054          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4055          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
4056    
4057          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4058  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4059                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
4060  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
4061     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4062  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4063          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
4064  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
4065     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4066  else  else
4067          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
4068          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
4069          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4070  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4071          :          :
4072  fi  fi
4073    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 3960  fi Line 4076  fi
4076    # check for sqlite3 for maemo mapper interface    # check for sqlite3 for maemo mapper interface
4077    
4078  pkg_failed=no  pkg_failed=no
4079  { echo "$as_me:$LINENO: checking for sqlite3" >&5  { $as_echo "$as_me:$LINENO: checking for sqlite3" >&5
4080  echo $ECHO_N "checking for sqlite3... $ECHO_C" >&6; }  $as_echo_n "checking for sqlite3... " >&6; }
4081    
4082  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4083      if test -n "$sqlite3_CFLAGS"; then      if test -n "$sqlite3_CFLAGS"; then
4084          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"
4085      else      else
4086          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4087      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
4088    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
4089    ac_status=$?    ac_status=$?
4090    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4091    (exit $ac_status); }; then    (exit $ac_status); }; then
4092    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
4093  else  else
# Line 3986  if test -n "$PKG_CONFIG"; then Line 4102  if test -n "$PKG_CONFIG"; then
4102          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"
4103      else      else
4104          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4105      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
4106    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
4107    ac_status=$?    ac_status=$?
4108    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4109    (exit $ac_status); }; then    (exit $ac_status); }; then
4110    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
4111  else  else
# Line 4017  fi Line 4133  fi
4133          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4134          echo "$sqlite3_PKG_ERRORS" >&5          echo "$sqlite3_PKG_ERRORS" >&5
4135    
4136          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4137  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4138                  { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4139  echo "$as_me: error: sqlite3 missing" >&2;}  $as_echo "$as_me: error: sqlite3 missing" >&2;}
4140     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4141  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4142          { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5          { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5
4143  echo "$as_me: error: sqlite3 missing" >&2;}  $as_echo "$as_me: error: sqlite3 missing" >&2;}
4144     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4145  else  else
4146          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS
4147          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS
4148          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4149  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4150          :          :
4151  fi  fi
4152    CFLAGS="$CFLAGS $sqlite3_CFLAGS"    CFLAGS="$CFLAGS $sqlite3_CFLAGS"
# Line 4039  fi Line 4155  fi
4155    # check for hildon-help    # check for hildon-help
4156    
4157  pkg_failed=no  pkg_failed=no
4158  { echo "$as_me:$LINENO: checking for hildon_help" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_help" >&5
4159  echo $ECHO_N "checking for hildon_help... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_help... " >&6; }
4160    
4161  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4162      if test -n "$hildon_help_CFLAGS"; then      if test -n "$hildon_help_CFLAGS"; then
4163          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"
4164      else      else
4165          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4166      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4167    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
4168    ac_status=$?    ac_status=$?
4169    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4170    (exit $ac_status); }; then    (exit $ac_status); }; then
4171    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`
4172  else  else
# Line 4065  if test -n "$PKG_CONFIG"; then Line 4181  if test -n "$PKG_CONFIG"; then
4181          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"
4182      else      else
4183          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4184      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
4185    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
4186    ac_status=$?    ac_status=$?
4187    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4188    (exit $ac_status); }; then    (exit $ac_status); }; then
4189    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`
4190  else  else
# Line 4096  fi Line 4212  fi
4212          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4213          echo "$hildon_help_PKG_ERRORS" >&5          echo "$hildon_help_PKG_ERRORS" >&5
4214    
4215          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4216  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4217    
4218      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4219  echo "$as_me: WARNING: hildon-help missing" >&6;}  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}
4220    
4221  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4222    
4223      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4224  echo "$as_me: WARNING: hildon-help missing" >&6;}  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}
4225    
4226  else  else
4227          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS
4228          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS
4229          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4230  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4231    
4232      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"
4233      LIBS="$LIBS $hildon_help_LIBS"      LIBS="$LIBS $hildon_help_LIBS"
# Line 4121  fi Line 4237  fi
4237    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
4238    # stability    # stability
4239    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4240      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4241    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4242    ac_status=$?    ac_status=$?
4243    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244    (exit $ac_status); }; then    (exit $ac_status); }; then
4245    
4246    
4247  pkg_failed=no  pkg_failed=no
4248  { echo "$as_me:$LINENO: checking for gpsbt" >&5  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5
4249  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }  $as_echo_n "checking for gpsbt... " >&6; }
4250    
4251  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4252      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
4253          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
4254      else      else
4255          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4256      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4257    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4258    ac_status=$?    ac_status=$?
4259    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4260    (exit $ac_status); }; then    (exit $ac_status); }; then
4261    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
4262  else  else
# Line 4155  if test -n "$PKG_CONFIG"; then Line 4271  if test -n "$PKG_CONFIG"; then
4271          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
4272      else      else
4273          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4274      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4275    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4276    ac_status=$?    ac_status=$?
4277    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4278    (exit $ac_status); }; then    (exit $ac_status); }; then
4279    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
4280  else  else
# Line 4186  fi Line 4302  fi
4302          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4303          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
4304    
4305          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
4306    
4307  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4308    
# Line 4197  Alternatively, you may set the environme Line 4313  Alternatively, you may set the environme
4313  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
4314  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4315  " >&5  " >&5
4316  echo "$as_me: error: Package requirements (gpsbt) were not met:  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:
4317    
4318  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4319    
# Line 4210  See the pkg-config man page for more det Line 4326  See the pkg-config man page for more det
4326  " >&2;}  " >&2;}
4327     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4328  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4329          { { 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
4330    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4331    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4332  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
4333  path to pkg-config.  path to pkg-config.
4334    
# Line 4220  See the pkg-config man page for more det Line 4338  See the pkg-config man page for more det
4338    
4339  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4340  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4341  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
4342  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
4343  path to pkg-config.  path to pkg-config.
4344    
# Line 4230  See the pkg-config man page for more det Line 4348  See the pkg-config man page for more det
4348    
4349  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4350  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4351     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4352  else  else
4353          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4354          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4355          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4356  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4357          :          :
4358  fi  fi
4359      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 4243  fi Line 4361  fi
4361    
4362  else  else
4363    
4364      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4365  echo "$as_me: gpsbt not found, trying liblocation" >&6;}  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4366    
4367      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4368      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4369    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4370    ac_status=$?    ac_status=$?
4371    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372    (exit $ac_status); }; then    (exit $ac_status); }; then
4373    
4374    
4375  pkg_failed=no  pkg_failed=no
4376  { echo "$as_me:$LINENO: checking for liblocation" >&5  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5
4377  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }  $as_echo_n "checking for liblocation... " >&6; }
4378    
4379  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4380      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4381          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4382      else      else
4383          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4384      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4385    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4386    ac_status=$?    ac_status=$?
4387    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4388    (exit $ac_status); }; then    (exit $ac_status); }; then
4389    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4390  else  else
# Line 4281  if test -n "$PKG_CONFIG"; then Line 4399  if test -n "$PKG_CONFIG"; then
4399          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4400      else      else
4401          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4402      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4403    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4404    ac_status=$?    ac_status=$?
4405    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4406    (exit $ac_status); }; then    (exit $ac_status); }; then
4407    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4408  else  else
# Line 4312  fi Line 4430  fi
4430          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4431          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4432    
4433          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4434    
4435  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4436    
# Line 4323  Alternatively, you may set the environme Line 4441  Alternatively, you may set the environme
4441  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4442  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4443  " >&5  " >&5
4444  echo "$as_me: error: Package requirements (liblocation) were not met:  $as_echo "$as_me: error: Package requirements (liblocation) were not met:
4445    
4446  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4447    
# Line 4336  See the pkg-config man page for more det Line 4454  See the pkg-config man page for more det
4454  " >&2;}  " >&2;}
4455     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4456  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4457          { { 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
4458    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4459    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4460  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
4461  path to pkg-config.  path to pkg-config.
4462    
# Line 4346  See the pkg-config man page for more det Line 4466  See the pkg-config man page for more det
4466    
4467  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4468  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4469  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
4470  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
4471  path to pkg-config.  path to pkg-config.
4472    
# Line 4356  See the pkg-config man page for more det Line 4476  See the pkg-config man page for more det
4476    
4477  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4478  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4479     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4480  else  else
4481          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4482          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4483          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4484  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4485          :          :
4486  fi  fi
4487        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4369  fi Line 4489  fi
4489    
4490  else  else
4491    
4492        { 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
4493  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;}
4494    
4495  fi  fi
4496    
4497  fi  fi
4498    
4499    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4500      { (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
4501    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4502    ac_status=$?    ac_status=$?
4503    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4504    (exit $ac_status); }; then    (exit $ac_status); }; then
4505    
4506      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4507    
4508  else  else
4509    { 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
4510  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;}
4511  fi  fi
4512    
4513    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4514      { (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
4515    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4516    ac_status=$?    ac_status=$?
4517    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4518    (exit $ac_status); }; then    (exit $ac_status); }; then
4519    
4520      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4521      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4522  echo "$as_me: Configuring for Maemo $VERSION" >&6;}  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4523      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4524      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4525      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
# Line 4409  echo "$as_me: Configuring for Maemo $VER Line 4529  echo "$as_me: Configuring for Maemo $VER
4529    
4530  else  else
4531    
4532      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5
4533  echo "$as_me: error: maemo-version not found" >&2;}  $as_echo "$as_me: error: maemo-version not found" >&2;}
4534     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4535    
4536  fi  fi
# Line 4424  fi Line 4544  fi
4544       datarootdir=/opt       datarootdir=/opt
4545    else    else
4546       ICONNAME=26x26/gpxview.png       ICONNAME=26x26/gpxview.png
4547       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5       { $as_echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4548  echo "$as_me: Enabling Maemo Mapper support" >&6;}  $as_echo "$as_me: Enabling Maemo Mapper support" >&6;}
4549    fi    fi
4550    
4551    CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"    CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
# Line 4434  echo "$as_me: Enabling Maemo Mapper supp Line 4554  echo "$as_me: Enabling Maemo Mapper supp
4554    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4555    EXTRA_OBJS="$EXTRA_OBJS dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4556    
4557    { echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5    { $as_echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5
4558  echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}  $as_echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}
4559    
4560    # add icon entry to debian/control    # add icon entry to debian/control
4561    ICON=" Maemo icon $ICONNAME    ICON=" Maemo icon $ICONNAME
# Line 4449  XB-Maemo-Icon-26: Line 4569  XB-Maemo-Icon-26:
4569    
4570  else  else
4571    
4572    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
4573  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4574    
4575    EXTRA_OBJS="$EXTRA_OBJS bct.o"    EXTRA_OBJS="$EXTRA_OBJS bct.o"
4576    CFLAGS="$CFLAGS -DBCT"    CFLAGS="$CFLAGS -DBCT"
# Line 4458  echo "${ECHO_T}no" >&6; } Line 4578  echo "${ECHO_T}no" >&6; }
4578    # check for gtk+-2.0    # check for gtk+-2.0
4579    
4580  pkg_failed=no  pkg_failed=no
4581  { echo "$as_me:$LINENO: checking for gtk" >&5  { $as_echo "$as_me:$LINENO: checking for gtk" >&5
4582  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }  $as_echo_n "checking for gtk... " >&6; }
4583    
4584  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4585      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4586          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4587      else      else
4588          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4589      { (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
4590    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4591    ac_status=$?    ac_status=$?
4592    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593    (exit $ac_status); }; then    (exit $ac_status); }; then
4594    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`
4595  else  else
# Line 4484  if test -n "$PKG_CONFIG"; then Line 4604  if test -n "$PKG_CONFIG"; then
4604          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4605      else      else
4606          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4607      { (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
4608    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4609    ac_status=$?    ac_status=$?
4610    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4611    (exit $ac_status); }; then    (exit $ac_status); }; then
4612    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`
4613  else  else
# Line 4515  fi Line 4635  fi
4635          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4636          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4637    
4638          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4639  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4640                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4641  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4642     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4643  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4644          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4645  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4646     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4647  else  else
4648          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4649          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4650          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4651  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4652          :          :
4653  fi  fi
4654    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4537  fi Line 4657  fi
4657    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4658    
4659  pkg_failed=no  pkg_failed=no
4660  { echo "$as_me:$LINENO: checking for gnome2" >&5  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5
4661  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }  $as_echo_n "checking for gnome2... " >&6; }
4662    
4663  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4664      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4665          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4666      else      else
4667          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4668      { (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
4669    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4670    ac_status=$?    ac_status=$?
4671    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4672    (exit $ac_status); }; then    (exit $ac_status); }; then
4673    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`
4674  else  else
# Line 4563  if test -n "$PKG_CONFIG"; then Line 4683  if test -n "$PKG_CONFIG"; then
4683          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4684      else      else
4685          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4686      { (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
4687    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4688    ac_status=$?    ac_status=$?
4689    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4690    (exit $ac_status); }; then    (exit $ac_status); }; then
4691    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`
4692  else  else
# Line 4594  fi Line 4714  fi
4714          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4715          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4716    
4717          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4718  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4719                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4720  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4721     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4722  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4723          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4724  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4725     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4726  else  else
4727          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4728          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_LIBS
4729          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4730  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4731          :          :
4732  fi  fi
4733    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4652  _ACEOF Line 4772  _ACEOF
4772      case $ac_val in #(      case $ac_val in #(
4773      *${as_nl}*)      *${as_nl}*)
4774        case $ac_var in #(        case $ac_var in #(
4775        *_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
4776  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;} ;;
4777        esac        esac
4778        case $ac_var in #(        case $ac_var in #(
4779        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
4780          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4781        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4782        esac ;;        esac ;;
4783      esac      esac
# Line 4689  echo "$as_me: WARNING: Cache variable $a Line 4810  echo "$as_me: WARNING: Cache variable $a
4810  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4811    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4812      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4813        { echo "$as_me:$LINENO: updating cache $cache_file" >&5        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
4814  echo "$as_me: updating cache $cache_file" >&6;}  $as_echo "$as_me: updating cache $cache_file" >&6;}
4815      cat confcache >$cache_file      cat confcache >$cache_file
4816    else    else
4817      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4818  echo "$as_me: not updating unwritable cache $cache_file" >&6;}  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4819    fi    fi
4820  fi  fi
4821  rm -f confcache  rm -f confcache
# Line 4711  test "x$exec_prefix" = xNONE && exec_pre Line 4832  test "x$exec_prefix" = xNONE && exec_pre
4832  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4833  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4834  ac_script='  ac_script='
4835    :mline
4836    /\\$/{
4837     N
4838     s,\\\n,,
4839     b mline
4840    }
4841  t clear  t clear
4842  :clear  :clear
4843  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4740  ac_ltlibobjs= Line 4867  ac_ltlibobjs=
4867  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4868    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4869    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4870    ac_i=`echo "$ac_i" | sed "$ac_script"`    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4871    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4872    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4873    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4753  LTLIBOBJS=$ac_ltlibobjs Line 4880  LTLIBOBJS=$ac_ltlibobjs
4880    
4881    
4882  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
4883    ac_write_fail=0
4884  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4885  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4886  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4887  echo "$as_me: creating $CONFIG_STATUS" >&6;}  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4888  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4889  #! $SHELL  #! $SHELL
4890  # Generated by $as_me.  # Generated by $as_me.
4891  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4770  ac_cs_silent=false Line 4898  ac_cs_silent=false
4898  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4899  _ACEOF  _ACEOF
4900    
4901  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4902  ## --------------------- ##  ## --------------------- ##
4903  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4904  ## --------------------- ##  ## --------------------- ##
# Line 4780  DUALCASE=1; export DUALCASE # for MKS sh Line 4908  DUALCASE=1; export DUALCASE # for MKS sh
4908  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
4909    emulate sh    emulate sh
4910    NULLCMD=:    NULLCMD=:
4911    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4912    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4913    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4914    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4802  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4930  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4930  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4931  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4932    
4933  # The user is always right.  as_nl='
4934  if test "${PATH_SEPARATOR+set}" != set; then  '
4935    echo "#! /bin/sh" >conf$$.sh  export as_nl
4936    echo  "exit 0"   >>conf$$.sh  # Printing a long string crashes Solaris 7 /usr/bin/printf.
4937    chmod +x conf$$.sh  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4938    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4939      PATH_SEPARATOR=';'  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4940    if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4941      as_echo='printf %s\n'
4942      as_echo_n='printf %s'
4943    else
4944      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4945        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4946        as_echo_n='/usr/ucb/echo -n'
4947    else    else
4948      PATH_SEPARATOR=:      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4949        as_echo_n_body='eval
4950          arg=$1;
4951          case $arg in
4952          *"$as_nl"*)
4953            expr "X$arg" : "X\\(.*\\)$as_nl";
4954            arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4955          esac;
4956          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4957        '
4958        export as_echo_n_body
4959        as_echo_n='sh -c $as_echo_n_body as_echo'
4960    fi    fi
4961    rm -f conf$$.sh    export as_echo_body
4962      as_echo='sh -c $as_echo_body as_echo'
4963    fi
4964    
4965    # The user is always right.
4966    if test "${PATH_SEPARATOR+set}" != set; then
4967      PATH_SEPARATOR=:
4968      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4969        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4970          PATH_SEPARATOR=';'
4971      }
4972  fi  fi
4973    
4974  # Support unset when possible.  # Support unset when possible.
# Line 4828  fi Line 4984  fi
4984  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4985  # (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
4986  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
 as_nl='  
 '  
4987  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4988    
4989  # 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 4852  if test "x$as_myself" = x; then Line 5006  if test "x$as_myself" = x; then
5006    as_myself=$0    as_myself=$0
5007  fi  fi
5008  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
5009    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
5010    { (exit 1); exit 1; }    { (exit 1); exit 1; }
5011  fi  fi
5012    
# Line 4865  PS2='> ' Line 5019  PS2='> '
5019  PS4='+ '  PS4='+ '
5020    
5021  # NLS nuisances.  # NLS nuisances.
5022  for as_var in \  LC_ALL=C
5023    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  export LC_ALL
5024    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LANGUAGE=C
5025    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  
5026    
5027  # Required to use basename.  # Required to use basename.
5028  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 4897  as_me=`$as_basename -- "$0" || Line 5044  as_me=`$as_basename -- "$0" ||
5044  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5045           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
5046           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5047  echo X/"$0" |  $as_echo X/"$0" |
5048      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
5049              s//\1/              s//\1/
5050              q              q
# Line 4948  $as_unset CDPATH Line 5095  $as_unset CDPATH
5095        s/-\n.*//        s/-\n.*//
5096      ' >$as_me.lineno &&      ' >$as_me.lineno &&
5097    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
5098      { 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
5099     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5100    
5101    # 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 4976  case `echo -n x` in Line 5123  case `echo -n x` in
5123  *)  *)
5124    ECHO_N='-n';;    ECHO_N='-n';;
5125  esac  esac
   
5126  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
5127     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
5128    as_expr=expr    as_expr=expr
# Line 4989  if test -d conf$$.dir; then Line 5135  if test -d conf$$.dir; then
5135    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
5136  else  else
5137    rm -f conf$$.dir    rm -f conf$$.dir
5138    mkdir conf$$.dir    mkdir conf$$.dir 2>/dev/null
5139  fi  fi
5140  echo >conf$$.file  if (echo >conf$$.file) 2>/dev/null; then
5141  if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
5142    as_ln_s='ln -s'      as_ln_s='ln -s'
5143    # ... but there are two gotchas:      # ... but there are two gotchas:
5144    # 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.
5145    # 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.
5146    # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -p'.
5147    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 ||
5148          as_ln_s='cp -p'
5149      elif ln conf$$.file conf$$ 2>/dev/null; then
5150        as_ln_s=ln
5151      else
5152      as_ln_s='cp -p'      as_ln_s='cp -p'
5153  elif ln conf$$.file conf$$ 2>/dev/null; then    fi
   as_ln_s=ln  
5154  else  else
5155    as_ln_s='cp -p'    as_ln_s='cp -p'
5156  fi  fi
# Line 5026  else Line 5175  else
5175    as_test_x='    as_test_x='
5176      eval sh -c '\''      eval sh -c '\''
5177        if test -d "$1"; then        if test -d "$1"; then
5178          test -d "$1/.";          test -d "$1/.";
5179        else        else
5180          case $1 in          case $1 in
5181          -*)set "./$1";;          -*)set "./$1";;
5182          esac;          esac;
5183          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
5184          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 5051  exec 6>&1 Line 5200  exec 6>&1
5200  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5201  # values after options handling.  # values after options handling.
5202  ac_log="  ac_log="
5203  This file was extended by GPXView $as_me 0.9.0, which was  This file was extended by GPXView $as_me 0.9.1, which was
5204  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
5205    
5206    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
5207    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 5065  on `(hostname || uname -n) 2>/dev/null | Line 5214  on `(hostname || uname -n) 2>/dev/null |
5214    
5215  _ACEOF  _ACEOF
5216    
5217  cat >>$CONFIG_STATUS <<_ACEOF  case $ac_config_files in *"
5218    "*) set x $ac_config_files; shift; ac_config_files=$*;;
5219    esac
5220    
5221    
5222    
5223    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5224  # Files that config.status was made for.  # Files that config.status was made for.
5225  config_files="$ac_config_files"  config_files="$ac_config_files"
5226    
5227  _ACEOF  _ACEOF
5228    
5229  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5230  ac_cs_usage="\  ac_cs_usage="\
5231  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
5232  current configuration.  current configuration.
5233    
5234  Usage: $0 [OPTIONS] [FILE]...  Usage: $0 [OPTION]... [FILE]...
5235    
5236    -h, --help       print this help, then exit    -h, --help       print this help, then exit
5237    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
5238    -q, --quiet      do not print progress messages    -q, --quiet, --silent
5239                       do not print progress messages
5240    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
5241        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
5242    --file=FILE[:TEMPLATE]        --file=FILE[:TEMPLATE]
5243                     instantiate the configuration file FILE                     instantiate the configuration file FILE
5244    
5245  Configuration files:  Configuration files:
5246  $config_files  $config_files
# Line 5092  $config_files Line 5248  $config_files
5248  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
5249    
5250  _ACEOF  _ACEOF
5251  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5252  ac_cs_version="\\  ac_cs_version="\\
5253  GPXView config.status 0.9.0  GPXView config.status 0.9.1
5254  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.63,
5255    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5256    
5257  Copyright (C) 2006 Free Software Foundation, Inc.  Copyright (C) 2008 Free Software Foundation, Inc.
5258  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
5259  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
5260    
5261  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
5262  srcdir='$srcdir'  srcdir='$srcdir'
5263  INSTALL='$INSTALL'  INSTALL='$INSTALL'
5264    test -n "\$AWK" || AWK=awk
5265  _ACEOF  _ACEOF
5266    
5267  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5268  # 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.  
5269  ac_need_defaults=:  ac_need_defaults=:
5270  while test $# != 0  while test $# != 0
5271  do  do
# Line 5131  do Line 5287  do
5287    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5288      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
5289    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5290      echo "$ac_cs_version"; exit ;;      $as_echo "$ac_cs_version"; exit ;;
5291    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
5292      debug=: ;;      debug=: ;;
5293    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5294      $ac_shift      $ac_shift
5295      CONFIG_FILES="$CONFIG_FILES $ac_optarg"      case $ac_optarg in
5296        *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5297        esac
5298        CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
5299      ac_need_defaults=false;;      ac_need_defaults=false;;
5300    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
5301      echo "$ac_cs_usage"; exit ;;      $as_echo "$ac_cs_usage"; exit ;;
5302    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5303    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
5304      ac_cs_silent=: ;;      ac_cs_silent=: ;;
5305    
5306    # This is an error.    # This is an error.
5307    -*) { echo "$as_me: error: unrecognized option: $1    -*) { $as_echo "$as_me: error: unrecognized option: $1
5308  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
5309     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
5310    
# Line 5164  if $ac_cs_silent; then Line 5323  if $ac_cs_silent; then
5323  fi  fi
5324    
5325  _ACEOF  _ACEOF
5326  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5327  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
5328    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
5329    CONFIG_SHELL=$SHELL    shift
5330      \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5331      CONFIG_SHELL='$SHELL'
5332    export CONFIG_SHELL    export CONFIG_SHELL
5333    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    exec "\$@"
5334  fi  fi
5335    
5336  _ACEOF  _ACEOF
5337  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5338  exec 5>>config.log  exec 5>>config.log
5339  {  {
5340    echo    echo
5341    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5342  ## Running $as_me. ##  ## Running $as_me. ##
5343  _ASBOX  _ASBOX
5344    echo "$ac_log"    $as_echo "$ac_log"
5345  } >&5  } >&5
5346    
5347  _ACEOF  _ACEOF
5348  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5349  _ACEOF  _ACEOF
5350    
5351  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5352    
5353  # Handling of arguments.  # Handling of arguments.
5354  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 5198  do Line 5359  do
5359      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5360      "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;      "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
5361    
5362    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5363  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5364     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5365    esac    esac
5366  done  done
# Line 5238  $debug || Line 5399  $debug ||
5399    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5400  } ||  } ||
5401  {  {
5402     echo "$me: cannot create a temporary directory in ." >&2     $as_echo "$as_me: cannot create a temporary directory in ." >&2
5403     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5404  }  }
5405    
5406  #  # Set up the scripts for CONFIG_FILES section.
5407  # Set up the sed scripts for CONFIG_FILES section.  # No need to generate them if there are no CONFIG_FILES.
5408  #  # 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  
5409  if test -n "$CONFIG_FILES"; then  if test -n "$CONFIG_FILES"; then
5410    
 _ACEOF  
5411    
5412    ac_cr=' '
5413    ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5414    if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5415      ac_cs_awk_cr='\\r'
5416    else
5417      ac_cs_awk_cr=$ac_cr
5418    fi
5419    
5420    echo 'BEGIN {' >"$tmp/subs1.awk" &&
5421    _ACEOF
5422    
5423    
5424    {
5425      echo "cat >conf$$subs.awk <<_ACEOF" &&
5426      echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5427      echo "_ACEOF"
5428    } >conf$$subs.sh ||
5429      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5430    $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5431       { (exit 1); exit 1; }; }
5432    ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5433  ac_delim='%!_!# '  ac_delim='%!_!# '
5434  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5435    cat >conf$$subs.sed <<_ACEOF    . ./conf$$subs.sh ||
5436  SHELL!$SHELL$ac_delim      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5437  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5438  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  
 libcurl_CFLAGS!$libcurl_CFLAGS$ac_delim  
 libcurl_LIBS!$libcurl_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  
 MAEMO_VERSION_MAJOR!$MAEMO_VERSION_MAJOR$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  
5439    
5440    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5441      if test $ac_delim_n = $ac_delim_num; then
5442      break      break
5443    elif $ac_last_try; then    elif $ac_last_try; then
5444      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5445  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5446     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5447    else    else
5448      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5449    fi    fi
5450  done  done
5451    rm -f conf$$subs.sh
5452    
5453  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5454  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  
5455  _ACEOF  _ACEOF
5456    sed -n '
5457    h
5458    s/^/S["/; s/!.*/"]=/
5459    p
5460    g
5461    s/^[^!]*!//
5462    :repl
5463    t repl
5464    s/'"$ac_delim"'$//
5465    t delim
5466    :nl
5467    h
5468    s/\(.\{148\}\).*/\1/
5469    t more1
5470    s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5471    p
5472    n
5473    b repl
5474    :more1
5475    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5476    p
5477    g
5478    s/.\{148\}//
5479    t nl
5480    :delim
5481    h
5482    s/\(.\{148\}\).*/\1/
5483    t more2
5484    s/["\\]/\\&/g; s/^/"/; s/$/"/
5485    p
5486    b
5487    :more2
5488    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5489    p
5490    g
5491    s/.\{148\}//
5492    t delim
5493    ' <conf$$subs.awk | sed '
5494    /^[^""]/{
5495      N
5496      s/\n//
5497    }
5498    ' >>$CONFIG_STATUS || ac_write_fail=1
5499    rm -f conf$$subs.awk
5500    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5501    _ACAWK
5502    cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5503      for (key in S) S_is_set[key] = 1
5504      FS = ""
5505    
5506    }
5507    {
5508      line = $ 0
5509      nfields = split(line, field, "@")
5510      substed = 0
5511      len = length(field[1])
5512      for (i = 2; i < nfields; i++) {
5513        key = field[i]
5514        keylen = length(key)
5515        if (S_is_set[key]) {
5516          value = S[key]
5517          line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5518          len += length(value) + length(field[++i])
5519          substed = 1
5520        } else
5521          len += 1 + keylen
5522      }
5523    
5524      print line
5525    }
5526    
5527    _ACAWK
5528    _ACEOF
5529    cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5530    if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5531      sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5532    else
5533      cat
5534    fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5535      || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
5536    $as_echo "$as_me: error: could not setup config files machinery" >&2;}
5537       { (exit 1); exit 1; }; }
5538    _ACEOF
5539    
5540  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5541  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5401  s/^[^=]*=[      ]*$// Line 5552  s/^[^=]*=[      ]*$//
5552  }'  }'
5553  fi  fi
5554    
5555  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5556  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5557    
5558    
5559  for ac_tag in  :F $CONFIG_FILES  eval set X "  :F $CONFIG_FILES      "
5560    shift
5561    for ac_tag
5562  do  do
5563    case $ac_tag in    case $ac_tag in
5564    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5565    esac    esac
5566    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5567    :[FHL]*:*);;    :[FHL]*:*);;
5568    :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
5569  echo "$as_me: error: Invalid tag $ac_tag." >&2;}  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
5570     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5571    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5572    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5442  echo "$as_me: error: Invalid tag $ac_tag Line 5595  echo "$as_me: error: Invalid tag $ac_tag
5595             [\\/$]*) false;;             [\\/$]*) false;;
5596             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5597             esac ||             esac ||
5598             { { 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
5599  echo "$as_me: error: cannot find input file: $ac_f" >&2;}  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5600     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5601        esac        esac
5602        ac_file_inputs="$ac_file_inputs $ac_f"        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5603          ac_file_inputs="$ac_file_inputs '$ac_f'"
5604      done      done
5605    
5606      # 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
5607      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5608      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5609      configure_input="Generated from "`IFS=:      configure_input='Generated from '`
5610            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5611            `' by configure.'
5612      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5613        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5614        { echo "$as_me:$LINENO: creating $ac_file" >&5        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
5615  echo "$as_me: creating $ac_file" >&6;}  $as_echo "$as_me: creating $ac_file" >&6;}
5616      fi      fi
5617        # Neutralize special characters interpreted by sed in replacement strings.
5618        case $configure_input in #(
5619        *\&* | *\|* | *\\* )
5620           ac_sed_conf_input=`$as_echo "$configure_input" |
5621           sed 's/[\\\\&|]/\\\\&/g'`;; #(
5622        *) ac_sed_conf_input=$configure_input;;
5623        esac
5624    
5625      case $ac_tag in      case $ac_tag in
5626      *:-:* | *:-) cat >"$tmp/stdin";;      *:-:* | *:-) cat >"$tmp/stdin" \
5627          || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5628    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5629       { (exit 1); exit 1; }; } ;;
5630      esac      esac
5631      ;;      ;;
5632    esac    esac
# Line 5471  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5636  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5636           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5637           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5638           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5639  echo X"$ac_file" |  $as_echo X"$ac_file" |
5640      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5641              s//\1/              s//\1/
5642              q              q
# Line 5497  echo X"$ac_file" | Line 5662  echo X"$ac_file" |
5662      as_dirs=      as_dirs=
5663      while :; do      while :; do
5664        case $as_dir in #(        case $as_dir in #(
5665        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5666        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5667        esac        esac
5668        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5506  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5671  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5671           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5672           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5673           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5674  echo X"$as_dir" |  $as_echo X"$as_dir" |
5675      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5676              s//\1/              s//\1/
5677              q              q
# Line 5527  echo X"$as_dir" | Line 5692  echo X"$as_dir" |
5692        test -d "$as_dir" && break        test -d "$as_dir" && break
5693      done      done
5694      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5695    } || 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
5696  echo "$as_me: error: cannot create directory $as_dir" >&2;}  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
5697     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5698    ac_builddir=.    ac_builddir=.
5699    
5700  case "$ac_dir" in  case "$ac_dir" in
5701  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5702  *)  *)
5703    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5704    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5705    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|/||'`
5706    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5707    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5708    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5577  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5742  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5742    esac    esac
5743  _ACEOF  _ACEOF
5744    
5745  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5746  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5747  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5748  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5749    
5750  case `sed -n '/datarootdir/ {  ac_sed_dataroot='
5751    /datarootdir/ {
5752    p    p
5753    q    q
5754  }  }
# Line 5591  case `sed -n '/datarootdir/ { Line 5757  case `sed -n '/datarootdir/ {
5757  /@infodir@/p  /@infodir@/p
5758  /@localedir@/p  /@localedir@/p
5759  /@mandir@/p  /@mandir@/p
5760  ' $ac_file_inputs` in  '
5761    case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5762  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5763  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5764    { 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
5765  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;}
5766  _ACEOF  _ACEOF
5767  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5768    ac_datarootdir_hack='    ac_datarootdir_hack='
5769    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5770    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5611  _ACEOF Line 5778  _ACEOF
5778  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5779  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5780  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5781  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5782    sed "$ac_vpsub  ac_sed_extra="$ac_vpsub
5783  $extrasub  $extrasub
5784  _ACEOF  _ACEOF
5785  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5786  :t  :t
5787  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5788  s&@configure_input@&$configure_input&;t t  s|@configure_input@|$ac_sed_conf_input|;t t
5789  s&@top_builddir@&$ac_top_builddir_sub&;t t  s&@top_builddir@&$ac_top_builddir_sub&;t t
5790    s&@top_build_prefix@&$ac_top_build_prefix&;t t
5791  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5792  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5793  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5629  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5797  s&@abs_builddir@&$ac_abs_builddir&;t t
5797  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5798  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5799  $ac_datarootdir_hack  $ac_datarootdir_hack
5800  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out  "
5801    eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5802      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5803    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5804       { (exit 1); exit 1; }; }
5805    
5806  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5807    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5808    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5809    { 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'
5810  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5811  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'
5812  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5813    
5814    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5815    case $ac_file in    case $ac_file in
5816    -) cat "$tmp/out"; rm -f "$tmp/out";;    -) cat "$tmp/out" && rm -f "$tmp/out";;
5817    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5818    esac    esac \
5819      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5820    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5821       { (exit 1); exit 1; }; }
5822   ;;   ;;
5823    
5824    
# Line 5658  _ACEOF Line 5833  _ACEOF
5833  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5834  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5835    
5836    test $ac_write_fail = 0 ||
5837      { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
5838    $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5839       { (exit 1); exit 1; }; }
5840    
5841    
5842  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5843  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5679  if test "$no_create" != yes; then Line 5859  if test "$no_create" != yes; then
5859    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5860    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5861  fi  fi
5862    if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5863      { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5864    $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5865    fi
5866    

Legend:
Removed from v.234  
changed lines
  Added in v.235