Diff of /trunk/configure

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

revision 73 by harbaum, Sun Aug 23 19:38:15 2009 UTC revision 154 by harbaum, Tue Nov 3 07:36:35 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.63 for GPXView 0.8.7.  # Generated by GNU Autoconf 2.61 for GPXView 0.8.12.
4  #  #
5  # Report bugs to <till@harbaum.org>.  # Report bugs to <till@harbaum.org>.
6  #  #
7  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8  # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.  # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
10  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
11  ## --------------------- ##  ## --------------------- ##
# Line 17  DUALCASE=1; export DUALCASE # for MKS sh Line 17  DUALCASE=1; export DUALCASE # for MKS sh
17  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18    emulate sh    emulate sh
19    NULLCMD=:    NULLCMD=:
20    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
22    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
23    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 39  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 39  as_cr_Letters=$as_cr_letters$as_cr_LETTE
39  as_cr_digits='0123456789'  as_cr_digits='0123456789'
40  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
41    
 as_nl='  
 '  
 export as_nl  
 # Printing a long string crashes Solaris 7 /usr/bin/printf.  
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo  
 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then  
   as_echo='printf %s\n'  
   as_echo_n='printf %s'  
 else  
   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then  
     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'  
     as_echo_n='/usr/ucb/echo -n'  
   else  
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'  
     as_echo_n_body='eval  
       arg=$1;  
       case $arg in  
       *"$as_nl"*)  
         expr "X$arg" : "X\\(.*\\)$as_nl";  
         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;  
       esac;  
       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"  
     '  
     export as_echo_n_body  
     as_echo_n='sh -c $as_echo_n_body as_echo'  
   fi  
   export as_echo_body  
   as_echo='sh -c $as_echo_body as_echo'  
 fi  
   
42  # The user is always right.  # The user is always right.
43  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
44    PATH_SEPARATOR=:    echo "#! /bin/sh" >conf$$.sh
45    (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {    echo  "exit 0"   >>conf$$.sh
46      (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||    chmod +x conf$$.sh
47        PATH_SEPARATOR=';'    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48    }      PATH_SEPARATOR=';'
49      else
50        PATH_SEPARATOR=:
51      fi
52      rm -f conf$$.sh
53  fi  fi
54    
55  # Support unset when possible.  # Support unset when possible.
# Line 93  fi Line 65  fi
65  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
66  # (If _AS_PATH_WALK were called with IFS unset, it would disable word  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
68    as_nl='
69    '
70  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
71    
72  # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
# Line 115  if test "x$as_myself" = x; then Line 89  if test "x$as_myself" = x; then
89    as_myself=$0    as_myself=$0
90  fi  fi
91  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
92    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93    { (exit 1); exit 1; }    { (exit 1); exit 1; }
94  fi  fi
95    
# Line 128  PS2='> ' Line 102  PS2='> '
102  PS4='+ '  PS4='+ '
103    
104  # NLS nuisances.  # NLS nuisances.
105  LC_ALL=C  for as_var in \
106  export LC_ALL    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107  LANGUAGE=C    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108  export LANGUAGE    LC_TELEPHONE LC_TIME
109    do
110      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111        eval $as_var=C; export $as_var
112      else
113        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114      fi
115    done
116    
117  # Required to use basename.  # Required to use basename.
118  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 153  as_me=`$as_basename -- "$0" || Line 134  as_me=`$as_basename -- "$0" ||
134  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
136           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137  $as_echo X/"$0" |  echo X/"$0" |
138      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
139              s//\1/              s//\1/
140              q              q
# Line 179  else Line 160  else
160    as_have_required=no    as_have_required=no
161  fi  fi
162    
163    if test $as_have_required = yes &&     (eval ":    if test $as_have_required = yes &&     (eval ":
164  (as_func_return () {  (as_func_return () {
165    (exit \$1)    (exit \$1)
166  }  }
# Line 261  IFS=$as_save_IFS Line 242  IFS=$as_save_IFS
242  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243    emulate sh    emulate sh
244    NULLCMD=:    NULLCMD=:
245    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
247    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
248    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 282  _ASEOF Line 263  _ASEOF
263  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264    emulate sh    emulate sh
265    NULLCMD=:    NULLCMD=:
266    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
268    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
269    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 362  fi Line 343  fi
343    
344        if test "x$CONFIG_SHELL" != x; then        if test "x$CONFIG_SHELL" != x; then
345    for as_var in BASH_ENV ENV    for as_var in BASH_ENV ENV
346          do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var          do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347          done          done
348          export CONFIG_SHELL          export CONFIG_SHELL
349          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}          exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
350  fi  fi
351    
352    
# Line 434  fi Line 415  fi
415    
416  test \$exitcode = 0") || {  test \$exitcode = 0") || {
417    echo No shell found that supports shell functions.    echo No shell found that supports shell functions.
418    echo Please tell bug-autoconf@gnu.org about your system,    echo Please tell autoconf@gnu.org about your system,
419    echo including any error possibly output before this message.    echo including any error possibly output before this
420    echo This can help us improve future autoconf versions.    echo message
   echo Configuration will now proceed without shell functions.  
421  }  }
422    
423    
# Line 473  test \$exitcode = 0") || { Line 453  test \$exitcode = 0") || {
453        s/-\n.*//        s/-\n.*//
454      ' >$as_me.lineno &&      ' >$as_me.lineno &&
455    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
456      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
458    
459    # Don't try to exec as it changes $[0], causing all sort of problems    # Don't try to exec as it changes $[0], causing all sort of problems
# Line 501  case `echo -n x` in Line 481  case `echo -n x` in
481  *)  *)
482    ECHO_N='-n';;    ECHO_N='-n';;
483  esac  esac
484    
485  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
486     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
487    as_expr=expr    as_expr=expr
# Line 513  if test -d conf$$.dir; then Line 494  if test -d conf$$.dir; then
494    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
495  else  else
496    rm -f conf$$.dir    rm -f conf$$.dir
497    mkdir conf$$.dir 2>/dev/null    mkdir conf$$.dir
498  fi  fi
499  if (echo >conf$$.file) 2>/dev/null; then  echo >conf$$.file
500    if ln -s conf$$.file conf$$ 2>/dev/null; then  if ln -s conf$$.file conf$$ 2>/dev/null; then
501      as_ln_s='ln -s'    as_ln_s='ln -s'
502      # ... but there are two gotchas:    # ... but there are two gotchas:
503      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505      # In both cases, we have to default to `cp -p'.    # In both cases, we have to default to `cp -p'.
506      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -p'  
   elif ln conf$$.file conf$$ 2>/dev/null; then  
     as_ln_s=ln  
   else  
507      as_ln_s='cp -p'      as_ln_s='cp -p'
508    fi  elif ln conf$$.file conf$$ 2>/dev/null; then
509      as_ln_s=ln
510  else  else
511    as_ln_s='cp -p'    as_ln_s='cp -p'
512  fi  fi
# Line 553  else Line 531  else
531    as_test_x='    as_test_x='
532      eval sh -c '\''      eval sh -c '\''
533        if test -d "$1"; then        if test -d "$1"; then
534          test -d "$1/.";          test -d "$1/.";
535        else        else
536          case $1 in          case $1 in
537          -*)set "./$1";;          -*)set "./$1";;
538          esac;          esac;
539          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 596  SHELL=${CONFIG_SHELL-/bin/sh} Line 574  SHELL=${CONFIG_SHELL-/bin/sh}
574  # Identity of this package.  # Identity of this package.
575  PACKAGE_NAME='GPXView'  PACKAGE_NAME='GPXView'
576  PACKAGE_TARNAME='gpxview'  PACKAGE_TARNAME='gpxview'
577  PACKAGE_VERSION='0.8.7'  PACKAGE_VERSION='0.8.12'
578  PACKAGE_STRING='GPXView 0.8.7'  PACKAGE_STRING='GPXView 0.8.12'
579  PACKAGE_BUGREPORT='till@harbaum.org'  PACKAGE_BUGREPORT='till@harbaum.org'
580    
581  ac_unique_file="src/main.c"  ac_unique_file="src/main.c"
582  ac_subst_vars='LTLIBOBJS  ac_subst_vars='SHELL
 LIBOBJS  
 INSTALL_PLATTFORM  
 EXTRA_OBJS  
 gnome2_LIBS  
 gnome2_CFLAGS  
 gtk_LIBS  
 gtk_CFLAGS  
 liblocation_LIBS  
 liblocation_CFLAGS  
 gpsbt_LIBS  
 gpsbt_CFLAGS  
 hildon_help_LIBS  
 hildon_help_CFLAGS  
 sqlite3_LIBS  
 sqlite3_CFLAGS  
 hildon_fm_2_LIBS  
 hildon_fm_2_CFLAGS  
 osso_LIBS  
 osso_CFLAGS  
 hildon_LIBS  
 hildon_CFLAGS  
 libgtkhtml3_8_LIBS  
 libgtkhtml3_8_CFLAGS  
 libgtkhtml3_14_LIBS  
 libgtkhtml3_14_CFLAGS  
 libsoup22_LIBS  
 libsoup22_CFLAGS  
 libsoup24_LIBS  
 libsoup24_CFLAGS  
 libxml2_LIBS  
 libxml2_CFLAGS  
 gnome_vfs_module_LIBS  
 gnome_vfs_module_CFLAGS  
 PKG_CONFIG  
 SET_MAKE  
 LN_S  
 INSTALL_DATA  
 INSTALL_SCRIPT  
 INSTALL_PROGRAM  
 OBJEXT  
 EXEEXT  
 ac_ct_CC  
 CPPFLAGS  
 LDFLAGS  
 CFLAGS  
 CC  
 PACKAGE  
 target_alias  
 host_alias  
 build_alias  
 LIBS  
 ECHO_T  
 ECHO_N  
 ECHO_C  
 DEFS  
 mandir  
 localedir  
 libdir  
 psdir  
 pdfdir  
 dvidir  
 htmldir  
 infodir  
 docdir  
 oldincludedir  
 includedir  
 localstatedir  
 sharedstatedir  
 sysconfdir  
 datadir  
 datarootdir  
 libexecdir  
 sbindir  
 bindir  
 program_transform_name  
 prefix  
 exec_prefix  
 PACKAGE_BUGREPORT  
 PACKAGE_STRING  
 PACKAGE_VERSION  
 PACKAGE_TARNAME  
 PACKAGE_NAME  
583  PATH_SEPARATOR  PATH_SEPARATOR
584  SHELL'  PACKAGE_NAME
585    PACKAGE_TARNAME
586    PACKAGE_VERSION
587    PACKAGE_STRING
588    PACKAGE_BUGREPORT
589    exec_prefix
590    prefix
591    program_transform_name
592    bindir
593    sbindir
594    libexecdir
595    datarootdir
596    datadir
597    sysconfdir
598    sharedstatedir
599    localstatedir
600    includedir
601    oldincludedir
602    docdir
603    infodir
604    htmldir
605    dvidir
606    pdfdir
607    psdir
608    libdir
609    localedir
610    mandir
611    DEFS
612    ECHO_C
613    ECHO_N
614    ECHO_T
615    LIBS
616    build_alias
617    host_alias
618    target_alias
619    PACKAGE
620    CC
621    CFLAGS
622    LDFLAGS
623    CPPFLAGS
624    ac_ct_CC
625    EXEEXT
626    OBJEXT
627    INSTALL_PROGRAM
628    INSTALL_SCRIPT
629    INSTALL_DATA
630    LN_S
631    SET_MAKE
632    PKG_CONFIG
633    gnome_vfs_module_CFLAGS
634    gnome_vfs_module_LIBS
635    libxml2_CFLAGS
636    libxml2_LIBS
637    libsoup24_CFLAGS
638    libsoup24_LIBS
639    libsoup22_CFLAGS
640    libsoup22_LIBS
641    libgtkhtml3_14_CFLAGS
642    libgtkhtml3_14_LIBS
643    libgtkhtml3_8_CFLAGS
644    libgtkhtml3_8_LIBS
645    hildon_CFLAGS
646    hildon_LIBS
647    osso_CFLAGS
648    osso_LIBS
649    hildon_fm_2_CFLAGS
650    hildon_fm_2_LIBS
651    sqlite3_CFLAGS
652    sqlite3_LIBS
653    hildon_help_CFLAGS
654    hildon_help_LIBS
655    gpsbt_CFLAGS
656    gpsbt_LIBS
657    liblocation_CFLAGS
658    liblocation_LIBS
659    MAEMO_VERSION_MAJOR
660    gtk_CFLAGS
661    gtk_LIBS
662    gnome2_CFLAGS
663    gnome2_LIBS
664    EXTRA_OBJS
665    ICON
666    INSTALL_PLATTFORM
667    LIBOBJS
668    LTLIBOBJS'
669  ac_subst_files=''  ac_subst_files=''
 ac_user_opts='  
 enable_option_checking  
 '  
670        ac_precious_vars='build_alias        ac_precious_vars='build_alias
671  host_alias  host_alias
672  target_alias  target_alias
# Line 734  gnome2_LIBS' Line 711  gnome2_LIBS'
711  # Initialize some variables set by options.  # Initialize some variables set by options.
712  ac_init_help=  ac_init_help=
713  ac_init_version=false  ac_init_version=false
 ac_unrecognized_opts=  
 ac_unrecognized_sep=  
714  # The variables have the same names as the options, with  # The variables have the same names as the options, with
715  # dashes changed to underlines.  # dashes changed to underlines.
716  cache_file=/dev/null  cache_file=/dev/null
# Line 834  do Line 809  do
809      datarootdir=$ac_optarg ;;      datarootdir=$ac_optarg ;;
810    
811    -disable-* | --disable-*)    -disable-* | --disable-*)
812      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
813      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
814      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
815        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
816     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
817      ac_useropt_orig=$ac_useropt      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
818      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval enable_$ac_feature=no ;;
     case $ac_user_opts in  
       *"  
 "enable_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval enable_$ac_useropt=no ;;  
819    
820    -docdir | --docdir | --docdi | --doc | --do)    -docdir | --docdir | --docdi | --doc | --do)
821      ac_prev=docdir ;;      ac_prev=docdir ;;
# Line 861  do Line 828  do
828      dvidir=$ac_optarg ;;      dvidir=$ac_optarg ;;
829    
830    -enable-* | --enable-*)    -enable-* | --enable-*)
831      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
832      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
833      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
834        { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
835     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
836      ac_useropt_orig=$ac_useropt      ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
837      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval enable_$ac_feature=\$ac_optarg ;;
     case $ac_user_opts in  
       *"  
 "enable_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval enable_$ac_useropt=\$ac_optarg ;;  
838    
839    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
840    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1066  do Line 1025  do
1025      ac_init_version=: ;;      ac_init_version=: ;;
1026    
1027    -with-* | --with-*)    -with-* | --with-*)
1028      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1029      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1030      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1031        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2        { echo "$as_me: error: invalid package name: $ac_package" >&2
1032     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1033      ac_useropt_orig=$ac_useropt      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1034      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval with_$ac_package=\$ac_optarg ;;
     case $ac_user_opts in  
       *"  
 "with_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval with_$ac_useropt=\$ac_optarg ;;  
1035    
1036    -without-* | --without-*)    -without-* | --without-*)
1037      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1038      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1039      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1040        { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2        { echo "$as_me: error: invalid package name: $ac_package" >&2
1041     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1042      ac_useropt_orig=$ac_useropt      ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1043      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      eval with_$ac_package=no ;;
     case $ac_user_opts in  
       *"  
 "with_$ac_useropt"  
 "*) ;;  
       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"  
          ac_unrecognized_sep=', ';;  
     esac  
     eval with_$ac_useropt=no ;;  
1044    
1045    --x)    --x)
1046      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 1117  do Line 1060  do
1060    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1061      x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
1062    
1063    -*) { $as_echo "$as_me: error: unrecognized option: $ac_option    -*) { echo "$as_me: error: unrecognized option: $ac_option
1064  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
1065     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1066      ;;      ;;
# Line 1126  Try \`$0 --help' for more information." Line 1069  Try \`$0 --help' for more information."
1069      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1070      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
1071      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1072        { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1073     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1074      eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
1075      export $ac_envvar ;;      export $ac_envvar ;;
1076    
1077    *)    *)
1078      # FIXME: should be removed in autoconf 3.0.      # FIXME: should be removed in autoconf 3.0.
1079      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1080      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1081        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1082      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1083      ;;      ;;
1084    
# Line 1144  done Line 1087  done
1087    
1088  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
1089    ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1090    { $as_echo "$as_me: error: missing argument to $ac_option" >&2    { echo "$as_me: error: missing argument to $ac_option" >&2
1091     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1092  fi  fi
1093    
1094  if test -n "$ac_unrecognized_opts"; then  # Be sure to have absolute directory names.
   case $enable_option_checking in  
     no) ;;  
     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2  
    { (exit 1); exit 1; }; } ;;  
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;  
   esac  
 fi  
   
 # Check all directory arguments for consistency.  
