Update ChangeLog and configure.ac for ver. 0.7.1
[snf-image] / snf-image-helper / configure.ac
index 154e48d..5c06574 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image-helper, 0.1.1, synnefo@lists.grnet.gr)
+AC_INIT(snf-image-helper, 0.7.1, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
@@ -23,6 +23,21 @@ if test -z "$RESIZE2FS" ; then
   AC_MSG_ERROR([resize2fs not found in $PATH])
 fi
 
+AC_PATH_PROG(PARTED, [parted], [], [$PATH:/usr/sbin:/sbin])
+if test -z "$PARTED" ; then
+  AC_MSG_ERROR([parted not found in $PATH])
+fi
+
+AC_PATH_PROG(REGLOOKUP, [reglookup], [], [$PATH:/usr/sbin:/sbin])
+if test -z "$REGLOOKUP" ; then
+  AC_MSG_ERROR([reglookup not found in $PATH])
+fi
+
+AC_PATH_PROG(CHNTPW, [chntpw], [], [$PATH:/usr/sbin:/sbin])
+if test -z "$CHNTPW" ; then
+  AC_MSG_ERROR([chntpw not found in $PATH])
+fi
+
 AC_CONFIG_FILES([
     Makefile
     tasks/Makefile