Diff of /trunk/configure

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

revision 208 by harbaum, Thu Jul 9 11:44:27 2009 UTC revision 209 by harbaum, Fri Jul 10 19:45:31 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.61 for OSM2Go 0.7.8.  # Generated by GNU Autoconf 2.61 for OSM2Go 0.7.9.
4  #  #
5  # Report bugs to <osm2go-users@garage.maemo.org>.  # Report bugs to <osm2go-users@garage.maemo.org>.
6  #  #
# Line 574  SHELL=${CONFIG_SHELL-/bin/sh} Line 574  SHELL=${CONFIG_SHELL-/bin/sh}
574  # Identity of this package.  # Identity of this package.
575  PACKAGE_NAME='OSM2Go'  PACKAGE_NAME='OSM2Go'
576  PACKAGE_TARNAME='osm2go'  PACKAGE_TARNAME='osm2go'
577  PACKAGE_VERSION='0.7.8'  PACKAGE_VERSION='0.7.9'
578  PACKAGE_STRING='OSM2Go 0.7.8'  PACKAGE_STRING='OSM2Go 0.7.9'
579  PACKAGE_BUGREPORT='osm2go-users@garage.maemo.org'  PACKAGE_BUGREPORT='osm2go-users@garage.maemo.org'
580    
581  ac_unique_file="src/main.c"  ac_unique_file="src/main.c"
# Line 1194  if test "$ac_init_help" = "long"; then Line 1194  if test "$ac_init_help" = "long"; then
1194    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1195    # 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.
1196    cat <<_ACEOF    cat <<_ACEOF
1197  \`configure' configures OSM2Go 0.7.8 to adapt to many kinds of systems.  \`configure' configures OSM2Go 0.7.9 to adapt to many kinds of systems.
1198    
1199  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1200    
# Line 1255  fi Line 1255  fi
1255    
1256  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1257    case $ac_init_help in    case $ac_init_help in
1258       short | recursive ) echo "Configuration of OSM2Go 0.7.8:";;       short | recursive ) echo "Configuration of OSM2Go 0.7.9:";;
1259     esac     esac
1260    cat <<\_ACEOF    cat <<\_ACEOF
1261    
# Line 1374  fi Line 1374  fi
1374  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1375  if $ac_init_version; then  if $ac_init_version; then
1376    cat <<\_ACEOF    cat <<\_ACEOF
1377  OSM2Go configure 0.7.8  OSM2Go configure 0.7.9
1378  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.61
1379    
1380  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# Line 1388  cat >config.log <<_ACEOF Line 1388  cat >config.log <<_ACEOF
1388  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1389  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1390    
1391  It was created by OSM2Go $as_me 0.7.8, which was  It was created by OSM2Go $as_me 0.7.9, which was
1392  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
1393    
1394    $ $0 $@    $ $0 $@
# Line 3102  fi Line 3102  fi
3102    
3103          { echo "$as_me:$LINENO: result: no" >&5          { echo "$as_me:$LINENO: result: no" >&5
3104  echo "${ECHO_T}no" >&6; }  echo "${ECHO_T}no" >&6; }
3105                  { { echo "$as_me:$LINENO: error: libsoup-2.4 missing" >&5                  { echo "$as_me:$LINENO: WARNING: libsoup-2.4 missing, disabling internal map" >&5
3106  echo "$as_me: error: libsoup-2.4 missing" >&2;}  echo "$as_me: WARNING: libsoup-2.4 missing, disabling internal map" >&6;}
    { (exit 1); exit 1; }; }  
3107  elif test $pkg_failed = untried; then  elif test $pkg_failed = untried; then
3108          { { echo "$as_me:$LINENO: error: libsoup-2.4 missing" >&5          { echo "$as_me:$LINENO: WARNING: libsoup-2.4 missing, disabling internal map" >&5
3109  echo "$as_me: error: libsoup-2.4 missing" >&2;}  echo "$as_me: WARNING: libsoup-2.4 missing, disabling internal map" >&6;}
    { (exit 1); exit 1; }; }  
3110  else  else
3111          libsoup_CFLAGS=$pkg_cv_libsoup_CFLAGS          libsoup_CFLAGS=$pkg_cv_libsoup_CFLAGS
3112          libsoup_LIBS=$pkg_cv_libsoup_LIBS          libsoup_LIBS=$pkg_cv_libsoup_LIBS
3113          { echo "$as_me:$LINENO: result: yes" >&5          { echo "$as_me:$LINENO: result: yes" >&5
3114  echo "${ECHO_T}yes" >&6; }  echo "${ECHO_T}yes" >&6; }
3115          :  
3116      EXTRA_OBJS="$EXTRA_OBJS  converter.o osm-gps-map.o"
3117      CFLAGS="$CFLAGS $libsoup_CFLAGS -DENABLE_OSM_GPS_MAP"
3118      LIBS="$LIBS $libsoup_LIBS"
3119    
3120  fi  fi
 CFLAGS="$CFLAGS $libsoup_CFLAGS"  
 LIBS="$LIBS $libsoup_LIBS"  
3121    
3122  # check for goocanvas  # check for goocanvas
3123    
# Line 3899  echo "$as_me: error: maemo-version not f Line 3899  echo "$as_me: error: maemo-version not f
3899  fi  fi
3900    
3901    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
3902    EXTRA_OBJS="dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
3903    
3904    
3905    INSTALL_PLATTFORM="install-maemo"    INSTALL_PLATTFORM="install-maemo"
# Line 4504  exec 6>&1 Line 4504  exec 6>&1
4504  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
4505  # values after options handling.  # values after options handling.
4506  ac_log="  ac_log="
4507  This file was extended by OSM2Go $as_me 0.7.8, which was  This file was extended by OSM2Go $as_me 0.7.9, which was
4508  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
4509    
4510    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 4547  Report bugs to <bug-autoconf@gnu.org>." Line 4547  Report bugs to <bug-autoconf@gnu.org>."
4547  _ACEOF  _ACEOF
4548  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
4549  ac_cs_version="\\  ac_cs_version="\\
4550  OSM2Go config.status 0.7.8  OSM2Go config.status 0.7.9
4551  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.61,
4552    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4553    

Legend:
Removed from v.208  
changed lines
  Added in v.209