1095  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \  for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1096                  datadir sysconfdir sharedstatedir localstatedir includedir \                  datadir sysconfdir sharedstatedir localstatedir includedir \
1097                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1098                  libdir localedir mandir                  libdir localedir mandir
1099  do  do
1100    eval ac_val=\$$ac_var    eval ac_val=\$$ac_var
   # Remove trailing slashes.  
   case $ac_val in  
     */ )  
       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`  
       eval $ac_var=\$ac_val;;  
   esac  
   # Be sure to have absolute directory names.  
1101    case $ac_val in    case $ac_val in
1102      [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
1103      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1104    esac    esac
1105    { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2    { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1106     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1107  done  done
1108    
# Line 1190  target=$target_alias Line 1117  target=$target_alias
1117  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
1118    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
1119      cross_compiling=maybe      cross_compiling=maybe
1120      $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.      echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1121      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
1122    elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
1123      cross_compiling=yes      cross_compiling=yes
# Line 1206  test "$silent" = yes && exec 6>/dev/null Line 1133  test "$silent" = yes && exec 6>/dev/null
1133  ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
1134  ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
1135  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1136    { $as_echo "$as_me: error: working directory cannot be determined" >&2    { echo "$as_me: error: Working directory cannot be determined" >&2
1137     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1138  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1139    { $as_echo "$as_me: error: pwd does not report name of working directory" >&2    { echo "$as_me: error: pwd does not report name of working directory" >&2
1140     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1141    
1142    
# Line 1217  test "X$ac_ls_di" = "X$ac_pwd_ls_di" || Line 1144  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1144  if test -z "$srcdir"; then  if test -z "$srcdir"; then
1145    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
1146    # Try the directory containing this script, then the parent directory.    # Try the directory containing this script, then the parent directory.
1147    ac_confdir=`$as_dirname -- "$as_myself" ||    ac_confdir=`$as_dirname -- "$0" ||
1148  $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1149           X"$as_myself" : 'X\(//\)[^/]' \| \           X"$0" : 'X\(//\)[^/]' \| \
1150           X"$as_myself" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
1151           X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1152  $as_echo X"$as_myself" |  echo X"$0" |
1153      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1154              s//\1/              s//\1/
1155              q              q
# Line 1249  else Line 1176  else
1176  fi  fi
1177  if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
1178    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1179    { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1180     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1181  fi  fi
1182  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1183  ac_abs_confdir=`(  ac_abs_confdir=`(
1184          cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2          cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1185     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1186          pwd)`          pwd)`
1187  # When building in place, set srcdir=.  # When building in place, set srcdir=.
# Line 1281  if test "$ac_init_help" = "long"; then Line 1208  if test "$ac_init_help" = "long"; then
1208    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1209    # 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.
1210    cat <<_ACEOF    cat <<_ACEOF
1211  \`configure' configures GPXView 0.8.7 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.12 to adapt to many kinds of systems.
1212    
1213  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1214    
# Line 1303  Configuration: Line 1230  Configuration:
1230    
1231  Installation directories:  Installation directories:
1232    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
1233                            [$ac_default_prefix]                            [$ac_default_prefix]
1234    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1235                            [PREFIX]                            [PREFIX]
1236    
1237  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
1238  \`$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 1315  for instance \`--prefix=\$HOME'. Line 1242  for instance \`--prefix=\$HOME'.
1242  For better control, use the options below.  For better control, use the options below.
1243    
1244  Fine tuning of the installation directories:  Fine tuning of the installation directories:
1245    --bindir=DIR            user executables [EPREFIX/bin]    --bindir=DIR           user executables [EPREFIX/bin]
1246    --sbindir=DIR           system admin executables [EPREFIX/sbin]    --sbindir=DIR          system admin executables [EPREFIX/sbin]
1247    --libexecdir=DIR        program executables [EPREFIX/libexec]    --libexecdir=DIR       program executables [EPREFIX/libexec]
1248    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1249    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1250    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1251    --libdir=DIR            object code libraries [EPREFIX/lib]    --libdir=DIR           object code libraries [EPREFIX/lib]
1252    --includedir=DIR        C header files [PREFIX/include]    --includedir=DIR       C header files [PREFIX/include]
1253    --oldincludedir=DIR     C header files for non-gcc [/usr/include]    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1254    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]    --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1255    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]    --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1256    --infodir=DIR           info documentation [DATAROOTDIR/info]    --infodir=DIR          info documentation [DATAROOTDIR/info]
1257    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1258    --mandir=DIR            man documentation [DATAROOTDIR/man]    --mandir=DIR           man documentation [DATAROOTDIR/man]
1259    --docdir=DIR            documentation root [DATAROOTDIR/doc/gpxview]    --docdir=DIR           documentation root [DATAROOTDIR/doc/gpxview]
1260    --htmldir=DIR           html documentation [DOCDIR]    --htmldir=DIR          html documentation [DOCDIR]
1261    --dvidir=DIR            dvi documentation [DOCDIR]    --dvidir=DIR           dvi documentation [DOCDIR]
1262    --pdfdir=DIR            pdf documentation [DOCDIR]    --pdfdir=DIR           pdf documentation [DOCDIR]
1263    --psdir=DIR             ps documentation [DOCDIR]    --psdir=DIR            ps documentation [DOCDIR]
1264  _ACEOF  _ACEOF
1265    
1266    cat <<\_ACEOF    cat <<\_ACEOF
# Line 1342  fi Line 1269  fi
1269    
1270  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1271    case $ac_init_help in    case $ac_init_help in
1272       short | recursive ) echo "Configuration of GPXView 0.8.7:";;       short | recursive ) echo "Configuration of GPXView 0.8.12:";;
1273     esac     esac
1274    cat <<\_ACEOF    cat <<\_ACEOF
1275    
# Line 1420  fi Line 1347  fi
1347  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
1348    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
1349    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
1350      test -d "$ac_dir" ||      test -d "$ac_dir" || continue
       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||  
       continue  
1351      ac_builddir=.      ac_builddir=.
1352    
1353  case "$ac_dir" in  case "$ac_dir" in
1354  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1355  *)  *)
1356    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1357    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
1358    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1359    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
1360    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1361    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1466  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 1391  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1391        echo &&        echo &&
1392        $SHELL "$ac_srcdir/configure" --help=recursive        $SHELL "$ac_srcdir/configure" --help=recursive
1393      else      else
1394        $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1395      fi || ac_status=$?      fi || ac_status=$?
1396      cd "$ac_pwd" || { ac_status=$?; break; }      cd "$ac_pwd" || { ac_status=$?; break; }
1397    done    done
# Line 1475  fi Line 1400  fi
1400  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1401  if $ac_init_version; then  if $ac_init_version; then
1402    cat <<\_ACEOF    cat <<\_ACEOF
1403  GPXView configure 0.8.7  GPXView configure 0.8.12
1404  generated by GNU Autoconf 2.63  generated by GNU Autoconf 2.61
1405    
1406  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1407  2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1408  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1409  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1410  _ACEOF  _ACEOF
# Line 1489  cat >config.log <<_ACEOF Line 1414  cat >config.log <<_ACEOF
1414  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1415  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1416    
1417  It was created by GPXView $as_me 0.8.7, which was  It was created by GPXView $as_me 0.8.12, which was
1418  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
1419    
1420    $ $0 $@    $ $0 $@
1421    
# Line 1526  for as_dir in $PATH Line 1451  for as_dir in $PATH
1451  do  do
1452    IFS=$as_save_IFS    IFS=$as_save_IFS
1453    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1454    $as_echo "PATH: $as_dir"    echo "PATH: $as_dir"
1455  done  done
1456  IFS=$as_save_IFS  IFS=$as_save_IFS
1457    
# Line 1561  do Line 1486  do
1486      | -silent | --silent | --silen | --sile | --sil)      | -silent | --silent | --silen | --sile | --sil)
1487        continue ;;        continue ;;
1488      *\'*)      *\'*)
1489        ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1490      esac      esac
1491      case $ac_pass in      case $ac_pass in
1492      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1613  _ASBOX Line 1538  _ASBOX
1538      case $ac_val in #(      case $ac_val in #(
1539      *${as_nl}*)      *${as_nl}*)
1540        case $ac_var in #(        case $ac_var in #(
1541        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1542  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1543        esac        esac
1544        case $ac_var in #(        case $ac_var in #(
1545        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(  
1546        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
1547        esac ;;        esac ;;
1548      esac      esac
# Line 1648  _ASBOX Line 1572  _ASBOX
1572      do      do
1573        eval ac_val=\$$ac_var        eval ac_val=\$$ac_var
1574        case $ac_val in        case $ac_val in
1575        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1576        esac        esac
1577        $as_echo "$ac_var='\''$ac_val'\''"        echo "$ac_var='\''$ac_val'\''"
1578      done | sort      done | sort
1579      echo      echo
1580    
# Line 1665  _ASBOX Line 1589  _ASBOX
1589        do        do
1590          eval ac_val=\$$ac_var          eval ac_val=\$$ac_var
1591          case $ac_val in          case $ac_val in
1592          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;          *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1593          esac          esac
1594          $as_echo "$ac_var='\''$ac_val'\''"          echo "$ac_var='\''$ac_val'\''"
1595        done | sort        done | sort
1596        echo        echo
1597      fi      fi
# Line 1683  _ASBOX Line 1607  _ASBOX
1607        echo        echo
1608      fi      fi
1609      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
1610        $as_echo "$as_me: caught signal $ac_signal"        echo "$as_me: caught signal $ac_signal"
1611      $as_echo "$as_me: exit $exit_status"      echo "$as_me: exit $exit_status"
1612    } >&5    } >&5
1613    rm -f core *.core core.conftest.* &&    rm -f core *.core core.conftest.* &&
1614      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1726  _ACEOF Line 1650  _ACEOF
1650    
1651    
1652  # 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.
1653  # Prefer an explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
 ac_site_file1=NONE  
 ac_site_file2=NONE  
1654  if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
1655    ac_site_file1=$CONFIG_SITE    set x "$CONFIG_SITE"
1656  elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
1657    ac_site_file1=$prefix/share/config.site    set x "$prefix/share/config.site" "$prefix/etc/config.site"
   ac_site_file2=$prefix/etc/config.site  
1658  else  else
1659    ac_site_file1=$ac_default_prefix/share/config.site    set x "$ac_default_prefix/share/config.site" \
1660    ac_site_file2=$ac_default_prefix/etc/config.site          "$ac_default_prefix/etc/config.site"
1661  fi  fi
1662  for ac_site_file in "$ac_site_file1" "$ac_site_file2"  shift
1663    for ac_site_file
1664  do  do
   test "x$ac_site_file" = xNONE && continue  
1665    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1666      { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1667  $as_echo "$as_me: loading site script $ac_site_file" >&6;}  echo "$as_me: loading site script $ac_site_file" >&6;}
1668      sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1669      . "$ac_site_file"      . "$ac_site_file"
1670    fi    fi
# Line 1753  if test -r "$cache_file"; then Line 1674  if test -r "$cache_file"; then
1674    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1675    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1676    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1677      { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1678  $as_echo "$as_me: loading cache $cache_file" >&6;}  echo "$as_me: loading cache $cache_file" >&6;}
1679      case $cache_file in      case $cache_file in
1680        [\\/]* | ?:[\\/]* ) . "$cache_file";;        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1681        *)                      . "./$cache_file";;        *)                      . "./$cache_file";;
1682      esac      esac
1683    fi    fi
1684  else  else
1685    { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1686  $as_echo "$as_me: creating cache $cache_file" >&6;}  echo "$as_me: creating cache $cache_file" >&6;}
1687    >$cache_file    >$cache_file
1688  fi  fi
1689    
# Line 1776  for ac_var in $ac_precious_vars; do Line 1697  for ac_var in $ac_precious_vars; do
1697    eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
1698    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1699      set,)      set,)
1700        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1701  $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1702        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1703      ,set)      ,set)
1704        { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1705  $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1706        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1707      ,);;      ,);;
1708      *)      *)
1709        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1710          # differences in whitespace do not lead to failure.          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1711          ac_old_val_w=`echo x $ac_old_val`  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1712          ac_new_val_w=`echo x $ac_new_val`          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1713          if test "$ac_old_val_w" != "$ac_new_val_w"; then  echo "$as_me:   former value:  $ac_old_val" >&2;}
1714            { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1715  $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1716            ac_cache_corrupted=:          ac_cache_corrupted=:
         else  
           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5  
 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}  
           eval $ac_var=\$ac_old_val  
         fi  
         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5  
 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}  
         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5  
 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}  
1717        fi;;        fi;;
1718    esac    esac
1719    # Pass precious variables to config.status.    # Pass precious variables to config.status.
1720    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1721      case $ac_new_val in      case $ac_new_val in
1722      *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1723      *) ac_arg=$ac_var=$ac_new_val ;;      *) ac_arg=$ac_var=$ac_new_val ;;
1724      esac      esac
1725      case " $ac_configure_args " in      case " $ac_configure_args " in
# Line 1817  $as_echo "$as_me:   current value: \`$ac Line 1729  $as_echo "$as_me:   current value: \`$ac
1729    fi    fi
1730  done  done
1731  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1732    { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1733  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1734    { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5    { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1735  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5  
 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}  
1736     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1737  fi  fi
1738    
# Line 1872  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1782  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1782  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1783    # 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.
1784  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1785  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1786  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1787  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1788    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1789  else  else
1790    if test -n "$CC"; then    if test -n "$CC"; then
1791    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1888  do Line 1798  do
1798    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1799    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
1800      ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1801      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1802      break 2      break 2
1803    fi    fi
1804  done  done
# Line 1899  fi Line 1809  fi
1809  fi  fi
1810  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1811  if test -n "$CC"; then  if test -n "$CC"; then
1812    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1813  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1814  else  else
1815    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1816  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1817  fi  fi
1818    
1819    
# Line 1912  if test -z "$ac_cv_prog_CC"; then Line 1822  if test -z "$ac_cv_prog_CC"; then
1822    ac_ct_CC=$CC    ac_ct_CC=$CC
1823    # 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.
1824  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1825  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1826  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1827  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1828    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1829  else  else
1830    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1831    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 1928  do Line 1838  do
1838    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1839    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
1840      ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
1841      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1842      break 2      break 2
1843    fi    fi
1844  done  done
# Line 1939  fi Line 1849  fi
1849  fi  fi
1850  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1851  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1852    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1853  $as_echo "$ac_ct_CC" >&6; }  echo "${ECHO_T}$ac_ct_CC" >&6; }
1854  else  else
1855    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1856  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1857  fi  fi
1858    
1859    if test "x$ac_ct_CC" = x; then    if test "x$ac_ct_CC" = x; then
# Line 1951  fi Line 1861  fi
1861    else    else
1862      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
1863  yes:)  yes:)
1864  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1865  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}  whose name does not start with the host triplet.  If you think this
1866    configuration is useful to you, please write to autoconf@gnu.org." >&5
1867    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1868    whose name does not start with the host triplet.  If you think this
1869    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1870  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
1871  esac  esac
1872      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 1965  if test -z "$CC"; then Line 1879  if test -z "$CC"; then
1879            if test -n "$ac_tool_prefix"; then            if test -n "$ac_tool_prefix"; then
1880      # 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.
1881  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1882  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1883  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1884  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1885    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1886  else  else
1887    if test -n "$CC"; then    if test -n "$CC"; then
1888    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 1981  do Line 1895  do
1895    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1896    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
1897      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
1898      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1899      break 2      break 2
1900    fi    fi
1901  done  done
# Line 1992  fi Line 1906  fi
1906  fi  fi
1907  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1908  if test -n "$CC"; then  if test -n "$CC"; then
1909    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1910  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1911  else  else
1912    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1913  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1914  fi  fi
1915    
1916    
# Line 2005  fi Line 1919  fi
1919  if test -z "$CC"; then  if test -z "$CC"; then
1920    # 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.
1921  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1922  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1923  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1924  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1925    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1926  else  else
1927    if test -n "$CC"; then    if test -n "$CC"; then
1928    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2026  do Line 1940  do
1940         continue         continue
1941       fi       fi
1942      ac_cv_prog_CC="cc"      ac_cv_prog_CC="cc"
1943      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1944      break 2      break 2
1945    fi    fi
1946  done  done
# Line 2049  fi Line 1963  fi
1963  fi  fi
1964  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1965  if test -n "$CC"; then  if test -n "$CC"; then
1966    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
1967  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
1968  else  else
1969    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
1970  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
1971  fi  fi
1972    
1973    
# Line 2064  if test -z "$CC"; then Line 1978  if test -z "$CC"; then
1978    do    do
1979      # 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.
1980  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1981  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
1982  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1983  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1984    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1985  else  else
1986    if test -n "$CC"; then    if test -n "$CC"; then
1987    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 2080  do Line 1994  do
1994    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1995    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
1996      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1997      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1998      break 2      break 2
1999    fi    fi
2000  done  done
# Line 2091  fi Line 2005  fi
2005  fi  fi
2006  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
2007  if test -n "$CC"; then  if test -n "$CC"; then
2008    { $as_echo "$as_me:$LINENO: result: $CC" >&5    { echo "$as_me:$LINENO: result: $CC" >&5
2009  $as_echo "$CC" >&6; }  echo "${ECHO_T}$CC" >&6; }
2010  else  else
2011    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2012  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2013  fi  fi
2014    
2015    
# Line 2108  if test -z "$CC"; then Line 2022  if test -z "$CC"; then
2022  do  do
2023    # 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.
2024  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2025  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2026  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2027  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2028    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2029  else  else
2030    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
2031    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 2124  do Line 2038  do
2038    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2039    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
2040      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
2041      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2042      break 2      break 2
2043    fi    fi
2044  done  done
# Line 2135  fi Line 2049  fi
2049  fi  fi
2050  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
2051  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
2052    { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2053  $as_echo "$ac_ct_CC" >&6; }  echo "${ECHO_T}$ac_ct_CC" >&6; }
2054  else  else
2055    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2056  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2057  fi  fi
2058    
2059    
# Line 2151  done Line 2065  done
2065    else    else
2066      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2067  yes:)  yes:)
2068  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2069  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}  whose name does not start with the host triplet.  If you think this
2070    configuration is useful to you, please write to autoconf@gnu.org." >&5
2071    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2072    whose name does not start with the host triplet.  If you think this
2073    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2074  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2075  esac  esac
2076      CC=$ac_ct_CC      CC=$ac_ct_CC
# Line 2162  fi Line 2080  fi
2080  fi  fi
2081    
2082    
2083  test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  
2084  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2085  $as_echo "$as_me: error: no acceptable C compiler found in \$PATH  echo "$as_me: error: no acceptable C compiler found in \$PATH
2086  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2087     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2088    
2089  # Provide some information about the compiler.  # Provide some information about the compiler.
2090  $as_echo "$as_me:$LINENO: checking for C compiler version" >&5  echo "$as_me:$LINENO: checking for C compiler version" >&5
2091  set X $ac_compile  ac_compiler=`set X $ac_compile; echo $2`
 ac_compiler=$2  
2092  { (ac_try="$ac_compiler --version >&5"  { (ac_try="$ac_compiler --version >&5"
2093  case "(($ac_try" in  case "(($ac_try" in
2094    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2095    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2096  esac  esac
2097  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2098    (eval "$ac_compiler --version >&5") 2>&5    (eval "$ac_compiler --version >&5") 2>&5
2099    ac_status=$?    ac_status=$?
2100    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2101    (exit $ac_status); }    (exit $ac_status); }
2102  { (ac_try="$ac_compiler -v >&5"  { (ac_try="$ac_compiler -v >&5"
2103  case "(($ac_try" in  case "(($ac_try" in
2104    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2105    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2106  esac  esac
2107  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2108    (eval "$ac_compiler -v >&5") 2>&5    (eval "$ac_compiler -v >&5") 2>&5
2109    ac_status=$?    ac_status=$?
2110    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2111    (exit $ac_status); }    (exit $ac_status); }
2112  { (ac_try="$ac_compiler -V >&5"  { (ac_try="$ac_compiler -V >&5"
2113  case "(($ac_try" in  case "(($ac_try" in
2114    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2115    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2116  esac  esac
2117  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2118    (eval "$ac_compiler -V >&5") 2>&5    (eval "$ac_compiler -V >&5") 2>&5
2119    ac_status=$?    ac_status=$?
2120    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2121    (exit $ac_status); }    (exit $ac_status); }
2122    
2123  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
# Line 2224  main () Line 2136  main ()
2136  }  }
2137  _ACEOF  _ACEOF
2138  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2139  ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"  ac_clean_files="$ac_clean_files a.out a.exe b.out"
2140  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2141  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2142  # of exeext.  # of exeext.
2143  { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5  { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2144  $as_echo_n "checking for C compiler default output file name... " >&6; }  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2145  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2146    #
2147  # The possible output files:  # List of possible output files, starting from the most likely.
2148  ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"  # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2149    # only as a last resort.  b.out is created by i960 compilers.
2150    ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2151    #
2152    # The IRIX 6 linker writes into existing files which may not be
2153    # executable, retaining their permissions.  Remove them first so a
2154    # subsequent execution test works.
2155  ac_rmfiles=  ac_rmfiles=
2156  for ac_file in $ac_files  for ac_file in $ac_files
2157  do  do
2158    case $ac_file in    case $ac_file in
2159      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2160      * ) ac_rmfiles="$ac_rmfiles $ac_file";;      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2161    esac    esac
2162  done  done
# Line 2250  case "(($ac_try" in Line 2167  case "(($ac_try" in
2167    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2168    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2169  esac  esac
2170  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2171    (eval "$ac_link_default") 2>&5    (eval "$ac_link_default") 2>&5
2172    ac_status=$?    ac_status=$?
2173    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2174    (exit $ac_status); }; then    (exit $ac_status); }; then
2175    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2176  # 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 2265  for ac_file in $ac_files '' Line 2181  for ac_file in $ac_files ''
2181  do  do
2182    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2183    case $ac_file in    case $ac_file in
2184      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2185          ;;          ;;
2186      [ab].out )      [ab].out )
2187          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
# Line 2292  else Line 2208  else
2208    ac_file=''    ac_file=''
2209  fi  fi
2210    
2211  { $as_echo "$as_me:$LINENO: result: $ac_file" >&5  { echo "$as_me:$LINENO: result: $ac_file" >&5
2212  $as_echo "$ac_file" >&6; }  echo "${ECHO_T}$ac_file" >&6; }
2213  if test -z "$ac_file"; then  if test -z "$ac_file"; then
2214    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2215  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2216    
2217  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables  
2218  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2219  $as_echo "$as_me: error: C compiler cannot create executables  echo "$as_me: error: C compiler cannot create executables
2220  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2221     { (exit 77); exit 77; }; }; }     { (exit 77); exit 77; }; }
2222  fi  fi
2223    
2224  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2225    
2226  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2227  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2228  { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5  { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2229  $as_echo_n "checking whether the C compiler works... " >&6; }  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2230  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2231  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2232  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2321  if test "$cross_compiling" != yes; then Line 2235  if test "$cross_compiling" != yes; then
2235    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2236    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2237  esac  esac
2238  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2239    (eval "$ac_try") 2>&5    (eval "$ac_try") 2>&5
2240    ac_status=$?    ac_status=$?
2241    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2242    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2243      cross_compiling=no      cross_compiling=no
2244    else    else
2245      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2246          cross_compiling=yes          cross_compiling=yes
2247      else      else
2248          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.  
2249  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2250  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2251  $as_echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
2252  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
2253  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2254     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2255      fi      fi
2256    fi    fi
2257  fi  fi
2258  { $as_echo "$as_me:$LINENO: result: yes" >&5  { echo "$as_me:$LINENO: result: yes" >&5
2259  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2260    
2261  rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out  rm -f a.out a.exe conftest$ac_cv_exeext b.out
2262  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2263  # Check that the compiler produces executables we can run.  If not, either  # Check that the compiler produces executables we can run.  If not, either
2264  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2265  { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5  { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2266  $as_echo_n "checking whether we are cross compiling... " >&6; }  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2267  { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5  { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2268  $as_echo "$cross_compiling" >&6; }  echo "${ECHO_T}$cross_compiling" >&6; }
2269    
2270  { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5  { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2271  $as_echo_n "checking for suffix of executables... " >&6; }  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2272  if { (ac_try="$ac_link"  if { (ac_try="$ac_link"
2273  case "(($ac_try" in  case "(($ac_try" in
2274    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2275    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2276  esac  esac
2277  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2278    (eval "$ac_link") 2>&5    (eval "$ac_link") 2>&5
2279    ac_status=$?    ac_status=$?
2280    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2281    (exit $ac_status); }; then    (exit $ac_status); }; then
2282    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2283  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 2376  $as_echo "$ac_try_echo") >&5 Line 2286  $as_echo "$ac_try_echo") >&5
2286  for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
2287    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2288    case $ac_file in    case $ac_file in
2289      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2290      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2291            break;;            break;;
2292      * ) break;;      * ) break;;
2293    esac    esac
2294  done  done
2295  else  else
2296    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link  
2297  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2298  $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2299  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2300     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2301  fi  fi
2302    
2303  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2304  { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5  { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2305  $as_echo "$ac_cv_exeext" >&6; }  echo "${ECHO_T}$ac_cv_exeext" >&6; }
2306    
2307  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2308  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2309  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2310  { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5  { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2311  $as_echo_n "checking for suffix of object files... " >&6; }  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2312  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2313    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2314  else  else
2315    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2316  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2425  case "(($ac_try" in Line 2333  case "(($ac_try" in
2333    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2334    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2335  esac  esac
2336  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2337    (eval "$ac_compile") 2>&5    (eval "$ac_compile") 2>&5
2338    ac_status=$?    ac_status=$?
2339    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2340    (exit $ac_status); }; then    (exit $ac_status); }; then
2341    for ac_file in conftest.o conftest.obj conftest.*; do    for ac_file in conftest.o conftest.obj conftest.*; do
2342    test -f "$ac_file" || continue;    test -f "$ac_file" || continue;
2343    case $ac_file in    case $ac_file in
2344      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2345      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2346         break;;         break;;
2347    esac    esac
2348  done  done
2349  else  else
2350    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2351  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2352    
2353  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  
2354  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
2355  $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile  echo "$as_me: error: cannot compute suffix of object files: cannot compile
2356  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
2357     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
2358  fi  fi
2359    
2360  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2361  fi  fi
2362  { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5  { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2363  $as_echo "$ac_cv_objext" >&6; }  echo "${ECHO_T}$ac_cv_objext" >&6; }
2364  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2365  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2366  { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5  { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2367  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2368  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2369    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2370  else  else
2371    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2372  /* confdefs.h.  */  /* confdefs.h.  */
# Line 2487  case "(($ac_try" in Line 2392  case "(($ac_try" in
2392    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2393    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2394  esac  esac
2395  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2396    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2397    ac_status=$?    ac_status=$?
2398    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2399    rm -f conftest.er1    rm -f conftest.er1
2400    cat conftest.err >&5    cat conftest.err >&5
2401    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2402    (exit $ac_status); } && {    (exit $ac_status); } && {
2403           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2404           test ! -s conftest.err           test ! -s conftest.err
2405         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2406    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2407  else  else
2408    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2409  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2410    
2411          ac_compiler_gnu=no          ac_compiler_gnu=no
# Line 2511  rm -f core conftest.err conftest.$ac_obj Line 2415  rm -f core conftest.err conftest.$ac_obj
2415  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2416    
2417  fi  fi
2418  { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2419  $as_echo "$ac_cv_c_compiler_gnu" >&6; }  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2420  if test $ac_compiler_gnu = yes; then  GCC=`test $ac_compiler_gnu = yes && echo yes`
   GCC=yes  
 else  
   GCC=  
 fi  
2421  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2422  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2423  { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2424  $as_echo_n "checking whether $CC accepts -g... " >&6; }  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2425  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2426    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2427  else  else
2428    ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
2429     ac_c_werror_flag=yes     ac_c_werror_flag=yes
# Line 2550  case "(($ac_try" in Line 2450  case "(($ac_try" in
2450    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2451    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2452  esac  esac
2453  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2454    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2455    ac_status=$?    ac_status=$?
2456    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2457    rm -f conftest.er1    rm -f conftest.er1
2458    cat conftest.err >&5    cat conftest.err >&5
2459    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460    (exit $ac_status); } && {    (exit $ac_status); } && {
2461           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2462           test ! -s conftest.err           test ! -s conftest.err
2463         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2464    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2465  else  else
2466    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2467  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2468    
2469          CFLAGS=""          CFLAGS=""
# Line 2589  case "(($ac_try" in Line 2488  case "(($ac_try" in
2488    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2489    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2490  esac  esac
2491  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2492    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2493    ac_status=$?    ac_status=$?
2494    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2495    rm -f conftest.er1    rm -f conftest.er1
2496    cat conftest.err >&5    cat conftest.err >&5
2497    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498    (exit $ac_status); } && {    (exit $ac_status); } && {
2499           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2500           test ! -s conftest.err           test ! -s conftest.err
2501         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2502    :    :
2503  else  else
2504    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2505  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2506    
2507          ac_c_werror_flag=$ac_save_c_werror_flag          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 2629  case "(($ac_try" in Line 2527  case "(($ac_try" in
2527    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2528    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2529  esac  esac
2530  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2531    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2532    ac_status=$?    ac_status=$?
2533    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2534    rm -f conftest.er1    rm -f conftest.er1
2535    cat conftest.err >&5    cat conftest.err >&5
2536    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2537    (exit $ac_status); } && {    (exit $ac_status); } && {
2538           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2539           test ! -s conftest.err           test ! -s conftest.err
2540         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2541    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2542  else  else
2543    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2544  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2545    
2546    
# Line 2658  fi Line 2555  fi
2555  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2556     ac_c_werror_flag=$ac_save_c_werror_flag     ac_c_werror_flag=$ac_save_c_werror_flag
2557  fi  fi
2558  { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2559  $as_echo "$ac_cv_prog_cc_g" >&6; }  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2560  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2561    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
2562  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
# Line 2675  else Line 2572  else
2572      CFLAGS=      CFLAGS=
2573    fi    fi
2574  fi  fi
2575  { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5  { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2576  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }  echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2577  if test "${ac_cv_prog_cc_c89+set}" = set; then  if test "${ac_cv_prog_cc_c89+set}" = set; then
2578    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2579  else  else
2580    ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
2581  ac_save_CC=$CC  ac_save_CC=$CC
# Line 2749  case "(($ac_try" in Line 2646  case "(($ac_try" in
2646    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2647    *) ac_try_echo=$ac_try;;    *) ac_try_echo=$ac_try;;
2648  esac  esac
2649  eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""  eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 $as_echo "$ac_try_echo") >&5  
2650    (eval "$ac_compile") 2>conftest.er1    (eval "$ac_compile") 2>conftest.er1
2651    ac_status=$?    ac_status=$?
2652    grep -v '^ *+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2653    rm -f conftest.er1    rm -f conftest.er1
2654    cat conftest.err >&5    cat conftest.err >&5
2655    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2656    (exit $ac_status); } && {    (exit $ac_status); } && {
2657           test -z "$ac_c_werror_flag" ||           test -z "$ac_c_werror_flag" ||
2658           test ! -s conftest.err           test ! -s conftest.err
2659         } && test -s conftest.$ac_objext; then         } && test -s conftest.$ac_objext; then
2660    ac_cv_prog_cc_c89=$ac_arg    ac_cv_prog_cc_c89=$ac_arg
2661  else  else
2662    $as_echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2663  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2664    
2665    
# Line 2779  fi Line 2675  fi
2675  # AC_CACHE_VAL  # AC_CACHE_VAL
2676  case "x$ac_cv_prog_cc_c89" in  case "x$ac_cv_prog_cc_c89" in
2677    x)    x)
2678      { $as_echo "$as_me:$LINENO: result: none needed" >&5      { echo "$as_me:$LINENO: result: none needed" >&5
2679  $as_echo "none needed" >&6; } ;;  echo "${ECHO_T}none needed" >&6; } ;;
2680    xno)    xno)
2681      { $as_echo "$as_me:$LINENO: result: unsupported" >&5      { echo "$as_me:$LINENO: result: unsupported" >&5
2682  $as_echo "unsupported" >&6; } ;;  echo "${ECHO_T}unsupported" >&6; } ;;
2683    *)    *)
2684      CC="$CC $ac_cv_prog_cc_c89"      CC="$CC $ac_cv_prog_cc_c89"
2685      { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5      { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2686  $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;  echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2687  esac  esac
2688    
2689    
# Line 2814  for ac_dir in "$srcdir" "$srcdir/.." "$s Line 2710  for ac_dir in "$srcdir" "$srcdir/.." "$s
2710    fi    fi
2711  done  done
2712  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2713    { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2714  $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}  echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2715     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2716  fi  fi
2717    
# Line 2841  ac_configure="$SHELL $ac_aux_dir/configu Line 2737  ac_configure="$SHELL $ac_aux_dir/configu
2737  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2738  # OS/2's system install, which has a completely different semantic  # OS/2's system install, which has a completely different semantic
2739  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2740  # Reject install programs that cannot install multiple files.  { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2741  { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 $as_echo_n "checking for a BSD-compatible install... " >&6; }  
2742  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2743  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2744    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2745  else  else
2746    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2747  for as_dir in $PATH  for as_dir in $PATH
# Line 2875  case $as_dir/ in Line 2770  case $as_dir/ in
2770              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
2771              :              :
2772            else            else
2773              rm -rf conftest.one conftest.two conftest.dir              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2774              echo one > conftest.one              break 3
             echo two > conftest.two  
             mkdir conftest.dir  
             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&  
               test -s conftest.one && test -s conftest.two &&  
               test -s conftest.dir/conftest.one &&  
               test -s conftest.dir/conftest.two  
             then  
               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"  
               break 3  
             fi  
2775            fi            fi
2776          fi          fi
2777        done        done
2778      done      done
2779      ;;      ;;
2780  esac  esac
   
2781  done  done
2782  IFS=$as_save_IFS  IFS=$as_save_IFS
2783    
 rm -rf conftest.one conftest.two conftest.dir  
2784    
2785  fi  fi
2786    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2910  fi Line 2793  fi
2793      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2794    fi    fi
2795  fi  fi
2796  { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5  { echo "$as_me:$LINENO: result: $INSTALL" >&5
2797  $as_echo "$INSTALL" >&6; }  echo "${ECHO_T}$INSTALL" >&6; }
2798    
2799  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2800  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
# Line 2921  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2804  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2804    
2805  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2806    
2807  { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5  { echo "$as_me:$LINENO: checking whether ln -s works" >&5
2808  $as_echo_n "checking whether ln -s works... " >&6; }  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
2809  LN_S=$as_ln_s  LN_S=$as_ln_s
2810  if test "$LN_S" = "ln -s"; then  if test "$LN_S" = "ln -s"; then
2811    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
2812  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2813  else  else
2814    { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5    { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2815  $as_echo "no, using $LN_S" >&6; }  echo "${ECHO_T}no, using $LN_S" >&6; }
2816  fi  fi
2817    
2818  { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2819  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2820  set x ${MAKE-make}  set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  
2821  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
2822    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2823  else  else
2824    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
2825  SHELL = /bin/sh  SHELL = /bin/sh
# Line 2954  esac Line 2836  esac
2836  rm -f conftest.make  rm -f conftest.make
2837  fi  fi
2838  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2839    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
2840  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2841    SET_MAKE=    SET_MAKE=
2842  else  else
2843    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2844  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2845    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
2846  fi  fi
2847    
# Line 2992  if test "x$ac_cv_env_PKG_CONFIG_set" != Line 2874  if test "x$ac_cv_env_PKG_CONFIG_set" !=
2874          if test -n "$ac_tool_prefix"; then          if test -n "$ac_tool_prefix"; then
2875    # 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.
2876  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2877  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2878  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2879  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2880    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2881  else  else
2882    case $PKG_CONFIG in    case $PKG_CONFIG in
2883    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 3010  do Line 2892  do
2892    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2893    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
2894      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2895      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2896      break 2      break 2
2897    fi    fi
2898  done  done
# Line 3022  esac Line 2904  esac
2904  fi  fi
2905  PKG_CONFIG=$ac_cv_path_PKG_CONFIG  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2906  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2907    { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5    { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2908  $as_echo "$PKG_CONFIG" >&6; }  echo "${ECHO_T}$PKG_CONFIG" >&6; }
2909  else  else
2910    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2911  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2912  fi  fi
2913    
2914    
# Line 3035  if test -z "$ac_cv_path_PKG_CONFIG"; the Line 2917  if test -z "$ac_cv_path_PKG_CONFIG"; the
2917    ac_pt_PKG_CONFIG=$PKG_CONFIG    ac_pt_PKG_CONFIG=$PKG_CONFIG
2918    # 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.
2919  set dummy pkg-config; ac_word=$2  set dummy pkg-config; ac_word=$2
2920  { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5  { echo "$as_me:$LINENO: checking for $ac_word" >&5
2921  $as_echo_n "checking for $ac_word... " >&6; }  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2922  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then  if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2923    $as_echo_n "(cached) " >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2924  else  else
2925    case $ac_pt_PKG_CONFIG in    case $ac_pt_PKG_CONFIG in
2926    [\\/]* | ?:[\\/]*)    [\\/]* | ?:[\\/]*)
# Line 3053  do Line 2935  do
2935    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
2936    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
2937      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"
2938      $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2939      break 2      break 2
2940    fi    fi
2941  done  done
# Line 3065  esac Line 2947  esac
2947  fi  fi
2948  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2949  if test -n "$ac_pt_PKG_CONFIG"; then  if test -n "$ac_pt_PKG_CONFIG"; then
2950    { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5    { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2951  $as_echo "$ac_pt_PKG_CONFIG" >&6; }  echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2952  else  else
2953    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
2954  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2955  fi  fi
2956    
2957    if test "x$ac_pt_PKG_CONFIG" = x; then    if test "x$ac_pt_PKG_CONFIG" = x; then
# Line 3077  fi Line 2959  fi
2959    else    else
2960      case $cross_compiling:$ac_tool_warned in      case $cross_compiling:$ac_tool_warned in
2961  yes:)  yes:)
2962  { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5  { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2963  $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}  whose name does not start with the host triplet.  If you think this
2964    configuration is useful to you, please write to autoconf@gnu.org." >&5
2965    echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2966    whose name does not start with the host triplet.  If you think this
2967    configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2968  ac_tool_warned=yes ;;  ac_tool_warned=yes ;;
2969  esac  esac
2970      PKG_CONFIG=$ac_pt_PKG_CONFIG      PKG_CONFIG=$ac_pt_PKG_CONFIG
# Line 3090  fi Line 2976  fi
2976  fi  fi
2977  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2978          _pkg_min_version=0.9.0          _pkg_min_version=0.9.0
2979          { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5          { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2980  $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }  echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
2981          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then          if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2982                  { $as_echo "$as_me:$LINENO: result: yes" >&5                  { echo "$as_me:$LINENO: result: yes" >&5
2983  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
2984          else          else
2985                  { $as_echo "$as_me:$LINENO: result: no" >&5                  { echo "$as_me:$LINENO: result: no" >&5
2986  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
2987                  PKG_CONFIG=""                  PKG_CONFIG=""
2988          fi          fi
2989    
2990  fi  fi
2991    
2992  pkg_failed=no  pkg_failed=no
2993  { $as_echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5  { echo "$as_me:$LINENO: checking for gnome_vfs_module" >&5
2994  $as_echo_n "checking for gnome_vfs_module... " >&6; }  echo $ECHO_N "checking for gnome_vfs_module... $ECHO_C" >&6; }
2995    
2996  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
2997      if test -n "$gnome_vfs_module_CFLAGS"; then      if test -n "$gnome_vfs_module_CFLAGS"; then
2998          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"          pkg_cv_gnome_vfs_module_CFLAGS="$gnome_vfs_module_CFLAGS"
2999      else      else
3000          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3001      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3002    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3003    ac_status=$?    ac_status=$?
3004    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005    (exit $ac_status); }; then    (exit $ac_status); }; then
3006    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`
3007  else  else
# Line 3130  if test -n "$PKG_CONFIG"; then Line 3016  if test -n "$PKG_CONFIG"; then
3016          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"          pkg_cv_gnome_vfs_module_LIBS="$gnome_vfs_module_LIBS"
3017      else      else
3018          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3019      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-module-2.0\"") >&5
3020    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gnome-vfs-module-2.0") 2>&5
3021    ac_status=$?    ac_status=$?
3022    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3023    (exit $ac_status); }; then    (exit $ac_status); }; then
3024    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`
3025  else  else
# Line 3161  fi Line 3047  fi
3047          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3048          echo "$gnome_vfs_module_PKG_ERRORS" >&5          echo "$gnome_vfs_module_PKG_ERRORS" >&5
3049    
3050          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3051  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3052                  { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3053  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3054     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3055  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3056          { { $as_echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: gnome-vfs-module-2.0 missing" >&5
3057  $as_echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}  echo "$as_me: error: gnome-vfs-module-2.0 missing" >&2;}
3058     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3059  else  else
3060          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS          gnome_vfs_module_CFLAGS=$pkg_cv_gnome_vfs_module_CFLAGS
3061          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS          gnome_vfs_module_LIBS=$pkg_cv_gnome_vfs_module_LIBS
3062          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3063  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3064          :          :
3065  fi  fi
3066  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"  CFLAGS="$CFLAGS $gnome_vfs_module_CFLAGS"
# Line 3183  LIBS="$LIBS $gnome_vfs_module_LIBS" Line 3069  LIBS="$LIBS $gnome_vfs_module_LIBS"
3069  # check for libxml-2.0  # check for libxml-2.0
3070    
3071  pkg_failed=no  pkg_failed=no
3072  { $as_echo "$as_me:$LINENO: checking for libxml2" >&5  { echo "$as_me:$LINENO: checking for libxml2" >&5
3073  $as_echo_n "checking for libxml2... " >&6; }  echo $ECHO_N "checking for libxml2... $ECHO_C" >&6; }
3074    
3075  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3076      if test -n "$libxml2_CFLAGS"; then      if test -n "$libxml2_CFLAGS"; then
3077          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"          pkg_cv_libxml2_CFLAGS="$libxml2_CFLAGS"
3078      else      else
3079          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3080      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3081    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3082    ac_status=$?    ac_status=$?
3083    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3084    (exit $ac_status); }; then    (exit $ac_status); }; then
3085    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`
3086  else  else
# Line 3209  if test -n "$PKG_CONFIG"; then Line 3095  if test -n "$PKG_CONFIG"; then
3095          pkg_cv_libxml2_LIBS="$libxml2_LIBS"          pkg_cv_libxml2_LIBS="$libxml2_LIBS"
3096      else      else
3097          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3098      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
3099    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
3100    ac_status=$?    ac_status=$?
3101    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3102    (exit $ac_status); }; then    (exit $ac_status); }; then
3103    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`
3104  else  else
# Line 3240  fi Line 3126  fi
3126          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3127          echo "$libxml2_PKG_ERRORS" >&5          echo "$libxml2_PKG_ERRORS" >&5
3128    
3129          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3130  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3131                  { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3132  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}  echo "$as_me: error: libxml-2.0 missing" >&2;}
3133     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3134  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3135          { { $as_echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: libxml-2.0 missing" >&5
3136  $as_echo "$as_me: error: libxml-2.0 missing" >&2;}  echo "$as_me: error: libxml-2.0 missing" >&2;}
3137     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3138  else  else
3139          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS          libxml2_CFLAGS=$pkg_cv_libxml2_CFLAGS
3140          libxml2_LIBS=$pkg_cv_libxml2_LIBS          libxml2_LIBS=$pkg_cv_libxml2_LIBS
3141          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3142  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3143          :          :
3144  fi  fi
3145  CFLAGS="$CFLAGS $libxml2_CFLAGS"  CFLAGS="$CFLAGS $libxml2_CFLAGS"
# Line 3261  LIBS="$LIBS $libxml2_LIBS" Line 3147  LIBS="$LIBS $libxml2_LIBS"
3147  # check for libsoup  # check for libsoup
3148    
3149  pkg_failed=no  pkg_failed=no
3150  { $as_echo "$as_me:$LINENO: checking for libsoup24" >&5  { echo "$as_me:$LINENO: checking for libsoup24" >&5
3151  $as_echo_n "checking for libsoup24... " >&6; }  echo $ECHO_N "checking for libsoup24... $ECHO_C" >&6; }
3152    
3153  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3154      if test -n "$libsoup24_CFLAGS"; then      if test -n "$libsoup24_CFLAGS"; then
3155          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"          pkg_cv_libsoup24_CFLAGS="$libsoup24_CFLAGS"
3156      else      else
3157          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3158      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3159    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3160    ac_status=$?    ac_status=$?
3161    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162    (exit $ac_status); }; then    (exit $ac_status); }; then
3163    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`
3164  else  else
# Line 3287  if test -n "$PKG_CONFIG"; then Line 3173  if test -n "$PKG_CONFIG"; then
3173          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"          pkg_cv_libsoup24_LIBS="$libsoup24_LIBS"
3174      else      else
3175          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3176      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5
3177    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
3178    ac_status=$?    ac_status=$?
3179    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180    (exit $ac_status); }; then    (exit $ac_status); }; then
3181    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`
3182  else  else
# Line 3318  fi Line 3204  fi
3204          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3205          echo "$libsoup24_PKG_ERRORS" >&5          echo "$libsoup24_PKG_ERRORS" >&5
3206    
3207          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3208  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3209    
3210    
3211  pkg_failed=no  pkg_failed=no
3212  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5  { echo "$as_me:$LINENO: checking for libsoup22" >&5
3213  $as_echo_n "checking for libsoup22... " >&6; }  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }
3214    
3215  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3216      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3217          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3218      else      else
3219          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3220      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3221    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3222    ac_status=$?    ac_status=$?
3223    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3224    (exit $ac_status); }; then    (exit $ac_status); }; then
3225    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`
3226  else  else
# Line 3349  if test -n "$PKG_CONFIG"; then Line 3235  if test -n "$PKG_CONFIG"; then
3235          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3236      else      else
3237          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3238      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3239    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3240    ac_status=$?    ac_status=$?
3241    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242    (exit $ac_status); }; then    (exit $ac_status); }; then
3243    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`
3244  else  else
# Line 3380  fi Line 3266  fi
3266          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3267          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3268    
3269          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3270  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3271    
3272      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3273  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3274    
3275  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3276    
3277      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3278  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3279    
3280  else  else
3281          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3282          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3283          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3284  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3285    
3286      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3287      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3407  elif test $pkg_failed = untried; then Line 3293  elif test $pkg_failed = untried; then
3293    
3294    
3295  pkg_failed=no  pkg_failed=no
3296  { $as_echo "$as_me:$LINENO: checking for libsoup22" >&5  { echo "$as_me:$LINENO: checking for libsoup22" >&5
3297  $as_echo_n "checking for libsoup22... " >&6; }  echo $ECHO_N "checking for libsoup22... $ECHO_C" >&6; }
3298    
3299  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3300      if test -n "$libsoup22_CFLAGS"; then      if test -n "$libsoup22_CFLAGS"; then
3301          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"          pkg_cv_libsoup22_CFLAGS="$libsoup22_CFLAGS"
3302      else      else
3303          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3304      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3305    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3306    ac_status=$?    ac_status=$?
3307    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308    (exit $ac_status); }; then    (exit $ac_status); }; then
3309    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`
3310  else  else
# Line 3433  if test -n "$PKG_CONFIG"; then Line 3319  if test -n "$PKG_CONFIG"; then
3319          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"          pkg_cv_libsoup22_LIBS="$libsoup22_LIBS"
3320      else      else
3321          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3322      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.2\"") >&5
3323    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5    ($PKG_CONFIG --exists --print-errors "libsoup-2.2") 2>&5
3324    ac_status=$?    ac_status=$?
3325    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3326    (exit $ac_status); }; then    (exit $ac_status); }; then
3327    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`
3328  else  else
# Line 3464  fi Line 3350  fi
3350          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3351          echo "$libsoup22_PKG_ERRORS" >&5          echo "$libsoup22_PKG_ERRORS" >&5
3352    
3353          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3354  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3355    
3356      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3357  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3358    
3359  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3360    
3361      { $as_echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5      { echo "$as_me:$LINENO: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&5
3362  $as_echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}  echo "$as_me: WARNING: libsoup-2.4/2.2 missing, disabling internal map" >&6;}
3363    
3364  else  else
3365          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS          libsoup22_CFLAGS=$pkg_cv_libsoup22_CFLAGS
3366          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS          libsoup22_LIBS=$pkg_cv_libsoup22_LIBS
3367          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3368  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3369    
3370      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"      EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3371      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"      CFLAGS="$CFLAGS $libsoup22_CFLAGS -DLIBSOUP22 -DENABLE_OSM_GPS_MAP"
# Line 3490  fi Line 3376  fi
3376  else  else
3377          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS          libsoup24_CFLAGS=$pkg_cv_libsoup24_CFLAGS
3378          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS          libsoup24_LIBS=$pkg_cv_libsoup24_LIBS
3379          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3380  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3381    
3382    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"
3383    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"    CFLAGS="$CFLAGS $libsoup24_CFLAGS -DENABLE_OSM_GPS_MAP"
# Line 3502  fi Line 3388  fi
3388  # check for gtkhtml-3.14  # check for gtkhtml-3.14
3389    
3390  pkg_failed=no  pkg_failed=no
3391  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_14" >&5
3392  $as_echo_n "checking for libgtkhtml3_14... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_14... $ECHO_C" >&6; }
3393    
3394  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3395      if test -n "$libgtkhtml3_14_CFLAGS"; then      if test -n "$libgtkhtml3_14_CFLAGS"; then
3396          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"          pkg_cv_libgtkhtml3_14_CFLAGS="$libgtkhtml3_14_CFLAGS"
3397      else      else
3398          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3399      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3400    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3401    ac_status=$?    ac_status=$?
3402    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403    (exit $ac_status); }; then    (exit $ac_status); }; then
3404    pkg_cv_libgtkhtml3_14_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14" 2>/dev/null`    pkg_cv_libgtkhtml3_14_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14" 2>/dev/null`
3405  else  else
# Line 3528  if test -n "$PKG_CONFIG"; then Line 3414  if test -n "$PKG_CONFIG"; then
3414          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"          pkg_cv_libgtkhtml3_14_LIBS="$libgtkhtml3_14_LIBS"
3415      else      else
3416          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3417      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5
3418    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5
3419    ac_status=$?    ac_status=$?
3420    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3421    (exit $ac_status); }; then    (exit $ac_status); }; then
3422    pkg_cv_libgtkhtml3_14_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14" 2>/dev/null`    pkg_cv_libgtkhtml3_14_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14" 2>/dev/null`
3423  else  else
# Line 3559  fi Line 3445  fi
3445          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3446          echo "$libgtkhtml3_14_PKG_ERRORS" >&5          echo "$libgtkhtml3_14_PKG_ERRORS" >&5
3447    
3448          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3449  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3450    
3451    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3452    
3453  pkg_failed=no  pkg_failed=no
3454  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3455  $as_echo_n "checking for libgtkhtml3_8... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }
3456    
3457  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3458      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3459          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3460      else      else
3461          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3462      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3463    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3464    ac_status=$?    ac_status=$?
3465    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3466    (exit $ac_status); }; then    (exit $ac_status); }; then
3467    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`
3468  else  else
# Line 3591  if test -n "$PKG_CONFIG"; then Line 3477  if test -n "$PKG_CONFIG"; then
3477          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3478      else      else
3479          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3480      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3481    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3482    ac_status=$?    ac_status=$?
3483    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484    (exit $ac_status); }; then    (exit $ac_status); }; then
3485    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`
3486  else  else
# Line 3622  fi Line 3508  fi
3508          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3509          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3510    
3511          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3512  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3513                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3514  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3515     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3516  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3517          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3518  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3519     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3520  else  else
3521          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3522          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3523          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3524  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3525    
3526      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3527      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3647  elif test $pkg_failed = untried; then Line 3533  elif test $pkg_failed = untried; then
3533    # ok, we can also live with 3.8    # ok, we can also live with 3.8
3534    
3535  pkg_failed=no  pkg_failed=no
3536  { $as_echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5  { echo "$as_me:$LINENO: checking for libgtkhtml3_8" >&5
3537  $as_echo_n "checking for libgtkhtml3_8... " >&6; }  echo $ECHO_N "checking for libgtkhtml3_8... $ECHO_C" >&6; }
3538    
3539  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3540      if test -n "$libgtkhtml3_8_CFLAGS"; then      if test -n "$libgtkhtml3_8_CFLAGS"; then
3541          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"          pkg_cv_libgtkhtml3_8_CFLAGS="$libgtkhtml3_8_CFLAGS"
3542      else      else
3543          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3544      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3545    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3546    ac_status=$?    ac_status=$?
3547    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3548    (exit $ac_status); }; then    (exit $ac_status); }; then
3549    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null`
3550  else  else
# Line 3673  if test -n "$PKG_CONFIG"; then Line 3559  if test -n "$PKG_CONFIG"; then
3559          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"          pkg_cv_libgtkhtml3_8_LIBS="$libgtkhtml3_8_LIBS"
3560      else      else
3561          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3562      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5
3563    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5    ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5
3564    ac_status=$?    ac_status=$?
3565    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3566    (exit $ac_status); }; then    (exit $ac_status); }; then
3567    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`    pkg_cv_libgtkhtml3_8_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null`
3568  else  else
# Line 3704  fi Line 3590  fi
3590          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3591          echo "$libgtkhtml3_8_PKG_ERRORS" >&5          echo "$libgtkhtml3_8_PKG_ERRORS" >&5
3592    
3593          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3594  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3595                  { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5                  { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3596  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3597     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3598  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3599          { { $as_echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5          { { echo "$as_me:$LINENO: error: libgtkhtml-3 missing" >&5
3600  $as_echo "$as_me: error: libgtkhtml-3 missing" >&2;}  echo "$as_me: error: libgtkhtml-3 missing" >&2;}
3601     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3602  else  else
3603          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS          libgtkhtml3_8_CFLAGS=$pkg_cv_libgtkhtml3_8_CFLAGS
3604          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS          libgtkhtml3_8_LIBS=$pkg_cv_libgtkhtml3_8_LIBS
3605          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3606  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3607    
3608      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"      CFLAGS="$CFLAGS $libgtkhtml3_8_CFLAGS"
3609      LIBS="$LIBS $libgtkhtml3_8_LIBS"      LIBS="$LIBS $libgtkhtml3_8_LIBS"
# Line 3727  fi Line 3613  fi
3613  else  else
3614          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS          libgtkhtml3_14_CFLAGS=$pkg_cv_libgtkhtml3_14_CFLAGS
3615          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS          libgtkhtml3_14_LIBS=$pkg_cv_libgtkhtml3_14_LIBS
3616          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3617  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3618    
3619    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"    CFLAGS="$CFLAGS $libgtkhtml3_14_CFLAGS"
3620    LIBS="$LIBS $libgtkhtml3_14_LIBS"    LIBS="$LIBS $libgtkhtml3_14_LIBS"
# Line 3736  $as_echo "yes" >&6; } Line 3622  $as_echo "yes" >&6; }
3622  fi  fi
3623    
3624  # check for maemo  # check for maemo
3625  { $as_echo "$as_me:$LINENO: checking for Maemo" >&5  { echo "$as_me:$LINENO: checking for Maemo" >&5
3626  $as_echo_n "checking for Maemo... " >&6; }  echo $ECHO_N "checking for Maemo... $ECHO_C" >&6; }
3627  if test -n "$PKG_CONFIG" && \  if test -n "$PKG_CONFIG" && \
3628      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
3629    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3630    ac_status=$?    ac_status=$?
3631    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632    (exit $ac_status); }; then    (exit $ac_status); }; then
3633    
3634    MAEMO="yes"    MAEMO="yes"
3635    { $as_echo "$as_me:$LINENO: result: yes" >&5    { echo "$as_me:$LINENO: result: yes" >&5
3636  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3637    
3638    
3639  pkg_failed=no  pkg_failed=no
3640  { $as_echo "$as_me:$LINENO: checking for hildon" >&5  { echo "$as_me:$LINENO: checking for hildon" >&5
3641  $as_echo_n "checking for hildon... " >&6; }  echo $ECHO_N "checking for hildon... $ECHO_C" >&6; }
3642    
3643  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3644      if test -n "$hildon_CFLAGS"; then      if test -n "$hildon_CFLAGS"; then
3645          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"          pkg_cv_hildon_CFLAGS="$hildon_CFLAGS"
3646      else      else
3647          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3648      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3649    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3650    ac_status=$?    ac_status=$?
3651    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3652    (exit $ac_status); }; then    (exit $ac_status); }; then
3653    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`    pkg_cv_hildon_CFLAGS=`$PKG_CONFIG --cflags "hildon-1" 2>/dev/null`
3654  else  else
# Line 3777  if test -n "$PKG_CONFIG"; then Line 3663  if test -n "$PKG_CONFIG"; then
3663          pkg_cv_hildon_LIBS="$hildon_LIBS"          pkg_cv_hildon_LIBS="$hildon_LIBS"
3664      else      else
3665          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3666      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1\"") >&5
3667    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-1") 2>&5
3668    ac_status=$?    ac_status=$?
3669    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670    (exit $ac_status); }; then    (exit $ac_status); }; then
3671    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`    pkg_cv_hildon_LIBS=`$PKG_CONFIG --libs "hildon-1" 2>/dev/null`
3672  else  else
# Line 3808  fi Line 3694  fi
3694          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3695          echo "$hildon_PKG_ERRORS" >&5          echo "$hildon_PKG_ERRORS" >&5
3696    
3697          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3698  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3699                  { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5                  { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3700  $as_echo "$as_me: error: hildon-1 missing" >&2;}  echo "$as_me: error: hildon-1 missing" >&2;}
3701     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3702  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3703          { { $as_echo "$as_me:$LINENO: error: hildon-1 missing" >&5          { { echo "$as_me:$LINENO: error: hildon-1 missing" >&5
3704  $as_echo "$as_me: error: hildon-1 missing" >&2;}  echo "$as_me: error: hildon-1 missing" >&2;}
3705     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3706  else  else
3707          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS          hildon_CFLAGS=$pkg_cv_hildon_CFLAGS
3708          hildon_LIBS=$pkg_cv_hildon_LIBS          hildon_LIBS=$pkg_cv_hildon_LIBS
3709          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3710  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3711          :          :
3712  fi  fi
3713    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"    CFLAGS="$CFLAGS  -DUSE_MAEMO $hildon_CFLAGS"
# Line 3829  fi Line 3715  fi
3715    
3716    
3717  pkg_failed=no  pkg_failed=no
3718  { $as_echo "$as_me:$LINENO: checking for osso" >&5  { echo "$as_me:$LINENO: checking for osso" >&5
3719  $as_echo_n "checking for osso... " >&6; }  echo $ECHO_N "checking for osso... $ECHO_C" >&6; }
3720    
3721  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3722      if test -n "$osso_CFLAGS"; then      if test -n "$osso_CFLAGS"; then
3723          pkg_cv_osso_CFLAGS="$osso_CFLAGS"          pkg_cv_osso_CFLAGS="$osso_CFLAGS"
3724      else      else
3725          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3726      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3727    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3728    ac_status=$?    ac_status=$?
3729    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3730    (exit $ac_status); }; then    (exit $ac_status); }; then
3731    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`    pkg_cv_osso_CFLAGS=`$PKG_CONFIG --cflags "libosso" 2>/dev/null`
3732  else  else
# Line 3855  if test -n "$PKG_CONFIG"; then Line 3741  if test -n "$PKG_CONFIG"; then
3741          pkg_cv_osso_LIBS="$osso_LIBS"          pkg_cv_osso_LIBS="$osso_LIBS"
3742      else      else
3743          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3744      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libosso\"") >&5
3745    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5    ($PKG_CONFIG --exists --print-errors "libosso") 2>&5
3746    ac_status=$?    ac_status=$?
3747    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3748    (exit $ac_status); }; then    (exit $ac_status); }; then
3749    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`    pkg_cv_osso_LIBS=`$PKG_CONFIG --libs "libosso" 2>/dev/null`
3750  else  else
# Line 3886  fi Line 3772  fi
3772          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3773          echo "$osso_PKG_ERRORS" >&5          echo "$osso_PKG_ERRORS" >&5
3774    
3775          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3776  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3777                  { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5                  { { echo "$as_me:$LINENO: error: libosso missing" >&5
3778  $as_echo "$as_me: error: libosso missing" >&2;}  echo "$as_me: error: libosso missing" >&2;}
3779     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3780  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3781          { { $as_echo "$as_me:$LINENO: error: libosso missing" >&5          { { echo "$as_me:$LINENO: error: libosso missing" >&5
3782  $as_echo "$as_me: error: libosso missing" >&2;}  echo "$as_me: error: libosso missing" >&2;}
3783     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3784  else  else
3785          osso_CFLAGS=$pkg_cv_osso_CFLAGS          osso_CFLAGS=$pkg_cv_osso_CFLAGS
3786          osso_LIBS=$pkg_cv_osso_LIBS          osso_LIBS=$pkg_cv_osso_LIBS
3787          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3788  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3789          :          :
3790  fi  fi
3791    CFLAGS="$CFLAGS $osso_CFLAGS"    CFLAGS="$CFLAGS $osso_CFLAGS"
# Line 3907  fi Line 3793  fi
3793    
3794    
3795  pkg_failed=no  pkg_failed=no
3796  { $as_echo "$as_me:$LINENO: checking for hildon_fm_2" >&5  { echo "$as_me:$LINENO: checking for hildon_fm_2" >&5
3797  $as_echo_n "checking for hildon_fm_2... " >&6; }  echo $ECHO_N "checking for hildon_fm_2... $ECHO_C" >&6; }
3798    
3799  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3800      if test -n "$hildon_fm_2_CFLAGS"; then      if test -n "$hildon_fm_2_CFLAGS"; then
3801          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"          pkg_cv_hildon_fm_2_CFLAGS="$hildon_fm_2_CFLAGS"
3802      else      else
3803          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3804      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3805    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3806    ac_status=$?    ac_status=$?
3807    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3808    (exit $ac_status); }; then    (exit $ac_status); }; then
3809    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`
3810  else  else
# Line 3933  if test -n "$PKG_CONFIG"; then Line 3819  if test -n "$PKG_CONFIG"; then
3819          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"          pkg_cv_hildon_fm_2_LIBS="$hildon_fm_2_LIBS"
3820      else      else
3821          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3822      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-fm-2\"") >&5
3823    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-fm-2") 2>&5
3824    ac_status=$?    ac_status=$?
3825    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3826    (exit $ac_status); }; then    (exit $ac_status); }; then
3827    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`
3828  else  else
# Line 3964  fi Line 3850  fi
3850          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3851          echo "$hildon_fm_2_PKG_ERRORS" >&5          echo "$hildon_fm_2_PKG_ERRORS" >&5
3852    
3853          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3854  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3855                  { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5                  { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3856  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}  echo "$as_me: error: hildon-fm-2 missing" >&2;}
3857     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3858  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3859          { { $as_echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5          { { echo "$as_me:$LINENO: error: hildon-fm-2 missing" >&5
3860  $as_echo "$as_me: error: hildon-fm-2 missing" >&2;}  echo "$as_me: error: hildon-fm-2 missing" >&2;}
3861     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3862  else  else
3863          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS          hildon_fm_2_CFLAGS=$pkg_cv_hildon_fm_2_CFLAGS
3864          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS          hildon_fm_2_LIBS=$pkg_cv_hildon_fm_2_LIBS
3865          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3866  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3867          :          :
3868  fi  fi
3869    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"    CFLAGS="$CFLAGS $hildon_fm_2_CFLAGS"
# Line 3986  fi Line 3872  fi
3872    # check for sqlite3 for maemo mapper interface    # check for sqlite3 for maemo mapper interface
3873    
3874  pkg_failed=no  pkg_failed=no
3875  { $as_echo "$as_me:$LINENO: checking for sqlite3" >&5  { echo "$as_me:$LINENO: checking for sqlite3" >&5
3876  $as_echo_n "checking for sqlite3... " >&6; }  echo $ECHO_N "checking for sqlite3... $ECHO_C" >&6; }
3877    
3878  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3879      if test -n "$sqlite3_CFLAGS"; then      if test -n "$sqlite3_CFLAGS"; then
3880          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"          pkg_cv_sqlite3_CFLAGS="$sqlite3_CFLAGS"
3881      else      else
3882          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3883      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3884    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3885    ac_status=$?    ac_status=$?
3886    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3887    (exit $ac_status); }; then    (exit $ac_status); }; then
3888    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
3889  else  else
# Line 4012  if test -n "$PKG_CONFIG"; then Line 3898  if test -n "$PKG_CONFIG"; then
3898          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"          pkg_cv_sqlite3_LIBS="$sqlite3_LIBS"
3899      else      else
3900          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3901      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sqlite3\"") >&5
3902    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5    ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
3903    ac_status=$?    ac_status=$?
3904    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3905    (exit $ac_status); }; then    (exit $ac_status); }; then
3906    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`    pkg_cv_sqlite3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
3907  else  else
# Line 4043  fi Line 3929  fi
3929          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
3930          echo "$sqlite3_PKG_ERRORS" >&5          echo "$sqlite3_PKG_ERRORS" >&5
3931    
3932          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3933  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
3934                  { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5                  { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5
3935  $as_echo "$as_me: error: sqlite3 missing" >&2;}  echo "$as_me: error: sqlite3 missing" >&2;}
3936     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3937  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3938          { { $as_echo "$as_me:$LINENO: error: sqlite3 missing" >&5          { { echo "$as_me:$LINENO: error: sqlite3 missing" >&5
3939  $as_echo "$as_me: error: sqlite3 missing" >&2;}  echo "$as_me: error: sqlite3 missing" >&2;}
3940     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3941  else  else
3942          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS          sqlite3_CFLAGS=$pkg_cv_sqlite3_CFLAGS
3943          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS          sqlite3_LIBS=$pkg_cv_sqlite3_LIBS
3944          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3945  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3946          :          :
3947  fi  fi
3948    CFLAGS="$CFLAGS $sqlite3_CFLAGS"    CFLAGS="$CFLAGS $sqlite3_CFLAGS"
# Line 4065  fi Line 3951  fi
3951    # check for hildon-help    # check for hildon-help
3952    
3953  pkg_failed=no  pkg_failed=no
3954  { $as_echo "$as_me:$LINENO: checking for hildon_help" >&5  { echo "$as_me:$LINENO: checking for hildon_help" >&5
3955  $as_echo_n "checking for hildon_help... " >&6; }  echo $ECHO_N "checking for hildon_help... $ECHO_C" >&6; }
3956    
3957  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
3958      if test -n "$hildon_help_CFLAGS"; then      if test -n "$hildon_help_CFLAGS"; then
3959          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"          pkg_cv_hildon_help_CFLAGS="$hildon_help_CFLAGS"
3960      else      else
3961          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3962      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
3963    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
3964    ac_status=$?    ac_status=$?
3965    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3966    (exit $ac_status); }; then    (exit $ac_status); }; then
3967    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_CFLAGS=`$PKG_CONFIG --cflags "hildon-help" 2>/dev/null`
3968  else  else
# Line 4091  if test -n "$PKG_CONFIG"; then Line 3977  if test -n "$PKG_CONFIG"; then
3977          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"          pkg_cv_hildon_help_LIBS="$hildon_help_LIBS"
3978      else      else
3979          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
3980      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-help\"") >&5
3981    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5    ($PKG_CONFIG --exists --print-errors "hildon-help") 2>&5
3982    ac_status=$?    ac_status=$?
3983    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3984    (exit $ac_status); }; then    (exit $ac_status); }; then
3985    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`    pkg_cv_hildon_help_LIBS=`$PKG_CONFIG --libs "hildon-help" 2>/dev/null`
3986  else  else
# Line 4122  fi Line 4008  fi
4008          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4009          echo "$hildon_help_PKG_ERRORS" >&5          echo "$hildon_help_PKG_ERRORS" >&5
4010    
4011          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4012  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4013    
4014      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4015  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}  echo "$as_me: WARNING: hildon-help missing" >&6;}
4016    
4017  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4018    
4019      { $as_echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5      { echo "$as_me:$LINENO: WARNING: hildon-help missing" >&5
4020  $as_echo "$as_me: WARNING: hildon-help missing" >&6;}  echo "$as_me: WARNING: hildon-help missing" >&6;}
4021    
4022  else  else
4023          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS          hildon_help_CFLAGS=$pkg_cv_hildon_help_CFLAGS
4024          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS          hildon_help_LIBS=$pkg_cv_hildon_help_LIBS
4025          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4026  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4027    
4028      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"      CFLAGS="-DHILDON_HELP $CFLAGS $hildon_help_CFLAGS"
4029      LIBS="$LIBS $hildon_help_LIBS"      LIBS="$LIBS $hildon_help_LIBS"
# Line 4147  fi Line 4033  fi
4033    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
4034    # stability    # stability
4035    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4036      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4037    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4038    ac_status=$?    ac_status=$?
4039    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4040    (exit $ac_status); }; then    (exit $ac_status); }; then
4041    
4042    
4043  pkg_failed=no  pkg_failed=no
4044  { $as_echo "$as_me:$LINENO: checking for gpsbt" >&5  { echo "$as_me:$LINENO: checking for gpsbt" >&5
4045  $as_echo_n "checking for gpsbt... " >&6; }  echo $ECHO_N "checking for gpsbt... $ECHO_C" >&6; }
4046    
4047  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4048      if test -n "$gpsbt_CFLAGS"; then      if test -n "$gpsbt_CFLAGS"; then
4049          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"          pkg_cv_gpsbt_CFLAGS="$gpsbt_CFLAGS"
4050      else      else
4051          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4052      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4053    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4054    ac_status=$?    ac_status=$?
4055    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4056    (exit $ac_status); }; then    (exit $ac_status); }; then
4057    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_CFLAGS=`$PKG_CONFIG --cflags "gpsbt" 2>/dev/null`
4058  else  else
# Line 4181  if test -n "$PKG_CONFIG"; then Line 4067  if test -n "$PKG_CONFIG"; then
4067          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"          pkg_cv_gpsbt_LIBS="$gpsbt_LIBS"
4068      else      else
4069          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4070      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gpsbt\"") >&5
4071    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5    ($PKG_CONFIG --exists --print-errors "gpsbt") 2>&5
4072    ac_status=$?    ac_status=$?
4073    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074    (exit $ac_status); }; then    (exit $ac_status); }; then
4075    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`    pkg_cv_gpsbt_LIBS=`$PKG_CONFIG --libs "gpsbt" 2>/dev/null`
4076  else  else
# Line 4212  fi Line 4098  fi
4098          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4099          echo "$gpsbt_PKG_ERRORS" >&5          echo "$gpsbt_PKG_ERRORS" >&5
4100    
4101          { { $as_echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:          { { echo "$as_me:$LINENO: error: Package requirements (gpsbt) were not met:
4102    
4103  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4104    
# Line 4223  Alternatively, you may set the environme Line 4109  Alternatively, you may set the environme
4109  and gpsbt_LIBS to avoid the need to call pkg-config.  and gpsbt_LIBS to avoid the need to call pkg-config.
4110  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4111  " >&5  " >&5
4112  $as_echo "$as_me: error: Package requirements (gpsbt) were not met:  echo "$as_me: error: Package requirements (gpsbt) were not met:
4113    
4114  $gpsbt_PKG_ERRORS  $gpsbt_PKG_ERRORS
4115    
# Line 4236  See the pkg-config man page for more det Line 4122  See the pkg-config man page for more det
4122  " >&2;}  " >&2;}
4123     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4124  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4125          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it  
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 4248  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." >&5  See \`config.log' for more details." >&5
4135  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4136  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
4137  path to pkg-config.  path to pkg-config.
4138    
# Line 4258  See the pkg-config man page for more det Line 4142  See the pkg-config man page for more det
4142    
4143  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4144  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4145     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
4146  else  else
4147          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS          gpsbt_CFLAGS=$pkg_cv_gpsbt_CFLAGS
4148          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS          gpsbt_LIBS=$pkg_cv_gpsbt_LIBS
4149          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4150  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4151          :          :
4152  fi  fi
4153      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
# Line 4271  fi Line 4155  fi
4155    
4156  else  else
4157    
4158      { $as_echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5      { echo "$as_me:$LINENO: gpsbt not found, trying liblocation" >&5
4159  $as_echo "$as_me: gpsbt not found, trying liblocation" >&6;}  echo "$as_me: gpsbt not found, trying liblocation" >&6;}
4160    
4161      if test -n "$PKG_CONFIG" && \      if test -n "$PKG_CONFIG" && \
4162      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4163    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4164    ac_status=$?    ac_status=$?
4165    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4166    (exit $ac_status); }; then    (exit $ac_status); }; then
4167    
4168    
4169  pkg_failed=no  pkg_failed=no
4170  { $as_echo "$as_me:$LINENO: checking for liblocation" >&5  { echo "$as_me:$LINENO: checking for liblocation" >&5
4171  $as_echo_n "checking for liblocation... " >&6; }  echo $ECHO_N "checking for liblocation... $ECHO_C" >&6; }
4172    
4173  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4174      if test -n "$liblocation_CFLAGS"; then      if test -n "$liblocation_CFLAGS"; then
4175          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"          pkg_cv_liblocation_CFLAGS="$liblocation_CFLAGS"
4176      else      else
4177          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4178      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4179    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4180    ac_status=$?    ac_status=$?
4181    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182    (exit $ac_status); }; then    (exit $ac_status); }; then
4183    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`    pkg_cv_liblocation_CFLAGS=`$PKG_CONFIG --cflags "liblocation" 2>/dev/null`
4184  else  else
# Line 4309  if test -n "$PKG_CONFIG"; then Line 4193  if test -n "$PKG_CONFIG"; then
4193          pkg_cv_liblocation_LIBS="$liblocation_LIBS"          pkg_cv_liblocation_LIBS="$liblocation_LIBS"
4194      else      else
4195          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4196      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"liblocation\"") >&5
4197    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5    ($PKG_CONFIG --exists --print-errors "liblocation") 2>&5
4198    ac_status=$?    ac_status=$?
4199    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4200    (exit $ac_status); }; then    (exit $ac_status); }; then
4201    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`    pkg_cv_liblocation_LIBS=`$PKG_CONFIG --libs "liblocation" 2>/dev/null`
4202  else  else
# Line 4340  fi Line 4224  fi
4224          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4225          echo "$liblocation_PKG_ERRORS" >&5          echo "$liblocation_PKG_ERRORS" >&5
4226    
4227          { { $as_echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:          { { echo "$as_me:$LINENO: error: Package requirements (liblocation) were not met:
4228    
4229  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4230    
# Line 4351  Alternatively, you may set the environme Line 4235  Alternatively, you may set the environme
4235  and liblocation_LIBS to avoid the need to call pkg-config.  and liblocation_LIBS to avoid the need to call pkg-config.
4236  See the pkg-config man page for more details.  See the pkg-config man page for more details.
4237  " >&5  " >&5
4238  $as_echo "$as_me: error: Package requirements (liblocation) were not met:  echo "$as_me: error: Package requirements (liblocation) were not met:
4239    
4240  $liblocation_PKG_ERRORS  $liblocation_PKG_ERRORS
4241    
# Line 4364  See the pkg-config man page for more det Line 4248  See the pkg-config man page for more det
4248  " >&2;}  " >&2;}
4249     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4250  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4251          { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5          { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it  
4252  is in your PATH or set the PKG_CONFIG environment variable to the full  is in your PATH or set the PKG_CONFIG environment variable to the full
4253  path to pkg-config.  path to pkg-config.
4254    
# Line 4376  See the pkg-config man page for more det Line 4258  See the pkg-config man page for more det
4258    
4259  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4260  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
4261  $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it  echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4262  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
4263  path to pkg-config.  path to pkg-config.
4264    
# Line 4386  See the pkg-config man page for more det Line 4268  See the pkg-config man page for more det
4268    
4269  To get pkg-config, see <http://pkg-config.freedesktop.org/>.  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4270  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
4271     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }
4272  else  else
4273          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS          liblocation_CFLAGS=$pkg_cv_liblocation_CFLAGS
4274          liblocation_LIBS=$pkg_cv_liblocation_LIBS          liblocation_LIBS=$pkg_cv_liblocation_LIBS
4275          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4276  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4277          :          :
4278  fi  fi
4279        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"        CFLAGS="$CFLAGS -DENABLE_LIBLOCATION $liblocation_CFLAGS"
# Line 4399  fi Line 4281  fi
4281    
4282  else  else
4283    
4284        { $as_echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5        { echo "$as_me:$LINENO: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&5
4285  $as_echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}  echo "$as_me: WARNING: No liblocation nor gpsbt found, disabling gps auto start!" >&6;}
4286    
4287  fi  fi
4288    
4289  fi  fi
4290    
4291    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4292      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tablet-browser-interface\"") >&5
4293    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5    ($PKG_CONFIG --exists --print-errors "tablet-browser-interface") 2>&5
4294    ac_status=$?    ac_status=$?
4295    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296    (exit $ac_status); }; then    (exit $ac_status); }; then
4297    
4298      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"
4299    
4300  else  else
4301    { $as_echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5    { echo "$as_me:$LINENO: WARNING: No tablet-browser-interface found, disabling microb interface!" >&5
4302  $as_echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}  echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}
4303  fi  fi
4304    
4305    if test -n "$PKG_CONFIG" && \    if test -n "$PKG_CONFIG" && \
4306      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
4307    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5    ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
4308    ac_status=$?    ac_status=$?
4309    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4310    (exit $ac_status); }; then    (exit $ac_status); }; then
4311    
4312      VERSION=`pkg-config --modversion maemo-version`      VERSION=`pkg-config --modversion maemo-version`
4313      { $as_echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5      { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
4314  $as_echo "$as_me: Configuring for Maemo $VERSION" >&6;}  echo "$as_me: Configuring for Maemo $VERSION" >&6;}
4315      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""      CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
4316      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
4317      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
4318    
4319        MAEMO_VERSION_MAJOR=$MAJOR
4320    
4321    
4322  else  else
4323    
4324      { { $as_echo "$as_me:$LINENO: error: maemo-version not found" >&5      { { echo "$as_me:$LINENO: error: maemo-version not found" >&5
4325  $as_echo "$as_me: error: maemo-version not found" >&2;}  echo "$as_me: error: maemo-version not found" >&2;}
4326     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4327    
4328  fi  fi
4329    
4330      INSTALL_PLATTFORM="install-maemo"
4331    
4332      # fremantle uses icons of 48x48 pixels for the app installer,
4333      # older versions used 26x26
4334      if [ "$MAJOR" == "5" ]; then
4335         ICONNAME=gpxview.48.png
4336         datarootdir=/opt
4337      else
4338         ICONNAME=gpxview.26.png
4339         { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4340    echo "$as_me: Enabling Maemo Mapper support" >&6;}
4341         CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4342         EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4343      fi
4344    
4345    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4346    EXTRA_OBJS="$EXTRA_OBJS mm_poi.o dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4347    
4348    INSTALL_PLATTFORM="install-maemo"    { echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5
4349    echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}
4350    
4351      # add icon entry to debian/control
4352      ICON=" Maemo icon $ICONNAME
4353    XB-Maemo-Icon-26:
4354    "
4355    
4356      # generate base64 icon, remove first and last line
4357      # and add a space before each line
4358      ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4359    
4360    
4361  else  else
4362    
4363    { $as_echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
4364  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4365    
4366      EXTRA_OBJS="$EXTRA_OBJS bct.o"
4367      CFLAGS="$CFLAGS -DBCT"
4368    
4369    # check for gtk+-2.0    # check for gtk+-2.0
4370    
4371  pkg_failed=no  pkg_failed=no
4372  { $as_echo "$as_me:$LINENO: checking for gtk" >&5  { echo "$as_me:$LINENO: checking for gtk" >&5
4373  $as_echo_n "checking for gtk... " >&6; }  echo $ECHO_N "checking for gtk... $ECHO_C" >&6; }
4374    
4375  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4376      if test -n "$gtk_CFLAGS"; then      if test -n "$gtk_CFLAGS"; then
4377          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"          pkg_cv_gtk_CFLAGS="$gtk_CFLAGS"
4378      else      else
4379          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4380      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4381    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4382    ac_status=$?    ac_status=$?
4383    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4384    (exit $ac_status); }; then    (exit $ac_status); }; then
4385    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`
4386  else  else
# Line 4482  if test -n "$PKG_CONFIG"; then Line 4395  if test -n "$PKG_CONFIG"; then
4395          pkg_cv_gtk_LIBS="$gtk_LIBS"          pkg_cv_gtk_LIBS="$gtk_LIBS"
4396      else      else
4397          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4398      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
4399    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
4400    ac_status=$?    ac_status=$?
4401    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4402    (exit $ac_status); }; then    (exit $ac_status); }; then
4403    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`
4404  else  else
# Line 4513  fi Line 4426  fi
4426          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4427          echo "$gtk_PKG_ERRORS" >&5          echo "$gtk_PKG_ERRORS" >&5
4428    
4429          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4430  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4431                  { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5                  { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4432  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}  echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4433     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4434  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4435          { { $as_echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5          { { echo "$as_me:$LINENO: error: gtk+-2.0 missing!" >&5
4436  $as_echo "$as_me: error: gtk+-2.0 missing!" >&2;}  echo "$as_me: error: gtk+-2.0 missing!" >&2;}
4437     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4438  else  else
4439          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS          gtk_CFLAGS=$pkg_cv_gtk_CFLAGS
4440          gtk_LIBS=$pkg_cv_gtk_LIBS          gtk_LIBS=$pkg_cv_gtk_LIBS
4441          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4442  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4443          :          :
4444  fi  fi
4445    CFLAGS="$CFLAGS $gtk_CFLAGS"    CFLAGS="$CFLAGS $gtk_CFLAGS"
# Line 4535  fi Line 4448  fi
4448    # non-maemo device use gnome to call the web browser    # non-maemo device use gnome to call the web browser
4449    
4450  pkg_failed=no  pkg_failed=no
4451  { $as_echo "$as_me:$LINENO: checking for gnome2" >&5  { echo "$as_me:$LINENO: checking for gnome2" >&5
4452  $as_echo_n "checking for gnome2... " >&6; }  echo $ECHO_N "checking for gnome2... $ECHO_C" >&6; }
4453    
4454  if test -n "$PKG_CONFIG"; then  if test -n "$PKG_CONFIG"; then
4455      if test -n "$gnome2_CFLAGS"; then      if test -n "$gnome2_CFLAGS"; then
4456          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"          pkg_cv_gnome2_CFLAGS="$gnome2_CFLAGS"
4457      else      else
4458          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4459      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4460    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4461    ac_status=$?    ac_status=$?
4462    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4463    (exit $ac_status); }; then    (exit $ac_status); }; then
4464    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`
4465  else  else
# Line 4561  if test -n "$PKG_CONFIG"; then Line 4474  if test -n "$PKG_CONFIG"; then
4474          pkg_cv_gnome2_LIBS="$gnome2_LIBS"          pkg_cv_gnome2_LIBS="$gnome2_LIBS"
4475      else      else
4476          if test -n "$PKG_CONFIG" && \          if test -n "$PKG_CONFIG" && \
4477      { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5      { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0\"") >&5
4478    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5    ($PKG_CONFIG --exists --print-errors "libgnome-2.0") 2>&5
4479    ac_status=$?    ac_status=$?
4480    $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481    (exit $ac_status); }; then    (exit $ac_status); }; then
4482    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`
4483  else  else
# Line 4592  fi Line 4505  fi
4505          # Put the nasty error message in config.log where it belongs          # Put the nasty error message in config.log where it belongs
4506          echo "$gnome2_PKG_ERRORS" >&5          echo "$gnome2_PKG_ERRORS" >&5
4507    
4508          { $as_echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
4509  $as_echo "no" >&6; }  echo "${ECHO_T}no" >&6; }
4510                  { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5                  { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4511  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}  echo "$as_me: error: libgnome-2.0 missing" >&2;}
4512     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4513  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
4514          { { $as_echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5          { { echo "$as_me:$LINENO: error: libgnome-2.0 missing" >&5
4515  $as_echo "$as_me: error: libgnome-2.0 missing" >&2;}  echo "$as_me: error: libgnome-2.0 missing" >&2;}
4516     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4517  else  else
4518          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS          gnome2_CFLAGS=$pkg_cv_gnome2_CFLAGS
4519          gnome2_LIBS=$pkg_cv_gnome2_LIBS          gnome2_LIBS=$pkg_cv_gnome2_LIBS
4520          { $as_echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
4521  $as_echo "yes" >&6; }  echo "${ECHO_T}yes" >&6; }
4522          :          :
4523  fi  fi
4524    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"    CFLAGS="$CFLAGS $gnome2_CFLAGS -DENABLE_BROWSER_INTERFACE"
# Line 4613  fi Line 4526  fi
4526    
4527    INSTALL_PLATTFORM="install-debian"    INSTALL_PLATTFORM="install-debian"
4528    
4529      ICON=" No icon"
4530    
4531  fi  fi
4532    
4533    
4534    
4535  ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile"  
4536    ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile debian/control"
4537    
4538    
4539  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
# Line 4647  _ACEOF Line 4563  _ACEOF
4563      case $ac_val in #(      case $ac_val in #(
4564      *${as_nl}*)      *${as_nl}*)
4565        case $ac_var in #(        case $ac_var in #(
4566        *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5        *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
4567  $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;  echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
4568        esac        esac
4569        case $ac_var in #(        case $ac_var in #(
4570        _ | IFS | as_nl) ;; #(        _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(  
4571        *) $as_unset $ac_var ;;        *) $as_unset $ac_var ;;
4572        esac ;;        esac ;;
4573      esac      esac
# Line 4685  $as_echo "$as_me: WARNING: cache variabl Line 4600  $as_echo "$as_me: WARNING: cache variabl
4600  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4601    if test -w "$cache_file"; then    if test -w "$cache_file"; then
4602      test "x$cache_file" != "x/dev/null" &&      test "x$cache_file" != "x/dev/null" &&
4603        { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5        { echo "$as_me:$LINENO: updating cache $cache_file" >&5
4604  $as_echo "$as_me: updating cache $cache_file" >&6;}  echo "$as_me: updating cache $cache_file" >&6;}
4605      cat confcache >$cache_file      cat confcache >$cache_file
4606    else    else
4607      { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5      { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4608  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}  echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4609    fi    fi
4610  fi  fi
4611  rm -f confcache  rm -f confcache
# Line 4707  test "x$exec_prefix" = xNONE && exec_pre Line 4622  test "x$exec_prefix" = xNONE && exec_pre
4622  # take arguments), then branch to the quote section.  Otherwise,  # take arguments), then branch to the quote section.  Otherwise,
4623  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
4624  ac_script='  ac_script='
 :mline  
 /\\$/{  
  N  
  s,\\\n,,  
  b mline  
 }  
4625  t clear  t clear
4626  :clear  :clear
4627  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g  s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
# Line 4742  ac_ltlibobjs= Line 4651  ac_ltlibobjs=
4651  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4652    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
4653    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4654    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`    ac_i=`echo "$ac_i" | sed "$ac_script"`
4655    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4656    #    will be set to the directory where LIBOBJS objects are built.    #    will be set to the directory where LIBOBJS objects are built.
4657    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 4755  LTLIBOBJS=$ac_ltlibobjs Line 4664  LTLIBOBJS=$ac_ltlibobjs
4664    
4665    
4666  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
 ac_write_fail=0  
