Update ChangeLog and configure.ac for ver. 0.7.4
[snf-image] / snf-image-host / configure.ac
index c30b8d9..3dd72d1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image, 0.6.5, synnefo@lists.grnet.gr)
+AC_INIT(snf-image, 0.7.4, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
@@ -13,6 +13,16 @@ AC_ARG_ENABLE([network_backend],
     (this depends on cURL)])
 )
 
+
+AC_ARG_ENABLE([version_consistency_check],
+   AS_HELP_STRING([--enable-version-consistency-check],
+    [Check if the host and the helper packages have the same version]),
+    version_check="$enableval", version_check="no"
+)
+if test ${version_check} = yes; then
+    AC_SUBST(VERSION_CHECK, yes)
+fi
+
 # --with-progress-monitor
 AC_ARG_WITH([progress-monitor],
   [AS_HELP_STRING([--with-progress-monitor=PRGRM],