summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 15:44:34 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 15:44:34 +0000
commit0ce9dedf67ac58fba1dc5e4e94458307dacc4e84 (patch)
tree4d380d6bd8da02306c7bf53e1c673c5e5c530e02 /configure.ac
parentc3a8c2b2277a0dfb0c81e83024646e5a39c58ffe (diff)
downloadlibgpod-0ce9dedf67ac58fba1dc5e4e94458307dacc4e84.tar.gz
libgpod-0ce9dedf67ac58fba1dc5e4e94458307dacc4e84.tar.xz
libgpod-0ce9dedf67ac58fba1dc5e4e94458307dacc4e84.zip
* configure.ac: bumped version to 0.4.2 for release
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1384 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f91045..5b10ccb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(config.h)
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=4
-LIBGPOD_MICRO_VERSION=1
+LIBGPOD_MICRO_VERSION=2
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.
LIBGPOD_EXTRAVERSION=
@@ -38,6 +38,12 @@ AM_MAINTAINER_MODE
AC_GNU_SOURCE
AC_PROG_CC
+
+# AC_PROG_CXX is only needed for the test program tests/test-rebuild-db.cc.
+# You can safely remove AC_PROG_CXX and the test program (edit tests/Makefile.am)
+# if you should run into problems.
+AC_PROG_CXX
+
AC_PROG_LD
AC_STDC_HEADERS
AC_PROG_INSTALL