4667  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
4668  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4669  { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4670  $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
4671  cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >$CONFIG_STATUS <<_ACEOF
4672  #! $SHELL  #! $SHELL
4673  # Generated by $as_me.  # Generated by $as_me.
4674  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
# Line 4773  ac_cs_silent=false Line 4681  ac_cs_silent=false
4681  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
4682  _ACEOF  _ACEOF
4683    
4684  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
4685  ## --------------------- ##  ## --------------------- ##
4686  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
4687  ## --------------------- ##  ## --------------------- ##
# Line 4783  DUALCASE=1; export DUALCASE # for MKS sh Line 4691  DUALCASE=1; export DUALCASE # for MKS sh
4691  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
4692    emulate sh    emulate sh
4693    NULLCMD=:    NULLCMD=:
4694    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4695    # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
4696    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
4697    setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
# Line 4805  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 4713  as_cr_Letters=$as_cr_letters$as_cr_LETTE
4713  as_cr_digits='0123456789'  as_cr_digits='0123456789'
4714  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
4715    
 as_nl='  
 '  
 export as_nl  
 # Printing a long string crashes Solaris 7 /usr/bin/printf.  
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo  
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo  
 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then  
   as_echo='printf %s\n'  
   as_echo_n='printf %s'  
 else  
   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then  
     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'  
     as_echo_n='/usr/ucb/echo -n'  
   else  
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'  
     as_echo_n_body='eval  
       arg=$1;  
       case $arg in  
       *"$as_nl"*)  
         expr "X$arg" : "X\\(.*\\)$as_nl";  
         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;  
       esac;  
       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"  
     '  
     export as_echo_n_body  
     as_echo_n='sh -c $as_echo_n_body as_echo'  
   fi  
   export as_echo_body  
   as_echo='sh -c $as_echo_body as_echo'  
 fi  
   
