Diff of /trunk/configure

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

revision 96 by harbaum, Thu Sep 3 19:12:44 2009 UTC revision 126 by harbaum, Mon Sep 28 19:01:03 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.9.  # Generated by GNU Autoconf 2.63 for GPXView 0.8.10.
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.9'  PACKAGE_VERSION='0.8.10'
600  PACKAGE_STRING='GPXView 0.8.9'  PACKAGE_STRING='GPXView 0.8.10'
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"
604  ac_subst_vars='LTLIBOBJS  ac_subst_vars='LTLIBOBJS
605  LIBOBJS  LIBOBJS
606  INSTALL_PLATTFORM  INSTALL_PLATTFORM
607    ICON
608  EXTRA_OBJS  EXTRA_OBJS
609  gnome2_LIBS  gnome2_LIBS
610  gnome2_CFLAGS  gnome2_CFLAGS
# Line 1281  if test "$ac_init_help" = "long"; then Line 1282  if test "$ac_init_help" = "long"; then
1282    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1283    # 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.
1284    cat <<_ACEOF    cat <<_ACEOF
1285  \`configure' configures GPXView 0.8.9 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.10 to adapt to many kinds of systems.
1286    
1287  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1288    
# Line 1342  fi Line 1343  fi
1343    
1344  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1345    case $ac_init_help in    case $ac_init_help in
1346       short | recursive ) echo "Configuration of GPXView 0.8.9:";;       short | recursive ) echo "Configuration of GPXView 0.8.10:";;
1347     esac     esac
1348    cat <<\_ACEOF    cat <<\_ACEOF
1349    
# Line 1475  fi Line 1476  fi
1476  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1477  if $ac_init_version; then  if $ac_init_version; then
1478    cat <<\_ACEOF    cat <<\_ACEOF
1479  GPXView configure 0.8.9  GPXView configure 0.8.10
1480  generated by GNU Autoconf 2.63  generated by GNU Autoconf 2.63
1481    
1482  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# Line 1489  cat >config.log <<_ACEOF Line 1490  cat >config.log <<_ACEOF
1490  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1491  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1492    
1493  It was created by GPXView $as_me 0.8.9, which was  It was created by GPXView $as_me 0.8.10, which was
1494  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
1495    
1496    $ $0 $@    $ $0 $@
# Line 4442  $as_echo "$as_me: error: maemo-version n Line 4443  $as_echo "$as_me: error: maemo-version n
4443    
4444  fi  fi
4445    
4446      INSTALL_PLATTFORM="install-maemo"
4447    
4448      # fremantle uses icons of 48x48 pixels for the app installer,
4449      # older versions used 26x26
4450      if [ "$MAJOR" == "5" ]; then
4451         ICONNAME=gpxview.48.png
4452      else
4453         ICONNAME=gpxview.26.png
4454         { $as_echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4455    $as_echo "$as_me: Enabling Maemo Mapper support" >&6;}
4456         CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4457         EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4458      fi
4459    
4460    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4461    EXTRA_OBJS="$EXTRA_OBJS mm_poi.o dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4462    
4463    INSTALL_PLATTFORM="install-maemo"    { $as_echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5
4464    $as_echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}
4465    
4466      # add icon entry to debian/control
4467      ICON=" Maemo icon $ICONNAME
4468    XB-Maemo-Icon-26:
4469    "
4470    
4471      # generate base64 icon, remove first and last line
4472      # and add a space before each line
4473      ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4474    
4475    
4476  else  else
# Line 4453  else Line 4478  else
4478    { $as_echo "$as_me:$LINENO: result: no" >&5    { $as_echo "$as_me:$LINENO: result: no" >&5
4479  $as_echo "no" >&6; }  $as_echo "no" >&6; }
4480    
4481      EXTRA_OBJS="$EXTRA_OBJS bct.o"
4482    
4483    # check for gtk+-2.0    # check for gtk+-2.0
4484    
4485  pkg_failed=no  pkg_failed=no
# Line 4613  fi Line 4640  fi
4640    
4641    INSTALL_PLATTFORM="install-debian"    INSTALL_PLATTFORM="install-debian"
4642    
4643      ICON=" No icon"
4644    
4645  fi  fi
4646    
4647    
4648    
4649  ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile"  
4650    ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile debian/control"
4651    
4652    
4653  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
# Line 5075  exec 6>&1 Line 5105  exec 6>&1
5105  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
5106  # values after options handling.  # values after options handling.
5107  ac_log="  ac_log="
5108  This file was extended by GPXView $as_me 0.8.9, which was  This file was extended by GPXView $as_me 0.8.10, which was
5109  generated by GNU Autoconf 2.63.  Invocation command line was  generated by GNU Autoconf 2.63.  Invocation command line was
5110    
5111    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 5125  Report bugs to <bug-autoconf@gnu.org>." Line 5155  Report bugs to <bug-autoconf@gnu.org>."
5155  _ACEOF  _ACEOF
5156  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5157  ac_cs_version="\\  ac_cs_version="\\
5158  GPXView config.status 0.8.9  GPXView config.status 0.8.10
5159  configured by $0, generated by GNU Autoconf 2.63,  configured by $0, generated by GNU Autoconf 2.63,
5160    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5161    
# Line 5232  do Line 5262  do
5262      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5263      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5264      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5265        "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
5266    
5267    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5268  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}

Legend:
Removed from v.96  
changed lines
  Added in v.126