Diff of /trunk/configure.in

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

revision 245 by harbaum, Wed Dec 9 20:08:58 2009 UTC revision 246 by harbaum, Tue Jan 19 20:26:37 2010 UTC
# Line 21  Line 21 
21  # along with GPXView.  If not, see <http://www.gnu.org/licenses/>.  # along with GPXView.  If not, see <http://www.gnu.org/licenses/>.
22    
23  AC_PREREQ(2.61)  AC_PREREQ(2.61)
24  AC_INIT([GPXView],[0.9.1],[till@harbaum.org])  AC_INIT([GPXView],[0.9.2],[till@harbaum.org])
25  AC_CONFIG_SRCDIR([src/main.c])  AC_CONFIG_SRCDIR([src/main.c])
26  # AC_CONFIG_HEADER([src/config.h])  # AC_CONFIG_HEADER([src/config.h])
27    
# Line 70  PKG_CHECK_MODULES([libcurl], [libcurl], Line 70  PKG_CHECK_MODULES([libcurl], [libcurl],
70  CFLAGS="$CFLAGS $libcurl_CFLAGS"  CFLAGS="$CFLAGS $libcurl_CFLAGS"
71  LIBS="$LIBS $libcurl_LIBS"  LIBS="$LIBS $libcurl_LIBS"
72    
73    # check for libespeak (consider moving this to maemo5)
74    AC_CHECK_HEADERS(espeak/speak_lib.h, [
75    CFLAGS="$CFLAGS -DESPEAK"
76    LIBS="$LIBS -lespeak"
77    ])
78    
79  # check for libsoup  # check for libsoup
80  PKG_CHECK_MODULES([libsoup24], [libsoup-2.4], [  PKG_CHECK_MODULES([libsoup24], [libsoup-2.4], [
81    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"    EXTRA_OBJS="$EXTRA_OBJS converter.o osm-gps-map.o map-tool.o osm-gps-map-osd-classic.o"

Legend:
Removed from v.245  
changed lines
  Added in v.246