4716  # The user is always right.  # The user is always right.
4717  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
4718    PATH_SEPARATOR=:    echo "#! /bin/sh" >conf$$.sh
4719    (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {    echo  "exit 0"   >>conf$$.sh
4720      (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||    chmod +x conf$$.sh
4721        PATH_SEPARATOR=';'    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4722    }      PATH_SEPARATOR=';'
4723      else
4724        PATH_SEPARATOR=:
4725      fi
4726      rm -f conf$$.sh
4727  fi  fi
4728    
4729  # Support unset when possible.  # Support unset when possible.
# Line 4859  fi Line 4739  fi
4739  # there to prevent editors from complaining about space-tab.  # there to prevent editors from complaining about space-tab.
4740  # (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
4741  # splitting by setting IFS to empty value.)  # splitting by setting IFS to empty value.)
4742    as_nl='
4743    '
4744  IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
4745    
4746  # 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 4881  if test "x$as_myself" = x; then Line 4763  if test "x$as_myself" = x; then
4763    as_myself=$0    as_myself=$0
4764  fi  fi
4765  if test ! -f "$as_myself"; then  if test ! -f "$as_myself"; then
4766    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2    echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4767    { (exit 1); exit 1; }    { (exit 1); exit 1; }
4768  fi  fi
4769    
# Line 4894  PS2='> ' Line 4776  PS2='> '
4776  PS4='+ '  PS4='+ '
4777    
4778  # NLS nuisances.  # NLS nuisances.
4779  LC_ALL=C  for as_var in \
4780  export LC_ALL    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4781  LANGUAGE=C    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4782  export LANGUAGE    LC_TELEPHONE LC_TIME
4783    do
4784      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4785        eval $as_var=C; export $as_var
4786      else
4787        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4788      fi
4789    done
4790    
4791  # Required to use basename.  # Required to use basename.
4792  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 4919  as_me=`$as_basename -- "$0" || Line 4808  as_me=`$as_basename -- "$0" ||
4808  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4809           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
4810           X"$0" : 'X\(/\)' \| . 2>/dev/null ||           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4811  $as_echo X/"$0" |  echo X/"$0" |
4812      sed '/^.*\/\([^/][^/]*\)\/*$/{      sed '/^.*\/\([^/][^/]*\)\/*$/{
4813              s//\1/              s//\1/
4814              q              q
# Line 4970  $as_unset CDPATH Line 4859  $as_unset CDPATH
4859        s/-\n.*//        s/-\n.*//
4860      ' >$as_me.lineno &&      ' >$as_me.lineno &&
4861    chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
4862      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4863     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4864    
4865    # 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 4998  case `echo -n x` in Line 4887  case `echo -n x` in
4887  *)  *)
4888    ECHO_N='-n';;    ECHO_N='-n';;
4889  esac  esac
4890    
4891  if expr a : '\(a\)' >/dev/null 2>&1 &&  if expr a : '\(a\)' >/dev/null 2>&1 &&
4892     test "X`expr 00001 : '.*\(...\)'`" = X001; then     test "X`expr 00001 : '.*\(...\)'`" = X001; then
4893    as_expr=expr    as_expr=expr
# Line 5010  if test -d conf$$.dir; then Line 4900  if test -d conf$$.dir; then
4900    rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
4901  else  else
4902    rm -f conf$$.dir    rm -f conf$$.dir
4903    mkdir conf$$.dir 2>/dev/null    mkdir conf$$.dir
4904  fi  fi
4905  if (echo >conf$$.file) 2>/dev/null; then  echo >conf$$.file
4906    if ln -s conf$$.file conf$$ 2>/dev/null; then  if ln -s conf$$.file conf$$ 2>/dev/null; then
4907      as_ln_s='ln -s'    as_ln_s='ln -s'
4908      # ... but there are two gotchas:    # ... but there are two gotchas:
4909      # 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.
4910      # 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.
4911      # In both cases, we have to default to `cp -p'.    # In both cases, we have to default to `cp -p'.
4912      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -p'  
   elif ln conf$$.file conf$$ 2>/dev/null; then  
     as_ln_s=ln  
   else  
