Diff of /trunk/configure

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

revision 269 by harbaum, Tue Aug 4 06:36:54 2009 UTC revision 270 by harbaum, Thu Aug 20 19:15:45 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.61 for OSM2Go 0.7.16.  # Generated by GNU Autoconf 2.63 for OSM2Go 0.7.17.
4  #  #
5  # Report bugs to <osm2go-users@garage.maemo.org>.  # Report bugs to <osm2go-users@garage.maemo.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='OSM2Go'  PACKAGE_NAME='OSM2Go'
598  PACKAGE_TARNAME='osm2go'  PACKAGE_TARNAME='osm2go'
599  PACKAGE_VERSION='0.7.16'  PACKAGE_VERSION='0.7.17'
600  PACKAGE_STRING='OSM2Go 0.7.16'  PACKAGE_STRING='OSM2Go 0.7.17'
601  PACKAGE_BUGREPORT='osm2go-users@garage.maemo.org'  PACKAGE_BUGREPORT='osm2go-users@garage.maemo.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  
 libcurl_CFLAGS  
 libcurl_LIBS  
 libsoup24_CFLAGS  
 libsoup24_LIBS  
 libsoup22_CFLAGS  
 libsoup22_LIBS  
 goocanvas_CFLAGS  
 goocanvas_LIBS  
 gnome_vfs_module_CFLAGS  
 gnome_vfs_module_LIBS  
 libxml2_CFLAGS  
 libxml2_LIBS  
 hildon_CFLAGS  
 hildon_LIBS  
 osso_CFLAGS  
 osso_LIBS  
 hildon_fm_2_CFLAGS  
 hildon_fm_2_LIBS  
 gpsbt_CFLAGS  
 gpsbt_LIBS  
 liblocation_CFLAGS  
 liblocation_LIBS  
 EXTRA_OBJS  
 INSTALL_PLATTFORM  
 gtk_CFLAGS  
 gtk_LIBS  
 gnome2_CFLAGS  
 gnome2_LIBS  
