Diff of /trunk/configure

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

revision 170 by harbaum, Mon Nov 9 20:16:38 2009 UTC revision 235 by harbaum, Wed Dec 9 20:08:58 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.63 for GPXView 0.8.14.  # Generated by GNU Autoconf 2.63 for GPXView 0.9.1.
4  #  #
5  # Report bugs to <till@harbaum.org>.  # Report bugs to <till@harbaum.org>.
6  #  #
# Line 596  SHELL=${CONFIG_SHELL-/bin/sh} Line 596  SHELL=${CONFIG_SHELL-/bin/sh}
596  # Identity of this package.  # Identity of this package.
597  PACKAGE_NAME='GPXView'  PACKAGE_NAME='GPXView'
598  PACKAGE_TARNAME='gpxview'  PACKAGE_TARNAME='gpxview'
599  PACKAGE_VERSION='0.8.14'  PACKAGE_VERSION='0.9.1'
600  PACKAGE_STRING='GPXView 0.8.14'  PACKAGE_STRING='GPXView 0.9.1'
601  PACKAGE_BUGREPORT='till@harbaum.org'  PACKAGE_BUGREPORT='till@harbaum.org'
602    
603  ac_unique_file="src/main.c"  ac_unique_file="src/main.c"
# Line 1287  if test "$ac_init_help" = "long"; then Line 1287  if test "$ac_init_help" = "long"; then
1287    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1288    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
1289    cat <<_ACEOF    cat <<_ACEOF
1290  \`configure' configures GPXView 0.8.14 to adapt to many kinds of systems.  \`configure' configures GPXView 0.9.1 to adapt to many kinds of systems.
1291    
1292  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1293    
# Line 1348  fi Line 1348  fi
1348    
1349  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1350    case $ac_init_help in    case $ac_init_help in
1351       short | recursive ) echo "Configuration of GPXView 0.8.14:";;       short | recursive ) echo "Configuration of GPXView 0.9.1:";;
1352     esac     esac
1353    cat <<\_ACEOF    cat <<\_ACEOF
1354    
# Line 1485  fi Line 1485  fi
1485  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1486  if $ac_init_version; then  if $ac_init_version; then
1487    cat <<\_ACEOF    cat <<\_ACEOF
1488  GPXView configure 0.8.14  GPXView configure 0.9.1
1489  generated by GNU Autoconf 2.63  generated by GNU Autoconf 2.63
1490    
1491  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# Line 1499  cat >config.log <<_ACEOF Line 1499  cat >config.log <<_ACEOF
1499  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1500  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1501    
1502  It was created by GPXView $as_me 0.8.14, which was  It was created by GPXView $as_me 0.9.1, which was
1503  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
1504    
1505    $ $0 $@    $ $0 $@
# Line 4540  fi Line 4540  fi
4540    # fremantle uses icons of 48x48 pixels for the app installer,    # fremantle uses icons of 48x48 pixels for the app installer,
4541    # older versions used 26x26    # older versions used 26x26
4542    if [ "$MAJOR" == "5" ]; then    if [ "$MAJOR" == "5" ]; then
4543       ICONNAME=gpxview.48.png       ICONNAME=48x48/gpxview.png
4544       datarootdir=/opt       datarootdir=/opt
4545    else    else
4546       ICONNAME=gpxview.26.png       ICONNAME=26x26/gpxview.png
4547       { $as_echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5       { $as_echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4548  $as_echo "$as_me: Enabling Maemo Mapper support" >&6;}  $as_echo "$as_me: Enabling Maemo Mapper support" >&6;}
      CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"  
      EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"  
4549    fi    fi
4550    
4551      CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4552      EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4553    
4554    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4555    EXTRA_OBJS="$EXTRA_OBJS dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4556    
# Line 4563  XB-Maemo-Icon-26: Line 4564  XB-Maemo-Icon-26:
4564    
4565    # generate base64 icon, remove first and last line    # generate base64 icon, remove first and last line
4566    # and add a space before each line    # and add a space before each line
4567    ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"    ICON="$ICON`uuencode -m data/icons/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4568    
4569    
4570  else  else
# Line 5199  exec 6>&1 Line 5200  exec 6>&1
5200  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5201  # values after options handling.  # values after options handling.
5202  ac_log="  ac_log="
5203  This file was extended by GPXView $as_me 0.8.14, which was  This file was extended by GPXView $as_me 0.9.1, which was
5204  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
5205    
5206    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 5249  Report bugs to <bug-autoconf@gnu.org>." Line 5250  Report bugs to <bug-autoconf@gnu.org>."
5250  _ACEOF  _ACEOF
5251  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5252  ac_cs_version="\\  ac_cs_version="\\
5253  GPXView config.status 0.8.14  GPXView config.status 0.9.1
5254  configured by $0, generated by GNU Autoconf 2.63,  configured by $0, generated by GNU Autoconf 2.63,
5255    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5256    

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