4913      as_ln_s='cp -p'      as_ln_s='cp -p'
4914    fi  elif ln conf$$.file conf$$ 2>/dev/null; then
4915      as_ln_s=ln
4916  else  else
4917    as_ln_s='cp -p'    as_ln_s='cp -p'
4918  fi  fi
# Line 5050  else Line 4937  else
4937    as_test_x='    as_test_x='
4938      eval sh -c '\''      eval sh -c '\''
4939        if test -d "$1"; then        if test -d "$1"; then
4940          test -d "$1/.";          test -d "$1/.";
4941        else        else
4942          case $1 in          case $1 in
4943          -*)set "./$1";;          -*)set "./$1";;
4944          esac;          esac;
4945          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
4946          ???[sx]*):;;*)false;;esac;fi          ???[sx]*):;;*)false;;esac;fi
# Line 5075  exec 6>&1 Line 4962  exec 6>&1
4962  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
4963  # values after options handling.  # values after options handling.
4964  ac_log="  ac_log="
4965  This file was extended by GPXView $as_me 0.8.7, which was  This file was extended by GPXView $as_me 0.8.12, which was
4966  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
4967    
4968    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
4969    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 5089  on `(hostname || uname -n) 2>/dev/null | Line 4976  on `(hostname || uname -n) 2>/dev/null |
4976    
4977  _ACEOF  _ACEOF
4978    
4979  case $ac_config_files in *"  cat >>$CONFIG_STATUS <<_ACEOF
 "*) set x $ac_config_files; shift; ac_config_files=$*;;  
 esac  
   
   
   
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  
4980  # Files that config.status was made for.  # Files that config.status was made for.
4981  config_files="$ac_config_files"  config_files="$ac_config_files"
4982    
4983  _ACEOF  _ACEOF
4984    
4985  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
4986  ac_cs_usage="\  ac_cs_usage="\
4987  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
4988  current configuration.  current configuration.
4989    
4990  Usage: $0 [OPTION]... [FILE]...  Usage: $0 [OPTIONS] [FILE]...
4991    
4992    -h, --help       print this help, then exit    -h, --help       print this help, then exit
4993    -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
4994    -q, --quiet, --silent    -q, --quiet      do not print progress messages
                    do not print progress messages  
