summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index fcb8e2215..57db8a1bc 100644
--- a/configure.in
+++ b/configure.in
@@ -5,11 +5,11 @@ dnl NOTE: Be version style _higher_ than the last release.
dnl So lastversion.X.trunk for instance. Bump X if necessary.
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.2.2 at least or higher!
-AC_INIT([libgphoto2], [2.2.1.2.trunk], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
-AC_CONFIG_SRCDIR([libgphoto2/gphoto2.h])
+AC_INIT([libgphoto2], [2.2.1.3.trunk], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_CONFIG_SRCDIR([libgphoto2/gphoto2/gphoto2.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([libgphoto2_port/m4])
-AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2])
+AM_INIT_AUTOMAKE([-Wall -Werror gnu 1.9 dist-bzip2])
GP_CHECK_SHELL_ENVIRONMENT
GP_CONFIG_MSG([Build])