Diff of /trunk/configure

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

revision 32 by harbaum, Tue Jul 28 13:21:22 2009 UTC revision 48 by harbaum, Fri Aug 7 07:57:33 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.7.4.  # Generated by GNU Autoconf 2.61 for GPXView 0.8.2.
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.7.4'  PACKAGE_VERSION='0.8.2'
578  PACKAGE_STRING='GPXView 0.7.4'  PACKAGE_STRING='GPXView 0.8.2'
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 656  gpsbt_CFLAGS Line 656  gpsbt_CFLAGS
656  gpsbt_LIBS  gpsbt_LIBS
657  liblocation_CFLAGS  liblocation_CFLAGS
658  liblocation_LIBS  liblocation_LIBS
 EXTRA_OBJS  
 INSTALL_PLATTFORM  
659  gtk_CFLAGS  gtk_CFLAGS
660  gtk_LIBS  gtk_LIBS
661  gnome2_CFLAGS  gnome2_CFLAGS
662  gnome2_LIBS  gnome2_LIBS
663    EXTRA_OBJS
664    INSTALL_PLATTFORM
665  LIBOBJS  LIBOBJS
666  LTLIBOBJS'  LTLIBOBJS'
667  ac_subst_files=''  ac_subst_files=''
# Line 1206  if test "$ac_init_help" = "long"; then Line 1206  if test "$ac_init_help" = "long"; then
1206    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
1207    # 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.
1208    cat <<_ACEOF    cat <<_ACEOF
1209  \`configure' configures GPXView 0.7.4 to adapt to many kinds of systems.  \`configure' configures GPXView 0.8.2 to adapt to many kinds of systems.
1210    
1211  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
1212    
# Line 1267  fi Line 1267  fi
1267    
1268  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
1269    case $ac_init_help in    case $ac_init_help in
1270       short | recursive ) echo "Configuration of GPXView 0.7.4:";;       short | recursive ) echo "Configuration of GPXView 0.8.2:";;
1271     esac     esac
1272    cat <<\_ACEOF    cat <<\_ACEOF
1273    
# Line 1398  fi Line 1398  fi
1398  test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
1399  if $ac_init_version; then  if $ac_init_version; then
1400    cat <<\_ACEOF    cat <<\_ACEOF
1401  GPXView configure 0.7.4  GPXView configure 0.8.2
1402  generated by GNU Autoconf 2.61  generated by GNU Autoconf 2.61
1403    
1404  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# Line 1412  cat >config.log <<_ACEOF Line 1412  cat >config.log <<_ACEOF
1412  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1413  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1414    
1415  It was created by GPXView $as_me 0.7.4, which was  It was created by GPXView $as_me 0.8.2, which was
1416  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
1417    
1418    $ $0 $@    $ $0 $@
# Line 4323  echo "$as_me: error: maemo-version not f Line 4323  echo "$as_me: error: maemo-version not f
4323  fi  fi
4324    
4325    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4326    EXTRA_OBJS="mm_poi.o dbus.o"    EXTRA_OBJS="$EXTRA_OBJS mm_poi.o dbus.o"
   
4327    
4328    INSTALL_PLATTFORM="install-maemo"    INSTALL_PLATTFORM="install-maemo"
4329    
4330    
   
4331  else  else
4332    
4333    { echo "$as_me:$LINENO: result: no" >&5    { echo "$as_me:$LINENO: result: no" >&5
# Line 4495  fi Line 4493  fi
4493    
4494    INSTALL_PLATTFORM="install-debian"    INSTALL_PLATTFORM="install-debian"
4495    
   
4496  fi  fi
4497    
4498    
4499    
4500  ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile"  ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile"
4501    
4502    
# Line 4927  exec 6>&1 Line 4926  exec 6>&1
4926  # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
4927  # values after options handling.  # values after options handling.
4928  ac_log="  ac_log="
4929  This file was extended by GPXView $as_me 0.7.4, which was  This file was extended by GPXView $as_me 0.8.2, which was
4930  generated by GNU Autoconf 2.61.  Invocation command line was  generated by GNU Autoconf 2.61.  Invocation command line was
4931    
4932    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 4970  Report bugs to <bug-autoconf@gnu.org>." Line 4969  Report bugs to <bug-autoconf@gnu.org>."
4969  _ACEOF  _ACEOF
4970  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
4971  ac_cs_version="\\  ac_cs_version="\\
4972  GPXView config.status 0.7.4  GPXView config.status 0.8.2
4973  configured by $0, generated by GNU Autoconf 2.61,  configured by $0, generated by GNU Autoconf 2.61,
4974    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4975    
# Line 5209  gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim Line 5208  gpsbt_CFLAGS!$gpsbt_CFLAGS$ac_delim
5208  gpsbt_LIBS!$gpsbt_LIBS$ac_delim  gpsbt_LIBS!$gpsbt_LIBS$ac_delim
5209  liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim  liblocation_CFLAGS!$liblocation_CFLAGS$ac_delim
5210  liblocation_LIBS!$liblocation_LIBS$ac_delim  liblocation_LIBS!$liblocation_LIBS$ac_delim
 EXTRA_OBJS!$EXTRA_OBJS$ac_delim  
 INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim  
5211  gtk_CFLAGS!$gtk_CFLAGS$ac_delim  gtk_CFLAGS!$gtk_CFLAGS$ac_delim
5212  gtk_LIBS!$gtk_LIBS$ac_delim  gtk_LIBS!$gtk_LIBS$ac_delim
5213  gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim  gnome2_CFLAGS!$gnome2_CFLAGS$ac_delim
5214  gnome2_LIBS!$gnome2_LIBS$ac_delim  gnome2_LIBS!$gnome2_LIBS$ac_delim
5215    EXTRA_OBJS!$EXTRA_OBJS$ac_delim
5216    INSTALL_PLATTFORM!$INSTALL_PLATTFORM$ac_delim
5217  LIBOBJS!$LIBOBJS$ac_delim  LIBOBJS!$LIBOBJS$ac_delim
5218  LTLIBOBJS!$LTLIBOBJS$ac_delim  LTLIBOBJS!$LTLIBOBJS$ac_delim
5219  _ACEOF  _ACEOF

Legend:
Removed from v.32  
changed lines
  Added in v.48