4995    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
4996        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
4997        --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
4998                     instantiate the configuration file FILE                     instantiate the configuration file FILE
4999    
5000  Configuration files:  Configuration files:
5001  $config_files  $config_files
# Line 5123  $config_files Line 5003  $config_files
5003  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
5004    
5005  _ACEOF  _ACEOF
5006  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5007  ac_cs_version="\\  ac_cs_version="\\
5008  GPXView config.status 0.8.7  GPXView config.status 0.8.12
5009  configured by $0, generated by GNU Autoconf 2.63,  configured by $0, generated by GNU Autoconf 2.61,
5010    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5011    
5012  Copyright (C) 2008 Free Software Foundation, Inc.  Copyright (C) 2006 Free Software Foundation, Inc.
5013  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
5014  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
5015    
5016  ac_pwd='$ac_pwd'  ac_pwd='$ac_pwd'
5017  srcdir='$srcdir'  srcdir='$srcdir'
5018  INSTALL='$INSTALL'  INSTALL='$INSTALL'
 test -n "\$AWK" || AWK=awk  
5019  _ACEOF  _ACEOF
5020    
5021  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5022  # The default lists apply if the user does not specify any file.  # If no file are specified by the user, then we need to provide default
5023    # value.  By we need to know if files were specified by the user.
5024  ac_need_defaults=:  ac_need_defaults=:
5025  while test $# != 0  while test $# != 0
5026  do  do
# Line 5162  do Line 5042  do
5042    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5043      ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
5044    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5045      $as_echo "$ac_cs_version"; exit ;;      echo "$ac_cs_version"; exit ;;
5046    --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
5047      debug=: ;;      debug=: ;;
5048    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5049      $ac_shift      $ac_shift
5050      case $ac_optarg in      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;  
     esac  
     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"  