605  LIBOBJS  LIBOBJS
606  LTLIBOBJS'  gnome2_LIBS
607    gnome2_CFLAGS
608    gtk_LIBS
609    gtk_CFLAGS
610    INSTALL_PLATTFORM
611    EXTRA_OBJS
612    liblocation_LIBS
613    liblocation_CFLAGS
614    gpsbt_LIBS
615    gpsbt_CFLAGS
616    hildon_fm_2_LIBS
617    hildon_fm_2_CFLAGS
618    osso_LIBS
619    osso_CFLAGS
620    hildon_LIBS
621    hildon_CFLAGS
622    libxml2_LIBS
623    libxml2_CFLAGS
624    gnome_vfs_module_LIBS
625    gnome_vfs_module_CFLAGS
626    goocanvas_LIBS
627    goocanvas_CFLAGS
628    libsoup22_LIBS
629    libsoup22_CFLAGS
630    libsoup24_LIBS
631    libsoup24_CFLAGS
632    libcurl_LIBS
633    libcurl_CFLAGS
634    PKG_CONFIG
635    SET_MAKE
636    LN_S
637    INSTALL_DATA
638    INSTALL_SCRIPT
639    INSTALL_PROGRAM
640    OBJEXT
641    EXEEXT
642    ac_ct_CC
643    CPPFLAGS
644    LDFLAGS
645    CFLAGS
646    CC
647    PACKAGE
648    target_alias
649    host_alias
650    build_alias
651    LIBS
652    ECHO_T
653    ECHO_N
654    ECHO_C
655    DEFS
656    mandir
657    localedir
658    libdir
659    psdir
660    pdfdir
661    dvidir
662    htmldir
663    infodir
664    docdir
665    oldincludedir
666    includedir
667    localstatedir
668    sharedstatedir
669    sysconfdir
670    datadir
671    datarootdir
672    libexecdir
673    sbindir
674    bindir
675    program_transform_name
676    prefix
677    exec_prefix
678    PACKAGE_BUGREPORT
679    PACKAGE_STRING
680    PACKAGE_VERSION
681    PACKAGE_TARNAME
682    PACKAGE_NAME
683    PATH_SEPARATOR
684    SHELL'
685  ac_subst_files=''  ac_subst_files=''
686    ac_user_opts='
687    enable_option_checking
688    '
689        ac_precious_vars='build_alias        ac_precious_vars='build_alias
690  host_alias  host_alias
691  target_alias  target_alias
# Line 701  gnome2_LIBS' Line 726  gnome2_LIBS'
726  # Initialize some variables set by options.  # Initialize some variables set by options.
727  ac_init_help=  ac_init_help=
728  ac_init_version=false  ac_init_version=false
729    ac_unrecognized_opts=
730    ac_unrecognized_sep=
731  # The variables have the same names as the options, with  # The variables have the same names as the options, with
732  # dashes changed to underlines.  # dashes changed to underlines.
733  cache_file=/dev/null  cache_file=/dev/null
# Line 799  do Line 826  do
826      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
827    
828    -disable-* | --disable-*)    -disable-* | --disable-*)
829      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
830      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
831      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
832        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
833     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
834      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
835      eval enable_$ac_feature=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
836        case $ac_user_opts in
837          *"
838    "enable_$ac_useropt"
839    "*) ;;
840          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
841             ac_unrecognized_sep=', ';;
842        esac
843        eval enable_$ac_useropt=no ;;
844    
845    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
846      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 818  do Line 853  do
853      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
854    
855    -enable-* | --enable-*)    -enable-* | --enable-*)
856      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
857      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
858      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
859        { echo "$as_me: error: invalid feature name: $ac_feature" >&2        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
860     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
861      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
862      eval enable_$ac_feature=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
863        case $ac_user_opts in
864          *"
865    "enable_$ac_useropt"
866    "*) ;;
867          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
868             ac_unrecognized_sep=', ';;
869        esac
870        eval enable_$ac_useropt=\$ac_optarg ;;
871    
872    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
873    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1015  do Line 1058  do
1058      ac_init_version=: ;;      ac_init_version=: ;;
1059    
1060    -with-* | --with-*)    -with-* | --with-*)
1061      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1062      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1063      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1064        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1065     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1066      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1067      eval with_$ac_package=\$ac_optarg ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1068        case $ac_user_opts in
1069          *"
1070    "with_$ac_useropt"
1071    "*) ;;
1072          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1073             ac_unrecognized_sep=', ';;
1074        esac
1075        eval with_$ac_useropt=\$ac_optarg ;;
1076    
1077    -without-* | --without-*)    -without-* | --without-*)
1078      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1079      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1080      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1081        { echo "$as_me: error: invalid package name: $ac_package" >&2        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1082     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1083      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`      ac_useropt_orig=$ac_useropt
1084      eval with_$ac_package=no ;;      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085        case $ac_user_opts in
1086          *"
1087    "with_$ac_useropt"
1088    "*) ;;
1089          *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1090             ac_unrecognized_sep=', ';;
1091        esac
1092        eval with_$ac_useropt=no ;;
1093    
1094    --x)    --x)
1095      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1050  do Line 1109  do
1109    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1110      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1111    
1112    -*) { echo "$as_me: error: unrecognized option: $ac_option    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1113  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1114     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1115      ;;      ;;
# Line 1059  Try \`$0 --help' for more information." Line 1118  Try \`$0 --help' for more information."
1118      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1119      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1120      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1121        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1122     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1123      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1124      export $ac_envvar ;;      export $ac_envvar ;;
1125    
1126    *)    *)
1127      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1128      echo "$as_me: WARNING: you should use --build, --host, --target" >&2      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1129      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130        echo "$as_me: WARNING: invalid host type: $ac_option" >&2        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1131      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1132      ;;      ;;
1133    
# Line 1077  done Line 1136  done
1136    
1137  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1138    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1139    { echo "$as_me: error: missing argument to $ac_option" >&2    { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1140     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1141  fi  fi
1142    
1143  # Be sure to have absolute directory names.  if test -n "$ac_unrecognized_opts"; then
1144      case $enable_option_checking in
1145        no) ;;
1146        fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1147       { (exit 1); exit 1; }; } ;;
1148        *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1149      esac
1150    fi
1151    
1152    # Check all directory arguments for consistency.
1153  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1154                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1155                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1156                  libdir localedir mandir                  libdir localedir mandir
1157  do  do
1158    eval ac_val=\$$ac_var    eval ac_val=\$$ac_var
1159      # Remove trailing slashes.
1160      case $ac_val in
1161        */ )
1162          ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1163          eval $ac_var=\$ac_val;;
1164      esac
1165      # Be sure to have absolute directory names.
1166    case $ac_val in    case $ac_val in
1167      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1168      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1169    esac    esac
1170    { 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
1171     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1172  done  done
1173    
# Line 1107  target=$target_alias Line 1182  target=$target_alias
1182  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1183    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1184      cross_compiling=maybe      cross_compiling=maybe
1185      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.
1186      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
1187    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1188      cross_compiling=yes      cross_compiling=yes
# Line 1123  test "$silent" = yes && exec 6>/dev/null Line 1198  test "$silent" = yes && exec 6>/dev/null
1198  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1199  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1200  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1201    { echo "$as_me: error: Working directory cannot be determined" >&2    { $as_echo "$as_me: error: working directory cannot be determined" >&2
1202     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1203  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1204    { 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
1205     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1206    
1207    
# Line 1134  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1209  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1209  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1210    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1211    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1212    ac_confdir=`$as_dirname -- "$0" ||    ac_confdir=`$as_dirname -- "$as_myself" ||
1213  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1214           X"$0" : 'X\(//\)[^/]' \| \           X"$as_myself" : 'X\(//\)[^/]' \| \
1215           X"$0" : 'X\(//\)$' \| \           X"$as_myself" : 'X\(//\)$' \| \
1216           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1217  echo X"$0" |  $as_echo X"$as_myself" |
1218      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1219              s//\1/              s//\1/
1220              q              q
# Line 1166  else Line 1241  else
1241  fi  fi
1242  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1243    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1244    { 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
1245     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1246  fi  fi
1247  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1248  ac_abs_confdir=`(  ac_abs_confdir=`(
1249          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
1250     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1251          pwd)`          pwd)`
1252  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1198  if test "$ac_init_help" = "long"; then Line 1273  if test "$ac_init_help" = "long"; then
1273    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1274    # 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.
1275    cat <<_ACEOF    cat <<_ACEOF
1276  \`configure' configures OSM2Go 0.7.16 to adapt to many kinds of systems.  \`configure' configures OSM2Go 0.7.17 to adapt to many kinds of systems.
1277    
1278  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1279    
# Line 1220  Configuration: Line 1295  Configuration:
1295    
1296  Installation directories:  Installation directories:
1297    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1298                            [$ac_default_prefix]                            [$ac_default_prefix]
1299    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1300                            [PREFIX]                            [PREFIX]
1301    
1302  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1303  \`$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 1232  for instance \`--prefix=\$HOME'. Line 1307  for instance \`--prefix=\$HOME'.
1307  For better control, use the options below.  For better control, use the options below.
1308    
1309  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1310    --bindir=DIR           user executables [EPREFIX/bin]    --bindir=DIR            user executables [EPREFIX/bin]
1311    --sbindir=DIR          system admin executables [EPREFIX/sbin]    --sbindir=DIR           system admin executables [EPREFIX/sbin]
1312    --libexecdir=DIR       program executables [EPREFIX/libexec]    --libexecdir=DIR        program executables [EPREFIX/libexec]
1313    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1314    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1315    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1316    --libdir=DIR           object code libraries [EPREFIX/lib]    --libdir=DIR            object code libraries [EPREFIX/lib]
1317    --includedir=DIR       C header files [PREFIX/include]    --includedir=DIR        C header files [PREFIX/include]
1318    --oldincludedir=DIR    C header files for non-gcc [/usr/include]    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1319    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1320    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1321    --infodir=DIR          info documentation [DATAROOTDIR/info]    --infodir=DIR           info documentation [DATAROOTDIR/info]
1322    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1323    --mandir=DIR           man documentation [DATAROOTDIR/man]    --mandir=DIR            man documentation [DATAROOTDIR/man]
1324    --docdir=DIR           documentation root [DATAROOTDIR/doc/osm2go]    --docdir=DIR            documentation root [DATAROOTDIR/doc/osm2go]
1325    --htmldir=DIR          html documentation [DOCDIR]    --htmldir=DIR           html documentation [DOCDIR]
1326    --dvidir=DIR           dvi documentation [DOCDIR]    --dvidir=DIR            dvi documentation [DOCDIR]
1327    --pdfdir=DIR           pdf documentation [DOCDIR]    --pdfdir=DIR            pdf documentation [DOCDIR]
1328    --psdir=DIR            ps documentation [DOCDIR]    --psdir=DIR             ps documentation [DOCDIR]
1329  _ACEOF  _ACEOF
1330    
1331    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1259  fi Line 1334  fi
1334    
1335  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1336    case $ac_init_help in    case $ac_init_help in
1337       short | recursive ) echo "Configuration of OSM2Go 0.7.16:";;       short | recursive ) echo "Configuration of OSM2Go 0.7.17:";;
1338     esac     esac
1339    cat <<\_ACEOF    cat <<\_ACEOF
1340    
# Line 1329  fi Line 1404  fi
1404  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1405    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1406    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
1407      test -d "$ac_dir" || continue      test -d "$ac_dir" ||
1408          { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1409          continue
1410      ac_builddir=.      ac_builddir=.
1411    
1412  case "$ac_dir" in  case "$ac_dir" in
1413  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414  *)  *)
1415    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1416    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1417    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|/||'`
1418    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1419    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1420    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1373  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1450  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1450        echo &&        echo &&
1451        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1452      else      else
1453        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
1454      fi || ac_status=$?      fi || ac_status=$?
1455      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1456    done    done
# Line 1382  fi Line 1459  fi
1459  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1460  if $ac_init_version; then  if $ac_init_version; then
1461    cat <<\_ACEOF    cat <<\_ACEOF
1462  OSM2Go configure 0.7.16  OSM2Go configure 0.7.17
1463  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.63
1464    
1465  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1466  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1467  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1468  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1469  _ACEOF  _ACEOF
# Line 1396  cat >config.log <<_ACEOF Line 1473  cat >config.log <<_ACEOF
1473  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1474  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1475    
1476  It was created by OSM2Go $as_me 0.7.16, which was  It was created by OSM2Go $as_me 0.7.17, which was
1477  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
1478    
1479    $ $0 $@    $ $0 $@
1480    
# Line 1433  for as_dir in $PATH Line 1510  for as_dir in $PATH
1510  do  do
1511    IFS=$as_save_IFS    IFS=$as_save_IFS
1512    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1513    echo "PATH: $as_dir"    $as_echo "PATH: $as_dir"
1514  done  done
1515  IFS=$as_save_IFS  IFS=$as_save_IFS
1516    
# Line 1468  do Line 1545  do
1545      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1546        continue ;;        continue ;;
1547      *\'*)      *\'*)
1548        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1549      esac      esac
1550      case $ac_pass in      case $ac_pass in
1551      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1520  _ASBOX Line 1597  _ASBOX
1597      case $ac_val in #(      case $ac_val in #(
1598      *${as_nl}*)      *${as_nl}*)
1599        case $ac_var in #(        case $ac_var in #(
1600        *_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
1601  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;} ;;
1602        esac        esac
1603        case $ac_var in #(        case $ac_var in #(
1604        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
1605          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1606        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1607        esac ;;        esac ;;
1608      esac      esac
# Line 1554  _ASBOX Line 1632  _ASBOX
1632      do      do
1633        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1634        case $ac_val in        case $ac_val in
1635        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1636        esac        esac
1637        echo "$ac_var='\''$ac_val'\''"        $as_echo "$ac_var='\''$ac_val'\''"
1638      done | sort      done | sort
1639      echo      echo
1640    
# Line 1571  _ASBOX Line 1649  _ASBOX
1649        do        do
1650          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1651          case $ac_val in          case $ac_val in
1652          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1653          esac          esac
1654          echo "$ac_var='\''$ac_val'\''"          $as_echo "$ac_var='\''$ac_val'\''"
1655        done | sort        done | sort
1656        echo        echo
1657      fi      fi
# Line 1589  _ASBOX Line 1667  _ASBOX
1667        echo        echo
1668      fi      fi
1669      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1670        echo "$as_me: caught signal $ac_signal"        $as_echo "$as_me: caught signal $ac_signal"
1671      echo "$as_me: exit $exit_status"      $as_echo "$as_me: exit $exit_status"
1672    } >&5    } >&5
1673    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1674      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1632  _ACEOF Line 1710  _ACEOF
1710    
1711    
1712  # 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.
1713  # Prefer explicitly selected file to automatically selected ones.  # Prefer an explicitly selected file to automatically selected ones.
1714    ac_site_file1=NONE
1715    ac_site_file2=NONE
1716  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1717    set x "$CONFIG_SITE"    ac_site_file1=$CONFIG_SITE
1718  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1719    set x "$prefix/share/config.site" "$prefix/etc/config.site"    ac_site_file1=$prefix/share/config.site
1720      ac_site_file2=$prefix/etc/config.site
1721  else  else
1722    set x "$ac_default_prefix/share/config.site" \    ac_site_file1=$ac_default_prefix/share/config.site
1723          "$ac_default_prefix/etc/config.site"    ac_site_file2=$ac_default_prefix/etc/config.site
1724  fi  fi
1725  shift  for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 for ac_site_file  
1726  do  do
1727      test "x$ac_site_file" = xNONE && continue
1728    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1729      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1730  echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1731      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1732      . "$ac_site_file"      . "$ac_site_file"
1733    fi    fi
# Line 1656  if test -r "$cache_file"; then Line 1737  if test -r "$cache_file"; then
1737    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1738    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1739    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1740      { echo "$as_me:$LINENO: loading cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1741  echo "$as_me: loading cache $cache_file" >&6;}  $as_echo "$as_me: loading cache $cache_file" >&6;}
1742      case $cache_file in      case $cache_file in
1743        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1744        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1745      esac      esac
1746    fi    fi
1747  else  else
1748    { echo "$as_me:$LINENO: creating cache $cache_file" >&5    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1749  echo "$as_me: creating cache $cache_file" >&6;}  $as_echo "$as_me: creating cache $cache_file" >&6;}
1750    >$cache_file    >$cache_file
1751  fi  fi
1752    
# Line 1679  for ac_var in $ac_precious_vars; do Line 1760  for ac_var in $ac_precious_vars; do
1760    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1761    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1762      set,)      set,)
1763        { 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
1764  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;}
1765        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1766      ,set)      ,set)
1767        { 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
1768  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;}
1769        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1770      ,);;      ,);;
1771      *)      *)
1772        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1773          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          # differences in whitespace do not lead to failure.
1774  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}          ac_old_val_w=`echo x $ac_old_val`
1775          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          ac_new_val_w=`echo x $ac_new_val`
1776  echo "$as_me:   former value:  $ac_old_val" >&2;}          if test "$ac_old_val_w" != "$ac_new_val_w"; then
1777          { 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
1778  echo "$as_me:   current value: $ac_new_val" >&2;}  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1779          ac_cache_corrupted=:            ac_cache_corrupted=:
1780            else
1781              { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1782    $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1783              eval $ac_var=\$ac_old_val
1784            fi
1785            { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1786    $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1787            { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1788    $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1789        fi;;        fi;;
1790    esac    esac
1791    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1792    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1793      case $ac_new_val in      case $ac_new_val in
1794      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1795      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1796      esac      esac
1797      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1711  echo "$as_me:   current value: $ac_new_v Line 1801  echo "$as_me:   current value: $ac_new_v
1801    fi    fi
1802  done  done
1803  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1804    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1805  echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1806    { { 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
1807  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;}
1808      { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1809    $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1810     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1811  fi  fi
1812    
# Line 1764  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1856  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1856  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1857    # 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.
1858  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1859  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1860  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1861  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1862    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1863  else  else
1864    if test -n "$CC"; then    if test -n "$CC"; then
1865    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1780  do Line 1872  do
1872    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1873    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
1874      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1875      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
1876      break 2      break 2
1877    fi    fi
1878  done  done
# Line 1791  fi Line 1883  fi
1883  fi  fi
1884  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1885  if test -n "$CC"; then  if test -n "$CC"; then
1886    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1887  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1888  else  else
1889    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1890  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1891  fi  fi
1892    
1893    
# Line 1804  if test -z "$ac_cv_prog_CC"; then Line 1896  if test -z "$ac_cv_prog_CC"; then
1896    ac_ct_CC=$CC    ac_ct_CC=$CC
1897    # 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.
1898  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1899  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1900  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1901  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1902    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1903  else  else
1904    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1905    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 1820  do Line 1912  do
1912    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1913    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
1914      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1915      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
1916      break 2      break 2
1917    fi    fi
1918  done  done
# Line 1831  fi Line 1923  fi
1923  fi  fi
1924  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1925  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1926    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1927  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
1928  else  else
1929    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1930  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1931  fi  fi
1932    
1933    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1843  fi Line 1935  fi
1935    else    else
1936      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1937  yes:)  yes:)
1938  { 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
1939  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;}  
1940  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1941  esac  esac
1942      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1861  if test -z "$CC"; then Line 1949  if test -z "$CC"; then
1949            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1950      # 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.
1951  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1952  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1953  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1954  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1955    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1956  else  else
1957    if test -n "$CC"; then    if test -n "$CC"; then
1958    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1877  do Line 1965  do
1965    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1966    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
1967      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1968      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
1969      break 2      break 2
1970    fi    fi
1971  done  done
# Line 1888  fi Line 1976  fi
1976  fi  fi
1977  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1978  if test -n "$CC"; then  if test -n "$CC"; then
1979    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
1980  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
1981  else  else
1982    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
1983  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
1984  fi  fi
1985    
1986    
# Line 1901  fi Line 1989  fi
1989  if test -z "$CC"; then  if test -z "$CC"; then
1990    # 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.
1991  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1992  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1993  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
1994  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1995    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
1996  else  else
1997    if test -n "$CC"; then    if test -n "$CC"; then
1998    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1922  do Line 2010  do
2010         continue         continue
2011       fi       fi
2012      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
2013      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
2014      break 2      break 2
2015    fi    fi
2016  done  done
# Line 1945  fi Line 2033  fi
2033  fi  fi
2034  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2035  if test -n "$CC"; then  if test -n "$CC"; then
2036    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2037  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2038  else  else
2039    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2040  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2041  fi  fi
2042    
2043    
# Line 1960  if test -z "$CC"; then Line 2048  if test -z "$CC"; then
2048    do    do
2049      # 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.
2050  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2051  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2052  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2053  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
2054    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2055  else  else
2056    if test -n "$CC"; then    if test -n "$CC"; then
2057    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1976  do Line 2064  do
2064    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2065    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
2066      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2067      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
2068      break 2      break 2
2069    fi    fi
2070  done  done
# Line 1987  fi Line 2075  fi
2075  fi  fi
2076  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2077  if test -n "$CC"; then  if test -n "$CC"; then
2078    { echo "$as_me:$LINENO: result: $CC" >&5    { $as_echo "$as_me:$LINENO: result: $CC" >&5
2079  echo "${ECHO_T}$CC" >&6; }  $as_echo "$CC" >&6; }
2080  else  else
2081    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2082  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2083  fi  fi
2084    
2085    
# Line 2004  if test -z "$CC"; then Line 2092  if test -z "$CC"; then
2092  do  do
2093    # 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.
2094  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2095  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2096  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2097  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2098    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2099  else  else
2100    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2101    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 2020  do Line 2108  do
2108    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2109    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
2110      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2111      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
2112      break 2      break 2
2113    fi    fi
2114  done  done
# Line 2031  fi Line 2119  fi
2119  fi  fi
2120  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2121  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2122    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2123  echo "${ECHO_T}$ac_ct_CC" >&6; }  $as_echo "$ac_ct_CC" >&6; }
2124  else  else
2125    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2126  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2127  fi  fi
2128    
2129    
# Line 2047  done Line 2135  done
2135    else    else
2136      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2137  yes:)  yes:)
2138  { 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
2139  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;}  
2140  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2141  esac  esac
2142      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2062  fi Line 2146  fi
2146  fi  fi
2147    
2148    
2149  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
2150    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2151    { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2152  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2153  echo "$as_me: error: no acceptable C compiler found in \$PATH  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2154  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2155     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2156    
2157  # Provide some information about the compiler.  # Provide some information about the compiler.
2158  echo "$as_me:$LINENO: checking for C compiler version" >&5  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2159  ac_compiler=`set X $ac_compile; echo $2`  set X $ac_compile
2160    ac_compiler=$2
2161  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&5"
2162  case "(($ac_try" in  case "(($ac_try" in
2163    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2164    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2165  esac  esac
2166  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2167    $as_echo "$ac_try_echo") >&5
2168    (eval "$ac_compiler --version >&5") 2>&5    (eval "$ac_compiler --version >&5") 2>&5
2169    ac_status=$?    ac_status=$?
2170    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2171    (exit $ac_status); }    (exit $ac_status); }
2172  { (ac_try="$ac_compiler -v >&5"  { (ac_try="$ac_compiler -v >&5"
2173  case "(($ac_try" in  case "(($ac_try" in
2174    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2175    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2176  esac  esac
2177  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2178    $as_echo "$ac_try_echo") >&5
2179    (eval "$ac_compiler -v >&5") 2>&5    (eval "$ac_compiler -v >&5") 2>&5
2180    ac_status=$?    ac_status=$?
2181    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182    (exit $ac_status); }    (exit $ac_status); }
2183  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2184  case "(($ac_try" in  case "(($ac_try" in
2185    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2186    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2187  esac  esac
2188  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2189    $as_echo "$ac_try_echo") >&5
2190    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2191    ac_status=$?    ac_status=$?
2192    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2193    (exit $ac_status); }    (exit $ac_status); }
2194    
2195  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2118  main () Line 2208  main ()
2208  }  }
2209  _ACEOF  _ACEOF
2210  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2211  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"
2212  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2213  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2214  # of exeext.  # of exeext.
2215  { 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
2216  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; }
2217  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2218  #  
2219  # List of possible output files, starting from the most likely.  # The possible output files:
2220  # 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.*"
2221  # 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.  
2222  ac_rmfiles=  ac_rmfiles=
2223  for ac_file in $ac_files  for ac_file in $ac_files
2224  do  do
2225    case $ac_file in    case $ac_file in
2226      *.$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 ) ;;
2227      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2228    esac    esac
2229  done  done
# Line 2149  case "(($ac_try" in Line 2234  case "(($ac_try" in
2234    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2235    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2236  esac  esac
2237  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2238    $as_echo "$ac_try_echo") >&5
2239    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2240    ac_status=$?    ac_status=$?
2241    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2242    (exit $ac_status); }; then    (exit $ac_status); }; then
2243    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2244  # 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 2163  for ac_file in $ac_files '' Line 2249  for ac_file in $ac_files ''
2249  do  do
2250    test -f "$ac_file" || continue    test -f "$ac_file" || continue
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          ;;          ;;
2254      [ab].out )      [ab].out )
2255          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2190  else Line 2276  else
2276    ac_file=''    ac_file=''
2277  fi  fi
2278    
2279  { echo "$as_me:$LINENO: result: $ac_file" >&5  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2280  echo "${ECHO_T}$ac_file" >&6; }  $as_echo "$ac_file" >&6; }
2281  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2282    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2283  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2284    
2285  { { echo "$as_me:$LINENO: error: C compiler cannot create executables  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2286    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2287    { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2288  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2289  echo "$as_me: error: C compiler cannot create executables  $as_echo "$as_me: error: C compiler cannot create executables
2290  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2291     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }; }
2292  fi  fi
2293    
2294  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2295    
2296  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2297  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2298  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2299  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }  $as_echo_n "checking whether the C compiler works... " >&6; }
2300  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2301  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2302  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2217  if test "$cross_compiling" != yes; then Line 2305  if test "$cross_compiling" != yes; then
2305    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2306    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2307  esac  esac
2308  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2309    $as_echo "$ac_try_echo") >&5
2310    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2311    ac_status=$?    ac_status=$?
2312    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2313    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2314      cross_compiling=no      cross_compiling=no
2315    else    else
2316      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2317          cross_compiling=yes          cross_compiling=yes
2318      else      else
2319          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2320    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2321    { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2322  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2323  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2324  echo "$as_me: error: cannot run C compiled programs.  $as_echo "$as_me: error: cannot run C compiled programs.
2325  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2326  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2327     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2328      fi      fi
2329    fi    fi
2330  fi  fi
2331  { echo "$as_me:$LINENO: result: yes" >&5  { $as_echo "$as_me:$LINENO: result: yes" >&5
2332  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2333    
2334  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
2335  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2336  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2337  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2338  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2339  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }  $as_echo_n "checking whether we are cross compiling... " >&6; }
2340  { echo "$as_me:$LINENO: result: $cross_compiling" >&5  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2341  echo "${ECHO_T}$cross_compiling" >&6; }  $as_echo "$cross_compiling" >&6; }
2342    
2343  { echo "$as_me:$LINENO: checking for suffix of executables" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2344  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of executables... " >&6; }
2345  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2346  case "(($ac_try" in  case "(($ac_try" in
2347    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2348    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2349  esac  esac
2350  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2351    $as_echo "$ac_try_echo") >&5
2352    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2353    ac_status=$?    ac_status=$?
2354    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2355    (exit $ac_status); }; then    (exit $ac_status); }; then
2356    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2357  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2268  eval "echo \"\$as_me:$LINENO: $ac_try_ec Line 2360  eval "echo \"\$as_me:$LINENO: $ac_try_ec
2360  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2361    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2362    case $ac_file in    case $ac_file in
2363      *.$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 ) ;;
2364      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2365            break;;            break;;
2366      * ) break;;      * ) break;;
2367    esac    esac
2368  done  done
2369  else  else
2370    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2371    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2372    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2373  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2374  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
2375  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2376     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2377  fi  fi
2378    
2379  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2380  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2381  echo "${ECHO_T}$ac_cv_exeext" >&6; }  $as_echo "$ac_cv_exeext" >&6; }
2382    
2383  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2384  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2385  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2386  { echo "$as_me:$LINENO: checking for suffix of object files" >&5  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2387  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }  $as_echo_n "checking for suffix of object files... " >&6; }
2388  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2389    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2390  else  else
2391    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2392  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2315  case "(($ac_try" in Line 2409  case "(($ac_try" in
2409    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2410    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2411  esac  esac
2412  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2413    $as_echo "$ac_try_echo") >&5
2414    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2415    ac_status=$?    ac_status=$?
2416    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2417    (exit $ac_status); }; then    (exit $ac_status); }; then
2418    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2419    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2420    case $ac_file in    case $ac_file in
2421      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2422      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2423         break;;         break;;
2424    esac    esac
2425  done  done
2426  else  else
2427    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2428  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2429    
2430  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2431    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2432    { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2433  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2434  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
2435  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2436     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
2437  fi  fi
2438    
2439  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2440  fi  fi
2441  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2442  echo "${ECHO_T}$ac_cv_objext" >&6; }  $as_echo "$ac_cv_objext" >&6; }
2443  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2444  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2445  { 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
2446  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; }
2447  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2448    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2449  else  else
2450    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2451  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2374  case "(($ac_try" in Line 2471  case "(($ac_try" in
2471    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2472    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2473  esac  esac
2474  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2475    $as_echo "$ac_try_echo") >&5
2476    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2477    ac_status=$?    ac_status=$?
2478    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2479    rm -f conftest.er1    rm -f conftest.er1
2480    cat conftest.err >&5    cat conftest.err >&5
2481    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482    (exit $ac_status); } && {    (exit $ac_status); } && {
2483           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2484           test ! -s conftest.err           test ! -s conftest.err
2485         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2486    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2487  else  else
2488    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2489  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2490    
2491          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2397  rm -f core conftest.err conftest.$ac_obj Line 2495  rm -f core conftest.err conftest.$ac_obj
2495  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2496    
2497  fi  fi
2498  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2499  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }  $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2500  GCC=`test $ac_compiler_gnu = yes && echo yes`  if test $ac_compiler_gnu = yes; then
2501      GCC=yes
2502    else
2503      GCC=
2504    fi
2505  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2506  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2507  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2508  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }  $as_echo_n "checking whether $CC accepts -g... " >&6; }
2509  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2510    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2511  else  else
2512    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2513     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2432  case "(($ac_try" in Line 2534  case "(($ac_try" in
2534    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2535    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2536  esac  esac
2537  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2538    $as_echo "$ac_try_echo") >&5
2539    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2540    ac_status=$?    ac_status=$?
2541    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2542    rm -f conftest.er1    rm -f conftest.er1
2543    cat conftest.err >&5    cat conftest.err >&5
2544    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2545    (exit $ac_status); } && {    (exit $ac_status); } && {
2546           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2547           test ! -s conftest.err           test ! -s conftest.err
2548         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2549    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2550  else  else
2551    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2552  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2553    
2554          CFLAGS=""          CFLAGS=""
# Line 2470  case "(($ac_try" in Line 2573  case "(($ac_try" in
2573    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2574    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2575  esac  esac
2576  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2577    $as_echo "$ac_try_echo") >&5
2578    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2579    ac_status=$?    ac_status=$?
2580    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2581    rm -f conftest.er1    rm -f conftest.er1
2582    cat conftest.err >&5    cat conftest.err >&5
2583    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2584    (exit $ac_status); } && {    (exit $ac_status); } && {
2585           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2586           test ! -s conftest.err           test ! -s conftest.err
2587         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2588    :    :
2589  else  else
2590    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2591  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2592    
2593          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2509  case "(($ac_try" in Line 2613  case "(($ac_try" in
2613    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2614    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2615  esac  esac
2616  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2617    $as_echo "$ac_try_echo") >&5
2618    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2619    ac_status=$?    ac_status=$?
2620    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2621    rm -f conftest.er1    rm -f conftest.er1
2622    cat conftest.err >&5    cat conftest.err >&5
2623    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624    (exit $ac_status); } && {    (exit $ac_status); } && {
2625           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2626           test ! -s conftest.err           test ! -s conftest.err
2627         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2628    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2629  else  else
2630    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2631  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2632    
2633    
# Line 2537  fi Line 2642  fi
2642  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2643     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2644  fi  fi
2645  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2646  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }  $as_echo "$ac_cv_prog_cc_g" >&6; }
2647  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2648    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2649  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2554  else Line 2659  else
2659      CFLAGS=      CFLAGS=
2660    fi    fi
2661  fi  fi
2662  { 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
2663  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; }
2664  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2665    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2666  else  else
2667    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2668  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2628  case "(($ac_try" in Line 2733  case "(($ac_try" in
2733    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2735  esac  esac
2736  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737    $as_echo "$ac_try_echo") >&5
2738    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2739    ac_status=$?    ac_status=$?
2740    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2741    rm -f conftest.er1    rm -f conftest.er1
2742    cat conftest.err >&5    cat conftest.err >&5
2743    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2744    (exit $ac_status); } && {    (exit $ac_status); } && {
2745           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2746           test ! -s conftest.err           test ! -s conftest.err
2747         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2748    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2749  else  else
2750    echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
2751  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2752    
2753    
# Line 2657  fi Line 2763  fi
2763  # AC_CACHE_VAL  # AC_CACHE_VAL
2764  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2765    x)    x)
2766      { echo "$as_me:$LINENO: result: none needed" >&5      { $as_echo "$as_me:$LINENO: result: none needed" >&5
2767  echo "${ECHO_T}none needed" >&6; } ;;  $as_echo "none needed" >&6; } ;;
2768    xno)    xno)
2769      { echo "$as_me:$LINENO: result: unsupported" >&5      { $as_echo "$as_me:$LINENO: result: unsupported" >&5
2770  echo "${ECHO_T}unsupported" >&6; } ;;  $as_echo "unsupported" >&6; } ;;
2771    *)    *)
2772      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2773      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2774  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2775  esac  esac
2776    
2777    
# Line 2692  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2798  for ac_dir in "$srcdir" "$srcdir/.." "$s
2798    fi    fi
2799  done  done
2800  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2801    { { 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
2802  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;}
2803     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2804  fi  fi
2805    
# Line 2719  ac_configure="$SHELL $ac_aux_dir/configu Line 2825  ac_configure="$SHELL $ac_aux_dir/configu
2825  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2826  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2827  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2828  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  # Reject install programs that cannot install multiple files.
2829  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }  { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2830    $as_echo_n "checking for a BSD-compatible install... " >&6; }
2831  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2832  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2833    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2834  else  else
2835    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2836  for as_dir in $PATH  for as_dir in $PATH
# Line 2752  case $as_dir/ in Line 2859  case $as_dir/ in
2859              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2860              :              :
2861            else            else
2862              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              rm -rf conftest.one conftest.two conftest.dir
2863              break 3              echo one > conftest.one
2864                echo two > conftest.two
2865                mkdir conftest.dir
2866                if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2867                  test -s conftest.one && test -s conftest.two &&
2868                  test -s conftest.dir/conftest.one &&
2869                  test -s conftest.dir/conftest.two
2870                then
2871                  ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2872                  break 3
2873                fi
2874            fi            fi
2875          fi          fi
2876        done        done
2877      done      done
2878      ;;      ;;
2879  esac  esac
2880    
2881  done  done
2882  IFS=$as_save_IFS  IFS=$as_save_IFS
2883    
2884    rm -rf conftest.one conftest.two conftest.dir
2885    
2886  fi  fi
2887    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2775  fi Line 2894  fi
2894      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2895    fi    fi
2896  fi  fi
2897  { echo "$as_me:$LINENO: result: $INSTALL" >&5  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2898  echo "${ECHO_T}$INSTALL" >&6; }  $as_echo "$INSTALL" >&6; }
2899    
2900  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2901  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2786  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2905  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2905    
2906  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2907    
2908  { echo "$as_me:$LINENO: checking whether ln -s works" >&5  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
2909  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }  $as_echo_n "checking whether ln -s works... " >&6; }
2910  LN_S=$as_ln_s  LN_S=$as_ln_s
2911  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2912    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2913  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2914  else  else
2915    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2916  echo "${ECHO_T}no, using $LN_S" >&6; }  $as_echo "no, using $LN_S" >&6; }
2917  fi  fi
2918    
2919  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2920  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2921  set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  set x ${MAKE-make}
2922    ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2923  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
2924    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2925  else  else
2926    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2927  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2818  esac Line 2938  esac
2938  rm -f conftest.make  rm -f conftest.make
2939  fi  fi
2940  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2941    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
2942  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
2943    SET_MAKE=    SET_MAKE=
2944  else  else
2945    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
2946  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
2947    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2948  fi  fi
2949    
# Line 2856  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 2976  if test "x$ac_cv_env_PKG_CONFIG_set" !=
2976          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
2977    # 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.
2978  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2979  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2980  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
2981  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2982    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
2983  else  else
2984    case $PKG_CONFIG in    case $PKG_CONFIG in
2985    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2874  do Line 2994  do
2994    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2995    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
2996      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2997      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
2998      break 2      break 2
2999    fi    fi
3000  done  done
# Line 2886  esac Line 3006  esac
3006  fi  fi
3007  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3008  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3009    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3010  echo "${ECHO_T}$PKG_CONFIG" >&6; }  $as_echo "$PKG_CONFIG" >&6; }
3011  else  else
3012    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3013  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3014  fi  fi
3015    
3016    
# Line 2899  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 3019  if test -z "$ac_cv_path_PKG_CONFIG"; the
3019    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
3020    # 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.
3021  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
3022  { echo "$as_me:$LINENO: checking for $ac_word" >&5  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3023  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
3024  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
3025    echo $ECHO_N "(cached) $ECHO_C" >&6    $as_echo_n "(cached) " >&6
3026  else  else
3027    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
3028    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 2917  do Line 3037  do
3037    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3038    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
3039      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"
3040      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
3041      break 2      break 2
3042    fi    fi
3043  done  done
# Line 2929  esac Line 3049  esac
3049  fi  fi
3050  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3051  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
3052    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
3053  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }  $as_echo "$ac_pt_PKG_CONFIG" >&6; }
3054  else  else
3055    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
3056  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3057  fi  fi
3058    
3059    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 2941  fi Line 3061  fi
3061    else    else
3062      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
3063  yes:)  yes:)
3064  { 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
3065  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;}  
3066  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
3067  esac  esac
3068      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 2958  fi Line 3074  fi
3074  fi  fi
3075  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3076          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
3077          { 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
3078  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; }
3079          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3080                  { echo "$as_me:$LINENO: result: yes" >&5                  { $as_echo "$as_me:$LINENO: result: yes" >&5
3081  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3082          else          else
3083                  { echo "$as_me:$LINENO: result: no" >&5                  { $as_echo "$as_me:$LINENO: result: no" >&5
3084  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3085                  PKG_CONFIG=""                  PKG_CONFIG=""
3086          fi          fi
3087    
3088  fi  fi
3089    
3090  pkg_failed=no  pkg_failed=no
3091  { echo "$as_me:$LINENO: checking for libcurl" >&5  { $as_echo "$as_me:$LINENO: checking for libcurl" >&5
3092  echo $ECHO_N "checking for libcurl... $ECHO_C" >&6; }  $as_echo_n "checking for libcurl... " >&6; }
3093    
3094  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3095      if test -n "$libcurl_CFLAGS"; then      if test -n "$libcurl_CFLAGS"; then
3096          pkg_cv_libcurl_CFLAGS="$libcurl_CFLAGS"          pkg_cv_libcurl_CFLAGS="$libcurl_CFLAGS"
3097      else      else
3098          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3099      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5
3100    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
3101    ac_status=$?    ac_status=$?
3102    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3103    (exit $ac_status); }; then    (exit $ac_status); }; then
3104    pkg_cv_libcurl_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`    pkg_cv_libcurl_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`
3105  else  else
# Line 2998  if test -n "$PKG_CONFIG"; then Line 3114  if test -n "$PKG_CONFIG"; then
3114          pkg_cv_libcurl_LIBS="$libcurl_LIBS"          pkg_cv_libcurl_LIBS="$libcurl_LIBS"
3115      else      else
3116          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3117      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcurl\"") >&5
3118    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5    ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
3119    ac_status=$?    ac_status=$?
3120    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3121    (exit $ac_status); }; then    (exit $ac_status); }; then
3122    pkg_cv_libcurl_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`    pkg_cv_libcurl_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`
3123  else  else
# Line 3029  fi Line 3145  fi
3145          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3146          echo "$libcurl_PKG_ERRORS" >&5          echo "$libcurl_PKG_ERRORS" >&5
3147    
3148          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3149  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3150                  { { echo "$as_me:$LINENO: error: libcurl missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libcurl missing" >&5
3151  echo "$as_me: error: libcurl missing" >&2;}  $as_echo "$as_me: error: libcurl missing" >&2;}
3152     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3153  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3154          { { echo "$as_me:$LINENO: error: libcurl missing" >&5          { { $as_echo "$as_me:$LINENO: error: libcurl missing" >&5
3155  echo "$as_me: error: libcurl missing" >&2;}  $as_echo "$as_me: error: libcurl missing" >&2;}
3156     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3157  else  else
3158          libcurl_CFLAGS=$pkg_cv_libcurl_CFLAGS          libcurl_CFLAGS=$pkg_cv_libcurl_CFLAGS
3159          libcurl_LIBS=$pkg_cv_libcurl_LIBS          libcurl_LIBS=$pkg_cv_libcurl_LIBS
3160          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3161  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3162          :          :
3163  fi  fi
3164  CFLAGS="$CFLAGS $libcurl_CFLAGS"  CFLAGS="$CFLAGS $libcurl_CFLAGS"
# Line 3051  LIBS="$LIBS $libcurl_LIBS" Line 3167  LIBS="$LIBS $libcurl_LIBS"
3167  # check for libsoup  # check for libsoup
3168    
3169  pkg_failed=no  pkg_failed=no
3170  { echo "$as_me:$LINENO: checking for libsoup24" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5
3171  echo $ECHO_N "checking for libsoup24... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup24... " >&6; }
3172    
3173  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3174      if test -n "$libsoup24_CFLAGS"; then      if test -n "$libsoup24_CFLAGS"; then
3175          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3176      else      else
3177          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3178      { (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
3179    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3180    ac_status=$?    ac_status=$?
3181    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3182    (exit $ac_status); }; then    (exit $ac_status); }; then
3183    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`
3184  else  else
# Line 3077  if test -n "$PKG_CONFIG"; then Line 3193  if test -n "$PKG_CONFIG"; then
3193          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3194      else      else
3195          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3196      { (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
3197    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3198    ac_status=$?    ac_status=$?
3199    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3200    (exit $ac_status); }; then    (exit $ac_status); }; then
3201    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`
3202  else  else
# Line 3108  fi Line 3224  fi
3224          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3225          echo "$libsoup24_PKG_ERRORS" >&5          echo "$libsoup24_PKG_ERRORS" >&5
3226    
3227          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3228  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3229    
3230    
3231  pkg_failed=no  pkg_failed=no
3232  { echo "$as_me:$LINENO: checking for libsoup22" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3233  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup22... " >&6; }
3234    
3235  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3236      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3237          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3238      else      else
3239          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3240      { (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
3241    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3242    ac_status=$?    ac_status=$?
3243    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3244    (exit $ac_status); }; then    (exit $ac_status); }; then
3245    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`
3246  else  else
# Line 3139  if test -n "$PKG_CONFIG"; then Line 3255  if test -n "$PKG_CONFIG"; then
3255          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3256      else      else
3257          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3258      { (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
3259    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3260    ac_status=$?    ac_status=$?
3261    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262    (exit $ac_status); }; then    (exit $ac_status); }; then
3263    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`
3264  else  else
# Line 3170  fi Line 3286  fi
3286          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3287          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3288    
3289          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3290  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3291    
3292      { 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
3293  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;}
3294    
3295  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3296    
3297      { 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
3298  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;}
3299    
3300  else  else
3301          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3302          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3303          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3304  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3305    
3306      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o"
3307      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3197  elif test $pkg_failed = untried; then Line 3313  elif test $pkg_failed = untried; then
3313    
3314    
3315  pkg_failed=no  pkg_failed=no
3316  { echo "$as_me:$LINENO: checking for libsoup22" >&5  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5
3317  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }  $as_echo_n "checking for libsoup22... " >&6; }
3318    
3319  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3320      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3321          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3322      else      else
3323          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3324      { (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
3325    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3326    ac_status=$?    ac_status=$?
3327    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3328    (exit $ac_status); }; then    (exit $ac_status); }; then
3329    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`
3330  else  else
# Line 3223  if test -n "$PKG_CONFIG"; then Line 3339  if test -n "$PKG_CONFIG"; then
3339          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3340      else      else
3341          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3342      { (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
3343    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3344    ac_status=$?    ac_status=$?
3345    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346    (exit $ac_status); }; then    (exit $ac_status); }; then
3347    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`
3348  else  else
# Line 3254  fi Line 3370  fi
3370          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3371          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3372    
3373          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3374  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3375    
3376      { 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
3377  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;}
3378    
3379  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3380    
3381      { 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
3382  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;}
3383    
3384  else  else
3385          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3386          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3387          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3388  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3389    
3390      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o"
3391      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3280  fi Line 3396  fi
3396  else  else
3397          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3398          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3399          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3400  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3401    
3402    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o"    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o"
3403    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
# Line 3292  fi Line 3408  fi
3408  # check for goocanvas  # check for goocanvas
3409    
3410  pkg_failed=no  pkg_failed=no
3411  { echo "$as_me:$LINENO: checking for goocanvas" >&5  { $as_echo "$as_me:$LINENO: checking for goocanvas" >&5
3412  echo $ECHO_N "checking for goocanvas... $ECHO_C" >&6; }  $as_echo_n "checking for goocanvas... " >&6; }
3413    
3414  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3415      if test -n "$goocanvas_CFLAGS"; then      if test -n "$goocanvas_CFLAGS"; then
3416          pkg_cv_goocanvas_CFLAGS="$goocanvas_CFLAGS"          pkg_cv_goocanvas_CFLAGS="$goocanvas_CFLAGS"
3417      else      else
3418          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3419      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"goocanvas\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"goocanvas\"") >&5
3420    ($PKG_CONFIG --exists --print-errors "goocanvas") 2>&5    ($PKG_CONFIG --exists --print-errors "goocanvas") 2>&5
3421    ac_status=$?    ac_status=$?
3422    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3423    (exit $ac_status); }; then    (exit $ac_status); }; then
3424    pkg_cv_goocanvas_CFLAGS=`$PKG_CONFIG --cflags "goocanvas" 2>/dev/null`    pkg_cv_goocanvas_CFLAGS=`$PKG_CONFIG --cflags "goocanvas" 2>/dev/null`
3425  else  else
# Line 3318  if test -n "$PKG_CONFIG"; then Line 3434  if test -n "$PKG_CONFIG"; then
3434          pkg_cv_goocanvas_LIBS="$goocanvas_LIBS"          pkg_cv_goocanvas_LIBS="$goocanvas_LIBS"
3435      else      else
3436          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3437      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"goocanvas\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"goocanvas\"") >&5
3438    ($PKG_CONFIG --exists --print-errors "goocanvas") 2>&5    ($PKG_CONFIG --exists --print-errors "goocanvas") 2>&5
3439    ac_status=$?    ac_status=$?
3440    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441    (exit $ac_status); }; then    (exit $ac_status); }; then
3442    pkg_cv_goocanvas_LIBS=`$PKG_CONFIG --libs "goocanvas" 2>/dev/null`    pkg_cv_goocanvas_LIBS=`$PKG_CONFIG --libs "goocanvas" 2>/dev/null`
3443  else  else
# Line 3349  fi Line 3465  fi
3465          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3466          echo "$goocanvas_PKG_ERRORS" >&5          echo "$goocanvas_PKG_ERRORS" >&5
3467    
3468          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3469  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3470                  { { echo "$as_me:$LINENO: error: goocanvas missing" >&5                  { { $as_echo "$as_me:$LINENO: error: goocanvas missing" >&5
3471  echo "$as_me: error: goocanvas missing" >&2;}  $as_echo "$as_me: error: goocanvas missing" >&2;}
3472     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3473  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3474          { { echo "$as_me:$LINENO: error: goocanvas missing" >&5          { { $as_echo "$as_me:$LINENO: error: goocanvas missing" >&5
3475  echo "$as_me: error: goocanvas missing" >&2;}  $as_echo "$as_me: error: goocanvas missing" >&2;}
3476     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3477  else  else
3478          goocanvas_CFLAGS=$pkg_cv_goocanvas_CFLAGS          goocanvas_CFLAGS=$pkg_cv_goocanvas_CFLAGS
3479          goocanvas_LIBS=$pkg_cv_goocanvas_LIBS          goocanvas_LIBS=$pkg_cv_goocanvas_LIBS
3480          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3481  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3482          :          :
3483  fi  fi
3484  CFLAGS="$CFLAGS -DUSE_GOOCANVAS $goocanvas_CFLAGS"  CFLAGS="$CFLAGS -DUSE_GOOCANVAS $goocanvas_CFLAGS"
# Line 3371  LIBS="$LIBS $goocanvas_LIBS" Line 3487  LIBS="$LIBS $goocanvas_LIBS"
3487  # check for gnome-vfs-module-2.0  # check for gnome-vfs-module-2.0
3488    
3489  pkg_failed=no  pkg_failed=no
3490  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
3491  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }  $as_echo_n "checking for gnome_vfs_module... " >&6; }
3492    
3493  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3494      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
3495          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
3496      else      else
3497          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3498      { (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
3499    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3500    ac_status=$?    ac_status=$?
3501    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3502    (exit $ac_status); }; then    (exit $ac_status); }; then
3503    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`
3504  else  else
# Line 3397  if test -n "$PKG_CONFIG"; then Line 3513  if test -n "$PKG_CONFIG"; then
3513          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3514      else      else
3515          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3516      { (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
3517    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3518    ac_status=$?    ac_status=$?
3519    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520    (exit $ac_status); }; then    (exit $ac_status); }; then
3521    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`
3522  else  else
# Line 3428  fi Line 3544  fi
3544          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3545          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3546    
3547          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3548  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3549                  { { 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
3550  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3551     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3552  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3553          { { 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
3554  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3555     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3556  else  else
3557          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3558          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3559          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3560  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3561          :          :
3562  fi  fi
3563  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3450  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3566  LIBS="$LIBS $gnome_vfs_module_LIBS"
3566  # check for libxml-2.0  # check for libxml-2.0
3567    
3568  pkg_failed=no  pkg_failed=no
3569  { echo "$as_me:$LINENO: checking for libxml2" >&5  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5
3570  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }  $as_echo_n "checking for libxml2... " >&6; }
3571    
3572  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3573      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3574          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3575      else      else
3576          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3577      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3578    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3579    ac_status=$?    ac_status=$?
3580    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3581    (exit $ac_status); }; then    (exit $ac_status); }; then
3582    pkg_cv_libxml2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`    pkg_cv_libxml2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
3583  else  else
# Line 3476  if test -n "$PKG_CONFIG"; then Line 3592  if test -n "$PKG_CONFIG"; then
3592          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3593      else      else
3594          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3595      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3596    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3597    ac_status=$?    ac_status=$?
3598    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3599    (exit $ac_status); }; then    (exit $ac_status); }; then
3600    pkg_cv_libxml2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`    pkg_cv_libxml2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
3601  else  else
# Line 3507  fi Line 3623  fi
3623          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3624          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3625    
3626          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3627  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3628                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3629  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3630     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3631  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3632          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3633  echo "$as_me: error: libxml-2.0 missing" >&2;}  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}
3634     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3635  else  else
3636          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3637          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3638          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3639  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3640          :          :
3641  fi  fi
3642  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
3643  LIBS="$LIBS $libxml2_LIBS"  LIBS="$LIBS $libxml2_LIBS"
3644    
3645  # check for maemo  # check for maemo
3646  { echo "$as_me:$LINENO: checking for Maemo" >&5  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5
3647  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }  $as_echo_n "checking for Maemo... " >&6; }
3648  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3649      { (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
3650    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3651    ac_status=$?    ac_status=$?
3652    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3653    (exit $ac_status); }; then    (exit $ac_status); }; then
3654    
3655    MAEMO="yes"    MAEMO="yes"
3656    { echo "$as_me:$LINENO: result: yes" >&5    { $as_echo "$as_me:$LINENO: result: yes" >&5
3657  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3658    
3659    
3660  pkg_failed=no  pkg_failed=no
3661  { echo "$as_me:$LINENO: checking for hildon" >&5  { $as_echo "$as_me:$LINENO: checking for hildon" >&5
3662  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }  $as_echo_n "checking for hildon... " >&6; }
3663    
3664  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3665      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3666          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3667      else      else
3668          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3669      { (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
3670    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3671    ac_status=$?    ac_status=$?
3672    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3673    (exit $ac_status); }; then    (exit $ac_status); }; then
3674    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3675  else  else
# Line 3568  if test -n "$PKG_CONFIG"; then Line 3684  if test -n "$PKG_CONFIG"; then
3684          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3685      else      else
3686          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3687      { (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
3688    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3689    ac_status=$?    ac_status=$?
3690    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3691    (exit $ac_status); }; then    (exit $ac_status); }; then
3692    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3693  else  else
# Line 3599  fi Line 3715  fi
3715          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3716          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3717    
3718          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3719  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3720                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3721  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3722     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3723  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3724          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3725  echo "$as_me: error: hildon-1 missing" >&2;}  $as_echo "$as_me: error: hildon-1 missing" >&2;}
3726     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3727  else  else
3728          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3729          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3730          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3731  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3732          :          :
3733  fi  fi
3734    CFLAGS="$CFLAGS  -DUSE_HILDON $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_HILDON $hildon_CFLAGS"
# Line 3620  fi Line 3736  fi
3736    
3737    
3738  pkg_failed=no  pkg_failed=no
3739  { echo "$as_me:$LINENO: checking for osso" >&5  { $as_echo "$as_me:$LINENO: checking for osso" >&5
3740  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }  $as_echo_n "checking for osso... " >&6; }
3741    
3742  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3743      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3744          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3745      else      else
3746          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3747      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3748    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3749    ac_status=$?    ac_status=$?
3750    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3751    (exit $ac_status); }; then    (exit $ac_status); }; then
3752    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3753  else  else
# Line 3646  if test -n "$PKG_CONFIG"; then Line 3762  if test -n "$PKG_CONFIG"; then
3762          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3763      else      else
3764          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3765      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3766    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3767    ac_status=$?    ac_status=$?
3768    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3769    (exit $ac_status); }; then    (exit $ac_status); }; then
3770    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3771  else  else
# Line 3677  fi Line 3793  fi
3793          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3794          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3795    
3796          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3797  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3798                  { { echo "$as_me:$LINENO: error: libosso missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3799  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3800     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3801  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3802          { { echo "$as_me:$LINENO: error: libosso missing" >&5          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5
3803  echo "$as_me: error: libosso missing" >&2;}  $as_echo "$as_me: error: libosso missing" >&2;}
3804     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3805  else  else
3806          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3807          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3808          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3809  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3810          :          :
3811  fi  fi
3812    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3698  fi Line 3814  fi
3814    
3815    
3816  pkg_failed=no  pkg_failed=no
3817  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
3818  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }  $as_echo_n "checking for hildon_fm_2... " >&6; }
3819    
3820  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3821      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
3822          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
3823      else      else
3824          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3825      { (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
3826    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3827    ac_status=$?    ac_status=$?
3828    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3829    (exit $ac_status); }; then    (exit $ac_status); }; then
3830    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`
3831  else  else
# Line 3724  if test -n "$PKG_CONFIG"; then Line 3840  if test -n "$PKG_CONFIG"; then
3840          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
3841      else      else
3842          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3843      { (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
3844    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3845    ac_status=$?    ac_status=$?
3846    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3847    (exit $ac_status); }; then    (exit $ac_status); }; then
3848    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`
3849  else  else
# Line 3755  fi Line 3871  fi
3871          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3872          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
3873    
3874          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
3875  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
3876                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3877  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
3878     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3879  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3880          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3881  echo "$as_me: error: hildon-fm-2 missing" >&2;}  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}
3882     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3883  else  else
3884          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
3885          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
3886          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
3887  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
3888          :          :
3889  fi  fi
3890    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 3777  fi Line 3893  fi
3893    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
3894    # stability    # stability
3895    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
3896      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
3897    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
3898    ac_status=$?    ac_status=$?
3899    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3900    (exit $ac_status); }; then    (exit $ac_status); }; then
3901    
3902    
3903  pkg_failed=no  pkg_failed=no
3904  { echo "$as_me:$LINENO: checking for gpsbt" >&5  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5
3905  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }  $as_echo_n "checking for gpsbt... " >&6; }
3906    
3907  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3908      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
3909          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
3910      else      else
3911          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3912      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
3913    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
3914    ac_status=$?    ac_status=$?
3915    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3916    (exit $ac_status); }; then    (exit $ac_status); }; then
3917    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
3918  else  else
# Line 3811  if test -n "$PKG_CONFIG"; then Line 3927  if test -n "$PKG_CONFIG"; then
3927          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
3928      else      else
3929          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3930      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
3931    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 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_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
3936  else  else
# Line 3842  fi Line 3958  fi
3958          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3959          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
3960    
3961          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
3962    
3963  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
3964    
# Line 3853  Alternatively, you may set the environme Line 3969  Alternatively, you may set the environme
3969  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
3970  See the pkg-config man page for more details.  See the pkg-config man page for more details.
3971  " >&5  " >&5
3972  echo "$as_me: error: Package requirements (gpsbt) were not met:  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:
3973    
3974  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
3975    
# Line 3866  See the pkg-config man page for more det Line 3982  See the pkg-config man page for more det
3982  " >&2;}  " >&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: 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
3986    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3987    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3988  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
3989  path to pkg-config.  path to pkg-config.
3990    
# Line 3876  See the pkg-config man page for more det Line 3994  See the pkg-config man page for more det
3994    
3995  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3996  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
3997  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
3998  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
3999  path to pkg-config.  path to pkg-config.
4000    
# Line 3886  See the pkg-config man page for more det Line 4004  See the pkg-config man page for more det
4004    
4005  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4006  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4007     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4008  else  else
4009          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4010          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4011          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4012  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4013          :          :
4014  fi  fi
4015      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 3899  fi Line 4017  fi
4017    
4018  else  else
4019    
4020      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4021  echo "$as_me: gpsbt not found, trying liblocation" >&6;}  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4022    
4023      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4024      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4025    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4026    ac_status=$?    ac_status=$?
4027    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4028    (exit $ac_status); }; then    (exit $ac_status); }; then
4029    
4030    
4031  pkg_failed=no  pkg_failed=no
4032  { echo "$as_me:$LINENO: checking for liblocation" >&5  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5
4033  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }  $as_echo_n "checking for liblocation... " >&6; }
4034    
4035  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4036      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4037          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4038      else      else
4039          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4040      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4041    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4042    ac_status=$?    ac_status=$?
4043    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044    (exit $ac_status); }; then    (exit $ac_status); }; then
4045    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4046  else  else
# Line 3937  if test -n "$PKG_CONFIG"; then Line 4055  if test -n "$PKG_CONFIG"; then
4055          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4056      else      else
4057          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4058      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4059    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4060    ac_status=$?    ac_status=$?
4061    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062    (exit $ac_status); }; then    (exit $ac_status); }; then
4063    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4064  else  else
# Line 3968  fi Line 4086  fi
4086          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4087          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4088    
4089          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4090    
4091  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4092    
# Line 3979  Alternatively, you may set the environme Line 4097  Alternatively, you may set the environme
4097  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4098  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4099  " >&5  " >&5
4100  echo "$as_me: error: Package requirements (liblocation) were not met:  $as_echo "$as_me: error: Package requirements (liblocation) were not met:
4101    
4102  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4103    
# Line 3992  See the pkg-config man page for more det Line 4110  See the pkg-config man page for more det
4110  " >&2;}  " >&2;}
4111     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4112  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4113          { { 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
4114    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4115    { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4116  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
4117  path to pkg-config.  path to pkg-config.
4118    
# Line 4002  See the pkg-config man page for more det Line 4122  See the pkg-config man page for more det
4122    
4123  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4124  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4125  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
4126  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
4127  path to pkg-config.  path to pkg-config.
4128    
# Line 4012  See the pkg-config man page for more det Line 4132  See the pkg-config man page for more det
4132    
4133  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4134  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4135     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }; }
4136  else  else
4137          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4138          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4139          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4140  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4141          :          :
4142  fi  fi
4143        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4025  fi Line 4145  fi
4145    
4146  else  else
4147    
4148        { 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
4149  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;}
4150    
4151  fi  fi
4152    
4153  fi  fi
4154    
4155    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4156      { (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
4157    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4158    ac_status=$?    ac_status=$?
4159    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4160    (exit $ac_status); }; then    (exit $ac_status); }; then
4161    
4162      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4163    
4164  else  else
4165    { 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
4166  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;}
4167  fi  fi
4168    
4169    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4170      { (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
4171    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4172    ac_status=$?    ac_status=$?
4173    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4174    (exit $ac_status); }; then    (exit $ac_status); }; then
4175    
4176      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4177      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4178  echo "$as_me: Configuring for Maemo $VERSION" >&6;}  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4179      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4180      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4181      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
4182    
4183  else  else
4184    
4185      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5
4186  echo "$as_me: error: maemo-version not found" >&2;}  $as_echo "$as_me: error: maemo-version not found" >&2;}
4187     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4188    
4189  fi  fi
# Line 4078  fi Line 4198  fi
4198    
4199  else  else
4200    
4201    { echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
4202  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4203    
4204    # check for gtk+-2.0    # check for gtk+-2.0
4205    
4206  pkg_failed=no  pkg_failed=no
4207  { echo "$as_me:$LINENO: checking for gtk" >&5  { $as_echo "$as_me:$LINENO: checking for gtk" >&5
4208  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }  $as_echo_n "checking for gtk... " >&6; }
4209    
4210  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4211      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4212          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4213      else      else
4214          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4215      { (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
4216    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4217    ac_status=$?    ac_status=$?
4218    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4219    (exit $ac_status); }; then    (exit $ac_status); }; then
4220    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`
4221  else  else
# Line 4110  if test -n "$PKG_CONFIG"; then Line 4230  if test -n "$PKG_CONFIG"; then
4230          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4231      else      else
4232          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4233      { (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
4234    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4235    ac_status=$?    ac_status=$?
4236    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237    (exit $ac_status); }; then    (exit $ac_status); }; then
4238    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`
4239  else  else
# Line 4141  fi Line 4261  fi
4261          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4262          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4263    
4264          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4265  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4266                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4267  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4268     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4269  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4270          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4271  echo "$as_me: error: gtk+-2.0 missing!" >&2;}  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4272     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4273  else  else
4274          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4275          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4276          { echo "$as_me:$LINENO: result: yes" >&5          { $as_echo "$as_me:$LINENO: result: yes" >&5
4277  echo "${ECHO_T}yes" >&6; }  $as_echo "yes" >&6; }
4278          :          :
4279  fi  fi
4280    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4163  fi Line 4283  fi
4283    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4284    
4285  pkg_failed=no  pkg_failed=no
4286  { echo "$as_me:$LINENO: checking for gnome2" >&5  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5
4287  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }  $as_echo_n "checking for gnome2... " >&6; }
4288    
4289  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4290      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4291          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4292      else      else
4293          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4294      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4295    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4296    ac_status=$?    ac_status=$?
4297    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4298    (exit $ac_status); }; then    (exit $ac_status); }; then
4299    pkg_cv_gnome2_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0" 2>/dev/null`    pkg_cv_gnome2_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0" 2>/dev/null`
4300  else  else
# Line 4189  if test -n "$PKG_CONFIG"; then Line 4309  if test -n "$PKG_CONFIG"; then
4309          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4310      else      else
4311          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4312      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4313    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4314    ac_status=$?    ac_status=$?
4315    echo "$as_me:$LINENO: \$? = $ac_status" >&5    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4316    (exit $ac_status); }; then    (exit $ac_status); }; then
4317    pkg_cv_gnome2_LIBS=`$PKG_CONFIG --libs "libgnome-2.0" 2>/dev/null`    pkg_cv_gnome2_LIBS=`$PKG_CONFIG --libs "libgnome-2.0" 2>/dev/null`
4318  else  else
# Line 4220  fi Line 4340  fi
4340          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4341          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4342    
4343          { echo "$as_me:$LINENO: result: no" >&5          { $as_echo "$as_me:$LINENO: result: no" >&5
4344  echo "${ECHO_T}no" >&6; }  $as_echo "no" >&6; }
4345                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4346  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4347     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4348  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4349          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4350  echo "$as_me: error: libgnome-2.0 missing" >&2;}  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}
4351     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4352  else  else
4353          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4354          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_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 $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4275  _ACEOF Line 4395  _ACEOF
4395      case $ac_val in #(      case $ac_val in #(
4396      *${as_nl}*)      *${as_nl}*)
4397        case $ac_var in #(        case $ac_var in #(
4398        *_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
4399  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;} ;;
4400        esac        esac
4401        case $ac_var in #(        case $ac_var in #(
4402        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
4403          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4404        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4405        esac ;;        esac ;;
4406      esac      esac
# Line 4312  echo "$as_me: WARNING: Cache variable $a Line 4433  echo "$as_me: WARNING: Cache variable $a
4433  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4434    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4435      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4436        { echo "$as_me:$LINENO: updating cache $cache_file" >&5        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
4437  echo "$as_me: updating cache $cache_file" >&6;}  $as_echo "$as_me: updating cache $cache_file" >&6;}
4438      cat confcache >$cache_file      cat confcache >$cache_file
4439    else    else
4440      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4441  echo "$as_me: not updating unwritable cache $cache_file" >&6;}  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4442    fi    fi
4443  fi  fi
4444  rm -f confcache  rm -f confcache
# Line 4334  test "x$exec_prefix" = xNONE && exec_pre Line 4455  test "x$exec_prefix" = xNONE && exec_pre
4455  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4456  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4457  ac_script='  ac_script='
4458    :mline
4459    /\\$/{
4460     N
4461     s,\\\n,,
4462     b mline
4463    }
4464  t clear  t clear
4465  :clear  :clear
4466  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4363  ac_ltlibobjs= Line 4490  ac_ltlibobjs=
4490  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4491    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4492    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4493    ac_i=`echo "$ac_i" | sed "$ac_script"`    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4494    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4495    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4496    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4376  LTLIBOBJS=$ac_ltlibobjs Line 4503  LTLIBOBJS=$ac_ltlibobjs
4503    
4504    
4505  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
4506    ac_write_fail=0
4507  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4508  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4509  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4510  echo "$as_me: creating $CONFIG_STATUS" >&6;}  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4511  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4512  #! $SHELL  #! $SHELL
4513  # Generated by $as_me.  # Generated by $as_me.
4514  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4393  ac_cs_silent=false Line 4521  ac_cs_silent=false
4521  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4522  _ACEOF  _ACEOF
4523    
4524  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4525  ## --------------------- ##  ## --------------------- ##
4526  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4527  ## --------------------- ##  ## --------------------- ##
# Line 4403  DUALCASE=1; export DUALCASE # for MKS sh Line 4531  DUALCASE=1; export DUALCASE # for MKS sh
4531  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
4532    emulate sh    emulate sh
4533    NULLCMD=:    NULLCMD=:
4534    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4535    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4536    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4537    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4425  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4553  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4553  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4554  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4555    
4556  # The user is always right.  as_nl='
4557  if test "${PATH_SEPARATOR+set}" != set; then  '
4558    echo "#! /bin/sh" >conf$$.sh  export as_nl
4559    echo  "exit 0"   >>conf$$.sh  # Printing a long string crashes Solaris 7 /usr/bin/printf.
4560    chmod +x conf$$.sh  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4561    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4562      PATH_SEPARATOR=';'  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4563    if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4564      as_echo='printf %s\n'
4565      as_echo_n='printf %s'
4566    else
4567      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4568        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4569        as_echo_n='/usr/ucb/echo -n'
4570    else    else
4571      PATH_SEPARATOR=:      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4572        as_echo_n_body='eval
4573          arg=$1;
4574          case $arg in
4575          *"$as_nl"*)
4576            expr "X$arg" : "X\\(.*\\)$as_nl";
4577            arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4578          esac;
4579          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4580        '
4581        export as_echo_n_body
4582        as_echo_n='sh -c $as_echo_n_body as_echo'
4583    fi    fi
4584    rm -f conf$$.sh    export as_echo_body
4585      as_echo='sh -c $as_echo_body as_echo'
4586    fi
4587    
4588    # The user is always right.
4589    if test "${PATH_SEPARATOR+set}" != set; then
4590      PATH_SEPARATOR=:
4591      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4592        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4593          PATH_SEPARATOR=';'
4594      }
4595  fi  fi
4596    
4597  # Support unset when possible.  # Support unset when possible.
# Line 4451  fi Line 4607  fi
4607  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4608  # (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
4609  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
 as_nl='  
 '  
4610  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4611    
4612  # 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 4475  if test "x$as_myself" = x; then Line 4629  if test "x$as_myself" = x; then
4629    as_myself=$0    as_myself=$0
4630  fi  fi
4631  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
4632    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
4633    { (exit 1); exit 1; }    { (exit 1); exit 1; }
4634  fi  fi
4635    
# Line 4488  PS2='> ' Line 4642  PS2='> '
4642  PS4='+ '  PS4='+ '
4643    
4644  # NLS nuisances.  # NLS nuisances.
4645  for as_var in \  LC_ALL=C
4646    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  export LC_ALL
4647    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LANGUAGE=C
4648    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  
4649    
4650  # Required to use basename.  # Required to use basename.
4651  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 4520  as_me=`$as_basename -- "$0" || Line 4667  as_me=`$as_basename -- "$0" ||
4667  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4668           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
4669           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4670  echo X/"$0" |  $as_echo X/"$0" |
4671      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
4672              s//\1/              s//\1/
4673              q              q
# Line 4571  $as_unset CDPATH Line 4718  $as_unset CDPATH
4718        s/-\n.*//        s/-\n.*//
4719      ' >$as_me.lineno &&      ' >$as_me.lineno &&
4720    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
4721      { 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
4722     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4723    
4724    # 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 4599  case `echo -n x` in Line 4746  case `echo -n x` in
4746  *)  *)
4747    ECHO_N='-n';;    ECHO_N='-n';;
4748  esac  esac
   
4749  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
4750     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
4751    as_expr=expr    as_expr=expr
# Line 4612  if test -d conf$$.dir; then Line 4758  if test -d conf$$.dir; then
4758    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
4759  else  else
4760    rm -f conf$$.dir    rm -f conf$$.dir
4761    mkdir conf$$.dir    mkdir conf$$.dir 2>/dev/null
4762  fi  fi
4763  echo >conf$$.file  if (echo >conf$$.file) 2>/dev/null; then
4764  if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
4765    as_ln_s='ln -s'      as_ln_s='ln -s'
4766    # ... but there are two gotchas:      # ... but there are two gotchas:
4767    # 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.
4768    # 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.
4769    # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -p'.
4770    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 ||
4771          as_ln_s='cp -p'
4772      elif ln conf$$.file conf$$ 2>/dev/null; then
4773        as_ln_s=ln
4774      else
4775      as_ln_s='cp -p'      as_ln_s='cp -p'
4776  elif ln conf$$.file conf$$ 2>/dev/null; then    fi
   as_ln_s=ln  
4777  else  else
4778    as_ln_s='cp -p'    as_ln_s='cp -p'
4779  fi  fi
# Line 4649  else Line 4798  else
4798    as_test_x='    as_test_x='
4799      eval sh -c '\''      eval sh -c '\''
4800        if test -d "$1"; then        if test -d "$1"; then
4801          test -d "$1/.";          test -d "$1/.";
4802        else        else
4803          case $1 in          case $1 in
4804          -*)set "./$1";;          -*)set "./$1";;
4805          esac;          esac;
4806          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
4807          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 4674  exec 6>&1 Line 4823  exec 6>&1
4823  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
4824  # values after options handling.  # values after options handling.
4825  ac_log="  ac_log="
4826  This file was extended by OSM2Go $as_me 0.7.16, which was  This file was extended by OSM2Go $as_me 0.7.17, which was
4827  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
4828    
4829    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
4830    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 4688  on `(hostname || uname -n) 2>/dev/null | Line 4837  on `(hostname || uname -n) 2>/dev/null |
4837    
4838  _ACEOF  _ACEOF
4839    
4840  cat >>$CONFIG_STATUS <<_ACEOF  case $ac_config_files in *"
4841    "*) set x $ac_config_files; shift; ac_config_files=$*;;
4842    esac
4843    
4844    
4845    
4846    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4847  # Files that config.status was made for.  # Files that config.status was made for.
4848  config_files="$ac_config_files"  config_files="$ac_config_files"
4849    
4850  _ACEOF  _ACEOF
4851    
4852  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4853  ac_cs_usage="\  ac_cs_usage="\
4854  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
4855  current configuration.  current configuration.
4856    
4857  Usage: $0 [OPTIONS] [FILE]...  Usage: $0 [OPTION]... [FILE]...
4858    
4859    -h, --help       print this help, then exit    -h, --help       print this help, then exit
4860    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
4861    -q, --quiet      do not print progress messages    -q, --quiet, --silent
4862                       do not print progress messages
4863    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
4864        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
4865    --file=FILE[:TEMPLATE]        --file=FILE[:TEMPLATE]
4866                     instantiate the configuration file FILE                     instantiate the configuration file FILE
4867    
4868  Configuration files:  Configuration files:
4869  $config_files  $config_files
# Line 4715  $config_files Line 4871  $config_files
4871  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
4872    
4873  _ACEOF  _ACEOF
4874  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4875  ac_cs_version="\\  ac_cs_version="\\
4876  OSM2Go config.status 0.7.16  OSM2Go config.status 0.7.17
4877  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.63,
4878    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4879    
4880  Copyright (C) 2006 Free Software Foundation, Inc.  Copyright (C) 2008 Free Software Foundation, Inc.
4881  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
4882  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
4883    
4884  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
4885  srcdir='$srcdir'  srcdir='$srcdir'
4886  INSTALL='$INSTALL'  INSTALL='$INSTALL'
4887    test -n "\$AWK" || AWK=awk
4888  _ACEOF  _ACEOF
4889    
4890  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4891  # 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.  
4892  ac_need_defaults=:  ac_need_defaults=:
4893  while test $# != 0  while test $# != 0
4894  do  do
# Line 4754  do Line 4910  do
4910    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4911      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
4912    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4913      echo "$ac_cs_version"; exit ;;      $as_echo "$ac_cs_version"; exit ;;
4914    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
4915      debug=: ;;      debug=: ;;
4916    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
4917      $ac_shift      $ac_shift
4918      CONFIG_FILES="$CONFIG_FILES $ac_optarg"      case $ac_optarg in
4919        *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4920        esac
4921        CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
4922      ac_need_defaults=false;;      ac_need_defaults=false;;
4923    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
4924      echo "$ac_cs_usage"; exit ;;      $as_echo "$ac_cs_usage"; exit ;;
4925    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4926    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
4927      ac_cs_silent=: ;;      ac_cs_silent=: ;;
4928    
4929    # This is an error.    # This is an error.
4930    -*) { echo "$as_me: error: unrecognized option: $1    -*) { $as_echo "$as_me: error: unrecognized option: $1
4931  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
4932     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
4933    
# Line 4787  if $ac_cs_silent; then Line 4946  if $ac_cs_silent; then
4946  fi  fi
4947    
4948  _ACEOF  _ACEOF
4949  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4950  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
4951    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
4952    CONFIG_SHELL=$SHELL    shift
4953      \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4954      CONFIG_SHELL='$SHELL'
4955    export CONFIG_SHELL    export CONFIG_SHELL
4956    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    exec "\$@"
4957  fi  fi
4958    
4959  _ACEOF  _ACEOF
4960  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4961  exec 5>>config.log  exec 5>>config.log
4962  {  {
4963    echo    echo
4964    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4965  ## Running $as_me. ##  ## Running $as_me. ##
4966  _ASBOX  _ASBOX
4967    echo "$ac_log"    $as_echo "$ac_log"
4968  } >&5  } >&5
4969    
4970  _ACEOF  _ACEOF
4971  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4972  _ACEOF  _ACEOF
4973    
4974  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4975    
4976  # Handling of arguments.  # Handling of arguments.
4977  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 4820  do Line 4981  do
4981      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
4982      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
4983    
4984    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4985  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4986     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
4987    esac    esac
4988  done  done
# Line 4860  $debug || Line 5021  $debug ||
5021    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5022  } ||  } ||
5023  {  {
5024     echo "$me: cannot create a temporary directory in ." >&2     $as_echo "$as_me: cannot create a temporary directory in ." >&2
5025     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5026  }  }
5027    
5028  #  # Set up the scripts for CONFIG_FILES section.
5029  # Set up the sed scripts for CONFIG_FILES section.  # No need to generate them if there are no CONFIG_FILES.
5030  #  # 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  
5031  if test -n "$CONFIG_FILES"; then  if test -n "$CONFIG_FILES"; then
5032    
 _ACEOF  
5033    
5034    ac_cr=' '
5035    ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5036    if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5037      ac_cs_awk_cr='\\r'
5038    else
5039      ac_cs_awk_cr=$ac_cr
5040    fi
5041    
5042    echo 'BEGIN {' >"$tmp/subs1.awk" &&
5043    _ACEOF
5044    
5045    
5046    {
5047      echo "cat >conf$$subs.awk <<_ACEOF" &&
5048      echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5049      echo "_ACEOF"
5050    } >conf$$subs.sh ||
5051      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5052    $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5053       { (exit 1); exit 1; }; }
5054    ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5055  ac_delim='%!_!# '  ac_delim='%!_!# '
5056  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5057    cat >conf$$subs.sed <<_ACEOF    . ./conf$$subs.sh ||
5058  SHELL!$SHELL$ac_delim      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5059  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5060  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  
 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  
 goocanvas_CFLAGS!$goocanvas_CFLAGS$ac_delim  
 goocanvas_LIBS!$goocanvas_LIBS$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  
 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  
 gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim  
 gpsbt_LIBS!$gpsbt_LIBS$ac_delim  
 liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim  
 liblocation_LIBS!$liblocation_LIBS$ac_delim  
 EXTRA_OBJS!$EXTRA_OBJS$ac_delim  
 INSTALL_PLATTFORM!$INSTALL_PLATTFORM$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  
 LIBOBJS!$LIBOBJS$ac_delim  
 LTLIBOBJS!$LTLIBOBJS$ac_delim  
 _ACEOF  
5061    
5062    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5063      if test $ac_delim_n = $ac_delim_num; then
5064      break      break
5065    elif $ac_last_try; then    elif $ac_last_try; then
5066      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5067  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5068     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5069    else    else
5070      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5071    fi    fi
5072  done  done
5073    rm -f conf$$subs.sh
5074    
5075  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5076  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  
5077  _ACEOF  _ACEOF
5078    sed -n '
5079    h
5080    s/^/S["/; s/!.*/"]=/
5081    p
5082    g
5083    s/^[^!]*!//
5084    :repl
5085    t repl
5086    s/'"$ac_delim"'$//
5087    t delim
5088    :nl
5089    h
5090    s/\(.\{148\}\).*/\1/
5091    t more1
5092    s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5093    p
5094    n
5095    b repl
5096    :more1
5097    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5098    p
5099    g
5100    s/.\{148\}//
5101    t nl
5102    :delim
5103    h
5104    s/\(.\{148\}\).*/\1/
5105    t more2
5106    s/["\\]/\\&/g; s/^/"/; s/$/"/
5107    p
5108    b
5109    :more2
5110    s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5111    p
5112    g
5113    s/.\{148\}//
5114    t delim
5115    ' <conf$$subs.awk | sed '
5116    /^[^""]/{
5117      N
5118      s/\n//
5119    }
5120    ' >>$CONFIG_STATUS || ac_write_fail=1
5121    rm -f conf$$subs.awk
5122    cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5123    _ACAWK
5124    cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5125      for (key in S) S_is_set[key] = 1
5126      FS = ""
5127    
5128    }
5129    {
5130      line = $ 0
5131      nfields = split(line, field, "@")
5132      substed = 0
5133      len = length(field[1])
5134      for (i = 2; i < nfields; i++) {
5135        key = field[i]
5136        keylen = length(key)
5137        if (S_is_set[key]) {
5138          value = S[key]
5139          line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5140          len += length(value) + length(field[++i])
5141          substed = 1
5142        } else
5143          len += 1 + keylen
5144      }
5145    
5146      print line
5147    }
5148    
5149    _ACAWK
5150    _ACEOF
5151    cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5152    if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5153      sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5154    else
5155      cat
5156    fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5157      || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
5158    $as_echo "$as_me: error: could not setup config files machinery" >&2;}
5159       { (exit 1); exit 1; }; }
5160    _ACEOF
5161    
5162  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5163  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5015  s/^[^=]*=[      ]*$// Line 5174  s/^[^=]*=[      ]*$//
5174  }'  }'
5175  fi  fi
5176    
5177  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5178  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5179    
5180    
5181  for ac_tag in  :F $CONFIG_FILES  eval set X "  :F $CONFIG_FILES      "
5182    shift
5183    for ac_tag
5184  do  do
5185    case $ac_tag in    case $ac_tag in
5186    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5187    esac    esac
5188    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5189    :[FHL]*:*);;    :[FHL]*:*);;
5190    :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
5191  echo "$as_me: error: Invalid tag $ac_tag." >&2;}  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
5192     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5193    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5194    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5056  echo "$as_me: error: Invalid tag $ac_tag Line 5217  echo "$as_me: error: Invalid tag $ac_tag
5217             [\\/$]*) false;;             [\\/$]*) false;;
5218             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5219             esac ||             esac ||
5220             { { 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
5221  echo "$as_me: error: cannot find input file: $ac_f" >&2;}  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5222     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5223        esac        esac
5224        ac_file_inputs="$ac_file_inputs $ac_f"        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5225          ac_file_inputs="$ac_file_inputs '$ac_f'"
5226      done      done
5227    
5228      # 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
5229      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5230      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5231      configure_input="Generated from "`IFS=:      configure_input='Generated from '`
5232            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5233            `' by configure.'
5234      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5235        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5236        { echo "$as_me:$LINENO: creating $ac_file" >&5        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
5237  echo "$as_me: creating $ac_file" >&6;}  $as_echo "$as_me: creating $ac_file" >&6;}
5238      fi      fi
5239        # Neutralize special characters interpreted by sed in replacement strings.
5240        case $configure_input in #(
5241        *\&* | *\|* | *\\* )
5242           ac_sed_conf_input=`$as_echo "$configure_input" |
5243           sed 's/[\\\\&|]/\\\\&/g'`;; #(
5244        *) ac_sed_conf_input=$configure_input;;
5245        esac
5246    
5247      case $ac_tag in      case $ac_tag in
5248      *:-:* | *:-) cat >"$tmp/stdin";;      *:-:* | *:-) cat >"$tmp/stdin" \
5249          || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5250    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5251       { (exit 1); exit 1; }; } ;;
5252      esac      esac
5253      ;;      ;;
5254    esac    esac
# Line 5085  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5258  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5258           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5259           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5260           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5261  echo X"$ac_file" |  $as_echo X"$ac_file" |
5262      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5263              s//\1/              s//\1/
5264              q              q
# Line 5111  echo X"$ac_file" | Line 5284  echo X"$ac_file" |
5284      as_dirs=      as_dirs=
5285      while :; do      while :; do
5286        case $as_dir in #(        case $as_dir in #(
5287        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5288        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5289        esac        esac
5290        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5120  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5293  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5293           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5294           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5295           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5296  echo X"$as_dir" |  $as_echo X"$as_dir" |
5297      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5298              s//\1/              s//\1/
5299              q              q
# Line 5141  echo X"$as_dir" | Line 5314  echo X"$as_dir" |
5314        test -d "$as_dir" && break        test -d "$as_dir" && break
5315      done      done
5316      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5317    } || 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
5318  echo "$as_me: error: cannot create directory $as_dir" >&2;}  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
5319     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5320    ac_builddir=.    ac_builddir=.
5321    
5322  case "$ac_dir" in  case "$ac_dir" in
5323  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5324  *)  *)
5325    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5326    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5327    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|/||'`
5328    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5329    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5330    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5191  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5364  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5364    esac    esac
5365  _ACEOF  _ACEOF
5366    
5367  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5368  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5369  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5370  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5371    
5372  case `sed -n '/datarootdir/ {  ac_sed_dataroot='
5373    /datarootdir/ {
5374    p    p
5375    q    q
5376  }  }
# Line 5205  case `sed -n '/datarootdir/ { Line 5379  case `sed -n '/datarootdir/ {
5379  /@infodir@/p  /@infodir@/p
5380  /@localedir@/p  /@localedir@/p
5381  /@mandir@/p  /@mandir@/p
5382  ' $ac_file_inputs` in  '
5383    case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5384  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5385  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5386    { 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
5387  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;}
5388  _ACEOF  _ACEOF
5389  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5390    ac_datarootdir_hack='    ac_datarootdir_hack='
5391    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5392    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5225  _ACEOF Line 5400  _ACEOF
5400  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5401  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5402  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5403  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5404    sed "$ac_vpsub  ac_sed_extra="$ac_vpsub
5405  $extrasub  $extrasub
5406  _ACEOF  _ACEOF
5407  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5408  :t  :t
5409  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5410  s&@configure_input@&$configure_input&;t t  s|@configure_input@|$ac_sed_conf_input|;t t
5411  s&@top_builddir@&$ac_top_builddir_sub&;t t  s&@top_builddir@&$ac_top_builddir_sub&;t t
5412    s&@top_build_prefix@&$ac_top_build_prefix&;t t
5413  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5414  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5415  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5243  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5419  s&@abs_builddir@&$ac_abs_builddir&;t t
5419  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5420  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5421  $ac_datarootdir_hack  $ac_datarootdir_hack
5422  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out  "
5423    eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5424      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5425    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5426       { (exit 1); exit 1; }; }
5427    
5428  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5429    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5430    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5431    { 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'
5432  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5433  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'
5434  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5435    
5436    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5437    case $ac_file in    case $ac_file in
5438    -) cat "$tmp/out"; rm -f "$tmp/out";;    -) cat "$tmp/out" && rm -f "$tmp/out";;
5439    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5440    esac    esac \
5441      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5442    $as_echo "$as_me: error: could not create $ac_file" >&2;}
5443       { (exit 1); exit 1; }; }
5444   ;;   ;;
5445    
5446    
# Line 5272  _ACEOF Line 5455  _ACEOF
5455  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5456  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5457    
5458    test $ac_write_fail = 0 ||
5459      { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
5460    $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5461       { (exit 1); exit 1; }; }
5462    
5463    
5464  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5465  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5293  if test "$no_create" != yes; then Line 5481  if test "$no_create" != yes; then
5481    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5482    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5483  fi  fi
5484    if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5485      { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5486    $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5487    fi
5488    

Legend:
Removed from v.269  
changed lines
  Added in v.270