Diff of /trunk/configure

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

revision 169 by harbaum, Mon Nov 9 14:26:13 2009 UTC revision 229 by harbaum, Fri Dec 4 19:58:26 2009 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.61 for GPXView 0.8.13.  # Generated by GNU Autoconf 2.61 for GPXView 0.9.0.
4  #  #
5  # Report bugs to <till@harbaum.org>.  # Report bugs to <till@harbaum.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='GPXView'  PACKAGE_NAME='GPXView'
576  PACKAGE_TARNAME='gpxview'  PACKAGE_TARNAME='gpxview'
577  PACKAGE_VERSION='0.8.13'  PACKAGE_VERSION='0.9.0'
578  PACKAGE_STRING='GPXView 0.8.13'  PACKAGE_STRING='GPXView 0.9.0'
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"
# Line 1212  if test "$ac_init_help" = "long"; then Line 1212  if test "$ac_init_help" = "long"; then
1212    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1213    # 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.
1214    cat <<_ACEOF    cat <<_ACEOF
1215  \`configure' configures GPXView 0.8.13 to adapt to many kinds of systems.  \`configure' configures GPXView 0.9.0 to adapt to many kinds of systems.
1216    
1217  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1218    
# Line 1273  fi Line 1273  fi
1273    
1274  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1275    case $ac_init_help in    case $ac_init_help in
1276       short | recursive ) echo "Configuration of GPXView 0.8.13:";;       short | recursive ) echo "Configuration of GPXView 0.9.0:";;
1277     esac     esac
1278    cat <<\_ACEOF    cat <<\_ACEOF
1279    
# Line 1408  fi Line 1408  fi
1408  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1409  if $ac_init_version; then  if $ac_init_version; then
1410    cat <<\_ACEOF    cat <<\_ACEOF
1411  GPXView configure 0.8.13  GPXView configure 0.9.0
1412  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.61
1413    
1414  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# Line 1422  cat >config.log <<_ACEOF Line 1422  cat >config.log <<_ACEOF
1422  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1423  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1424    
1425  It was created by GPXView $as_me 0.8.13, which was  It was created by GPXView $as_me 0.9.0, which was
1426  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
1427    
1428    $ $0 $@    $ $0 $@
# Line 4420  fi Line 4420  fi
4420    # fremantle uses icons of 48x48 pixels for the app installer,    # fremantle uses icons of 48x48 pixels for the app installer,
4421    # older versions used 26x26    # older versions used 26x26
4422    if [ "$MAJOR" == "5" ]; then    if [ "$MAJOR" == "5" ]; then
4423       ICONNAME=gpxview.48.png       ICONNAME=48x48/gpxview.png
4424       datarootdir=/opt       datarootdir=/opt
4425    else    else
4426       ICONNAME=gpxview.26.png       ICONNAME=26x26/gpxview.png
4427       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4428  echo "$as_me: Enabling Maemo Mapper support" >&6;}  echo "$as_me: Enabling Maemo Mapper support" >&6;}
4429       CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"       CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
# Line 4443  XB-Maemo-Icon-26: Line 4443  XB-Maemo-Icon-26:
4443    
4444    # generate base64 icon, remove first and last line    # generate base64 icon, remove first and last line
4445    # and add a space before each line    # and add a space before each line
4446    ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"    ICON="$ICON`uuencode -m data/icons/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4447    
4448    
4449  else  else
# Line 5050  exec 6>&1 Line 5050  exec 6>&1
5050  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5051  # values after options handling.  # values after options handling.
5052  ac_log="  ac_log="
5053  This file was extended by GPXView $as_me 0.8.13, which was  This file was extended by GPXView $as_me 0.9.0, which was
5054  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
5055    
5056    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 5093  Report bugs to <bug-autoconf@gnu.org>." Line 5093  Report bugs to <bug-autoconf@gnu.org>."
5093  _ACEOF  _ACEOF
5094  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5095  ac_cs_version="\\  ac_cs_version="\\
5096  GPXView config.status 0.8.13  GPXView config.status 0.9.0
5097  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.61,
5098    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5099    

Legend:
Removed from v.169  
changed lines
  Added in v.229