5051      ac_need_defaults=false;;      ac_need_defaults=false;;
5052    --he | --h |  --help | --hel | -h )    --he | --h |  --help | --hel | -h )
5053      $as_echo "$ac_cs_usage"; exit ;;      echo "$ac_cs_usage"; exit ;;
5054    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5055    | -silent | --silent | --silen | --sile | --sil | --si | --s)    | -silent | --silent | --silen | --sile | --sil | --si | --s)
5056      ac_cs_silent=: ;;      ac_cs_silent=: ;;
5057    
5058    # This is an error.    # This is an error.
5059    -*) { $as_echo "$as_me: error: unrecognized option: $1    -*) { echo "$as_me: error: unrecognized option: $1
5060  Try \`$0 --help' for more information." >&2  Try \`$0 --help' for more information." >&2
5061     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
5062    
# Line 5198  if $ac_cs_silent; then Line 5075  if $ac_cs_silent; then
5075  fi  fi
5076    
5077  _ACEOF  _ACEOF
5078  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5079  if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
5080    set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5081    shift    CONFIG_SHELL=$SHELL
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6  
   CONFIG_SHELL='$SHELL'  
5082    export CONFIG_SHELL    export CONFIG_SHELL
5083    exec "\$@"    exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5084  fi  fi
5085    
5086  _ACEOF  _ACEOF
5087  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5088  exec 5>>config.log  exec 5>>config.log
5089  {  {
5090    echo    echo
5091    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5092  ## Running $as_me. ##  ## Running $as_me. ##
5093  _ASBOX  _ASBOX
5094    $as_echo "$ac_log"    echo "$ac_log"
5095  } >&5  } >&5
5096    
5097  _ACEOF  _ACEOF
5098  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5099  _ACEOF  _ACEOF
5100    
5101  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5102    
5103  # Handling of arguments.  # Handling of arguments.
5104  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
# Line 5232  do Line 5107  do
5107      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5108      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5109      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5110        "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
5111    
5112    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5113  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5114     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5115    esac    esac
5116  done  done
# Line 5273  $debug || Line 5149  $debug ||
5149    (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
5150  } ||  } ||
5151  {  {
5152     $as_echo "$as_me: cannot create a temporary directory in ." >&2     echo "$me: cannot create a temporary directory in ." >&2
5153     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5154  }  }
5155    
5156  # Set up the scripts for CONFIG_FILES section.  #
5157  # No need to generate them if there are no CONFIG_FILES.  # Set up the sed scripts for CONFIG_FILES section.
5158  # This happens for instance with `./config.status config.h'.  #
 if test -n "$CONFIG_FILES"; then  
   
5159    
5160  ac_cr=' '  # No need to generate the scripts if there are no CONFIG_FILES.
5161  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`  # This happens for instance when ./config.status config.h
5162  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then  if test -n "$CONFIG_FILES"; then
   ac_cs_awk_cr='\\r'  
 else  
   ac_cs_awk_cr=$ac_cr  
 fi  
5163    
 echo 'BEGIN {' >"$tmp/subs1.awk" &&  
5164  _ACEOF  _ACEOF
5165    
5166    
5167  {  
   echo "cat >conf$$subs.awk <<_ACEOF" &&  
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&  
   echo "_ACEOF"  
 } >conf$$subs.sh ||  
   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5  
 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  
    { (exit 1); exit 1; }; }  
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`  
5168  ac_delim='%!_!# '  ac_delim='%!_!# '
5169  for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
5170    . ./conf$$subs.sh ||    cat >conf$$subs.sed <<_ACEOF
5171      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5  SHELL!$SHELL$ac_delim
5172  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
5173     { (exit 1); exit 1; }; }  PACKAGE_NAME!$PACKAGE_NAME$ac_delim
5174    PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
5175    PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
5176    PACKAGE_STRING!$PACKAGE_STRING$ac_delim
5177    PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
5178    exec_prefix!$exec_prefix$ac_delim
5179    prefix!$prefix$ac_delim
5180    program_transform_name!$program_transform_name$ac_delim
5181    bindir!$bindir$ac_delim
5182    sbindir!$sbindir$ac_delim
5183    libexecdir!$libexecdir$ac_delim
5184    datarootdir!$datarootdir$ac_delim
5185    datadir!$datadir$ac_delim
5186    sysconfdir!$sysconfdir$ac_delim
5187    sharedstatedir!$sharedstatedir$ac_delim
5188    localstatedir!$localstatedir$ac_delim
5189    includedir!$includedir$ac_delim
5190    oldincludedir!$oldincludedir$ac_delim
5191    docdir!$docdir$ac_delim
5192    infodir!$infodir$ac_delim
5193    htmldir!$htmldir$ac_delim
5194    dvidir!$dvidir$ac_delim
5195    pdfdir!$pdfdir$ac_delim
5196    psdir!$psdir$ac_delim
5197    libdir!$libdir$ac_delim
5198    localedir!$localedir$ac_delim
5199    mandir!$mandir$ac_delim
5200    DEFS!$DEFS$ac_delim
5201    ECHO_C!$ECHO_C$ac_delim
5202    ECHO_N!$ECHO_N$ac_delim
5203    ECHO_T!$ECHO_T$ac_delim
5204    LIBS!$LIBS$ac_delim
5205    build_alias!$build_alias$ac_delim
5206    host_alias!$host_alias$ac_delim
5207    target_alias!$target_alias$ac_delim
5208    PACKAGE!$PACKAGE$ac_delim
5209    CC!$CC$ac_delim
5210    CFLAGS!$CFLAGS$ac_delim
5211    LDFLAGS!$LDFLAGS$ac_delim
5212    CPPFLAGS!$CPPFLAGS$ac_delim
5213    ac_ct_CC!$ac_ct_CC$ac_delim
5214    EXEEXT!$EXEEXT$ac_delim
5215    OBJEXT!$OBJEXT$ac_delim
5216    INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
5217    INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
5218    INSTALL_DATA!$INSTALL_DATA$ac_delim
5219    LN_S!$LN_S$ac_delim
5220    SET_MAKE!$SET_MAKE$ac_delim
5221    PKG_CONFIG!$PKG_CONFIG$ac_delim
5222    gnome_vfs_module_CFLAGS!$gnome_vfs_module_CFLAGS$ac_delim
5223    gnome_vfs_module_LIBS!$gnome_vfs_module_LIBS$ac_delim
5224    libxml2_CFLAGS!$libxml2_CFLAGS$ac_delim
5225    libxml2_LIBS!$libxml2_LIBS$ac_delim
5226    libsoup24_CFLAGS!$libsoup24_CFLAGS$ac_delim
5227    libsoup24_LIBS!$libsoup24_LIBS$ac_delim
5228    libsoup22_CFLAGS!$libsoup22_CFLAGS$ac_delim
5229    libsoup22_LIBS!$libsoup22_LIBS$ac_delim
5230    libgtkhtml3_14_CFLAGS!$libgtkhtml3_14_CFLAGS$ac_delim
5231    libgtkhtml3_14_LIBS!$libgtkhtml3_14_LIBS$ac_delim
5232    libgtkhtml3_8_CFLAGS!$libgtkhtml3_8_CFLAGS$ac_delim
5233    libgtkhtml3_8_LIBS!$libgtkhtml3_8_LIBS$ac_delim
5234    hildon_CFLAGS!$hildon_CFLAGS$ac_delim
5235    hildon_LIBS!$hildon_LIBS$ac_delim
5236    osso_CFLAGS!$osso_CFLAGS$ac_delim
5237    osso_LIBS!$osso_LIBS$ac_delim
5238    hildon_fm_2_CFLAGS!$hildon_fm_2_CFLAGS$ac_delim
5239    hildon_fm_2_LIBS!$hildon_fm_2_LIBS$ac_delim
5240    sqlite3_CFLAGS!$sqlite3_CFLAGS$ac_delim
5241    sqlite3_LIBS!$sqlite3_LIBS$ac_delim
5242    hildon_help_CFLAGS!$hildon_help_CFLAGS$ac_delim
5243    hildon_help_LIBS!$hildon_help_LIBS$ac_delim
5244    gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim
5245    gpsbt_LIBS!$gpsbt_LIBS$ac_delim
5246    liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim
5247    liblocation_LIBS!$liblocation_LIBS$ac_delim
5248    MAEMO_VERSION_MAJOR!$MAEMO_VERSION_MAJOR$ac_delim
5249    gtk_CFLAGS!$gtk_CFLAGS$ac_delim
5250    gtk_LIBS!$gtk_LIBS$ac_delim
5251    gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim
5252    gnome2_LIBS!$gnome2_LIBS$ac_delim
5253    EXTRA_OBJS!$EXTRA_OBJS$ac_delim
5254    ICON!$ICON$ac_delim
5255    INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim
5256    LIBOBJS!$LIBOBJS$ac_delim
5257    LTLIBOBJS!$LTLIBOBJS$ac_delim
5258    _ACEOF
5259    
5260    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
   if test $ac_delim_n = $ac_delim_num; then  
5261      break      break
5262    elif $ac_last_try; then    elif $ac_last_try; then
5263      { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5264  $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}  echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5265     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5266    else    else
5267      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5268    fi    fi
5269  done  done
 rm -f conf$$subs.sh  
5270    
5271  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
5272  cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&  if test -n "$ac_eof"; then
5273      ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
5274      ac_eof=`expr $ac_eof + 1`
5275    fi
5276    
5277    cat >>$CONFIG_STATUS <<_ACEOF
5278    cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
5279    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
5280    _ACEOF
5281    sed '
5282    s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
5283    s/^/s,@/; s/!/@,|#_!!_#|/
5284    :n
5285    t n
5286    s/'"$ac_delim"'$/,g/; t
5287    s/$/\\/; p
5288    N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
5289    ' >>$CONFIG_STATUS <conf$$subs.sed
5290    rm -f conf$$subs.sed
5291    cat >>$CONFIG_STATUS <<_ACEOF
5292    :end
5293    s/|#_!!_#|//g
5294    CEOF$ac_eof
5295  _ACEOF  _ACEOF
 sed -n '  
 h  
 s/^/S["/; s/!.*/"]=/  
 p  
 g  
 s/^[^!]*!//  
 :repl  
 t repl  
 s/'"$ac_delim"'$//  
 t delim  
 :nl  
 h  
 s/\(.\{148\}\).*/\1/  
 t more1  
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/  
 p  
 n  
 b repl  
 :more1  
 s/["\\]/\\&/g; s/^/"/; s/$/"\\/  
 p  
 g  
 s/.\{148\}//  
 t nl  
 :delim  
 h  
 s/\(.\{148\}\).*/\1/  
 t more2  
 s/["\\]/\\&/g; s/^/"/; s/$/"/  
 p  
 b  
 :more2  
 s/["\\]/\\&/g; s/^/"/; s/$/"\\/  
 p  
 g  
 s/.\{148\}//  
 t delim  
 ' <conf$$subs.awk | sed '  
 /^[^""]/{  
   N  
   s/\n//  
 }  
 ' >>$CONFIG_STATUS || ac_write_fail=1  
 rm -f conf$$subs.awk  
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  
 _ACAWK  
 cat >>"\$tmp/subs1.awk" <<_ACAWK &&  
   for (key in S) S_is_set[key] = 1  
   FS = ""  
5296    
 }  
 {  
   line = $ 0  
   nfields = split(line, field, "@")  
   substed = 0  
   len = length(field[1])  
   for (i = 2; i < nfields; i++) {  
     key = field[i]  
     keylen = length(key)  
     if (S_is_set[key]) {  
       value = S[key]  
       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)  
       len += length(value) + length(field[++i])  
       substed = 1  
     } else  
       len += 1 + keylen  
   }  
   
   print line  
 }  
   
 _ACAWK  
 _ACEOF  
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  
 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then  
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"  
 else  
   cat  
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \  
   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5  
 $as_echo "$as_me: error: could not setup config files machinery" >&2;}  
    { (exit 1); exit 1; }; }  
 _ACEOF  
5297    
5298  # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5299  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# Line 5426  s/^[^=]*=[      ]*$// Line 5310  s/^[^=]*=[      ]*$//
5310  }'  }'
5311  fi  fi
5312    
5313  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5314  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
5315    
5316    
5317  eval set X "  :F $CONFIG_FILES      "  for ac_tag in  :F $CONFIG_FILES
 shift  
 for ac_tag  
5318  do  do
5319    case $ac_tag in    case $ac_tag in
5320    :[FHLC]) ac_mode=$ac_tag; continue;;    :[FHLC]) ac_mode=$ac_tag; continue;;
5321    esac    esac
5322    case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
5323    :[FHL]*:*);;    :[FHL]*:*);;
5324    :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5    :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
5325  $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}  echo "$as_me: error: Invalid tag $ac_tag." >&2;}
5326     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5327    :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
5328    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 5469  $as_echo "$as_me: error: invalid tag $ac Line 5351  $as_echo "$as_me: error: invalid tag $ac
5351             [\\/$]*) false;;             [\\/$]*) false;;
5352             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5353             esac ||             esac ||
5354             { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
5355  $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}  echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5356     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
5357        esac        esac
5358        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        ac_file_inputs="$ac_file_inputs $ac_f"
       ac_file_inputs="$ac_file_inputs '$ac_f'"  
5359      done      done
5360    
5361      # 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
5362      # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
5363      #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
5364      configure_input='Generated from '`      configure_input="Generated from "`IFS=:
5365            $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'            echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
         `' by configure.'  
5366      if test x"$ac_file" != x-; then      if test x"$ac_file" != x-; then
5367        configure_input="$ac_file.  $configure_input"        configure_input="$ac_file.  $configure_input"
5368        { $as_echo "$as_me:$LINENO: creating $ac_file" >&5        { echo "$as_me:$LINENO: creating $ac_file" >&5
5369  $as_echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
5370      fi      fi
     # Neutralize special characters interpreted by sed in replacement strings.  
     case $configure_input in #(  
     *\&* | *\|* | *\\* )  
        ac_sed_conf_input=`$as_echo "$configure_input" |  
        sed 's/[\\\\&|]/\\\\&/g'`;; #(  
     *) ac_sed_conf_input=$configure_input;;  
     esac  
5371    
5372      case $ac_tag in      case $ac_tag in
5373      *:-:* | *:-) cat >"$tmp/stdin" \      *:-:* | *:-) cat >"$tmp/stdin";;
       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5  
 $as_echo "$as_me: error: could not create $ac_file" >&2;}  
    { (exit 1); exit 1; }; } ;;  
5374      esac      esac
5375      ;;      ;;
5376    esac    esac
# Line 5510  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ Line 5380  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
5380           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
5381           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
5382           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5383  $as_echo X"$ac_file" |  echo X"$ac_file" |
5384      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5385              s//\1/              s//\1/
5386              q              q
# Line 5536  $as_echo X"$ac_file" | Line 5406  $as_echo X"$ac_file" |
5406      as_dirs=      as_dirs=
5407      while :; do      while :; do
5408        case $as_dir in #(        case $as_dir in #(
5409        *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(        *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
5410        *) as_qdir=$as_dir;;        *) as_qdir=$as_dir;;
5411        esac        esac
5412        as_dirs="'$as_qdir' $as_dirs"        as_dirs="'$as_qdir' $as_dirs"
# Line 5545  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ Line 5415  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/
5415           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
5416           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
5417           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5418  $as_echo X"$as_dir" |  echo X"$as_dir" |
5419      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5420              s//\1/              s//\1/
5421              q              q
# Line 5566  $as_echo X"$as_dir" | Line 5436  $as_echo X"$as_dir" |
5436        test -d "$as_dir" && break        test -d "$as_dir" && break
5437      done      done
5438      test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
5439    } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5    } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
5440  $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}  echo "$as_me: error: cannot create directory $as_dir" >&2;}
5441     { (exit 1); exit 1; }; }; }     { (exit 1); exit 1; }; }; }
5442    ac_builddir=.    ac_builddir=.
5443    
5444  case "$ac_dir" in  case "$ac_dir" in
5445  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5446  *)  *)
5447    ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5448    # A ".." for each directory in $ac_dir_suffix.    # A ".." for each directory in $ac_dir_suffix.
5449    ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`    ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
5450    case $ac_top_builddir_sub in    case $ac_top_builddir_sub in
5451    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5452    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 5616  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ Line 5486  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
5486    esac    esac
5487  _ACEOF  _ACEOF
5488    
5489  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5490  # If the template does not know about datarootdir, expand it.  # If the template does not know about datarootdir, expand it.
5491  # FIXME: This hack should be removed a few years after 2.60.  # FIXME: This hack should be removed a few years after 2.60.
5492  ac_datarootdir_hack=; ac_datarootdir_seen=  ac_datarootdir_hack=; ac_datarootdir_seen=
5493    
5494  ac_sed_dataroot='  case `sed -n '/datarootdir/ {
 /datarootdir/ {  
5495    p    p
5496    q    q
5497  }  }
# Line 5631  ac_sed_dataroot=' Line 5500  ac_sed_dataroot='
5500  /@infodir@/p  /@infodir@/p
5501  /@localedir@/p  /@localedir@/p
5502  /@mandir@/p  /@mandir@/p
5503  '  ' $ac_file_inputs` in
 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in  
5504  *datarootdir*) ac_datarootdir_seen=yes;;  *datarootdir*) ac_datarootdir_seen=yes;;
5505  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5506    { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5    { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5507  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}  echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5508  _ACEOF  _ACEOF
5509  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5510    ac_datarootdir_hack='    ac_datarootdir_hack='
5511    s&@datadir@&$datadir&g    s&@datadir@&$datadir&g
5512    s&@docdir@&$docdir&g    s&@docdir@&$docdir&g
# Line 5652  _ACEOF Line 5520  _ACEOF
5520  # Neutralize VPATH when `$srcdir' = `.'.  # Neutralize VPATH when `$srcdir' = `.'.
5521  # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
5522  # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
5523  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF
5524  ac_sed_extra="$ac_vpsub    sed "$ac_vpsub
5525  $extrasub  $extrasub
5526  _ACEOF  _ACEOF
5527  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF
5528  :t  :t
5529  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5530  s|@configure_input@|$ac_sed_conf_input|;t t  s&@configure_input@&$configure_input&;t t
5531  s&@top_builddir@&$ac_top_builddir_sub&;t t  s&@top_builddir@&$ac_top_builddir_sub&;t t
 s&@top_build_prefix@&$ac_top_build_prefix&;t t  
5532  s&@srcdir@&$ac_srcdir&;t t  s&@srcdir@&$ac_srcdir&;t t
5533  s&@abs_srcdir@&$ac_abs_srcdir&;t t  s&@abs_srcdir@&$ac_abs_srcdir&;t t
5534  s&@top_srcdir@&$ac_top_srcdir&;t t  s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 5671  s&@abs_builddir@&$ac_abs_builddir&;t t Line 5538  s&@abs_builddir@&$ac_abs_builddir&;t t
5538  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5539  s&@INSTALL@&$ac_INSTALL&;t t  s&@INSTALL@&$ac_INSTALL&;t t
5540  $ac_datarootdir_hack  $ac_datarootdir_hack
5541  "  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \  
   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5  
 $as_echo "$as_me: error: could not create $ac_file" >&2;}  
    { (exit 1); exit 1; }; }  
5542    
5543  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5544    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5545    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5546    { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5547  which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined." >&5
5548  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5549  which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined." >&2;}
5550    
5551    rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
5552    case $ac_file in    case $ac_file in
5553    -) cat "$tmp/out" && rm -f "$tmp/out";;    -) cat "$tmp/out"; rm -f "$tmp/out";;
5554    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;    *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
5555    esac \    esac
   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5  
 $as_echo "$as_me: error: could not create $ac_file" >&2;}  
    { (exit 1); exit 1; }; }  
5556   ;;   ;;
5557    
5558    
# Line 5707  _ACEOF Line 5567  _ACEOF
5567  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
5568  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
5569    
 test $ac_write_fail = 0 ||  
   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5  
 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}  
    { (exit 1); exit 1; }; }  
   
5570    
5571  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
5572  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
# Line 5733  if test "$no_create" != yes; then Line 5588  if test "$no_create" != yes; then
5588    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
5589    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
5590  fi  fi
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then  
   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5  
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}  
 fi  
5591    

Legend:
Removed from v.73  
changed lines
  Added in v.154