]> xenbits.xensource.com Git - xen.git/commitdiff
tools: Regenerate autoconf
authorIan Jackson <iwj@xenproject.org>
Tue, 9 Feb 2021 17:05:54 +0000 (17:05 +0000)
committerIan Jackson <iwj@xenproject.org>
Tue, 9 Feb 2021 17:09:34 +0000 (17:09 +0000)
This seems to have been omitted in many recent commits.  The earliest
of which are, according to git-bisect:
  154137dfdba3  stubdom/configure      stubdom: add xenstore pvh stubdom
  cc83ee4c6c37  all configure scripts  NetBSD: Fix lock directory path
but it seems that this is true of several later commits too.

Release status: I consider this discrepancy a release critical bug.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-acked-by: Ian Jackson <iwj@xenproject.org>
configure
docs/configure
stubdom/configure
tools/configure

index 741e54bf2ab0e931a26534e39c84e1e52d11eb20..e174dbd238168788450e785842ec6ec85347eda8 100755 (executable)
--- a/configure
+++ b/configure
@@ -2056,7 +2056,7 @@ XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
 
 case "$host_os" in
 *freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
-*netbsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
+*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
 *) XEN_LOCK_DIR=$localstatedir/lock ;;
 esac
 
index f55268564e05d63119443702d5e7fbc0e990aa5b..1582d477e387424aada72ed118e960ce21fb806d 100755 (executable)
@@ -1749,7 +1749,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-ac_config_files="$ac_config_files ../config/Docs.mk man/xl.cfg.5.pod man/xl.1.pod"
+ac_config_files="$ac_config_files ../config/Docs.mk man/xl.cfg.5.pod man/xl.1.pod man/xl-disk-configuration.5.pod man/xl-network-configuration.5.pod man/xl.conf.5.pod"
 
 ac_aux_dir=
 for ac_dir in ../ "$srcdir"/../; do
@@ -1959,7 +1959,7 @@ XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
 
 case "$host_os" in
 *freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
-*netbsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
+*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
 *) XEN_LOCK_DIR=$localstatedir/lock ;;
 esac
 
@@ -2976,6 +2976,9 @@ do
     "../config/Docs.mk") CONFIG_FILES="$CONFIG_FILES ../config/Docs.mk" ;;
     "man/xl.cfg.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl.cfg.5.pod" ;;
     "man/xl.1.pod") CONFIG_FILES="$CONFIG_FILES man/xl.1.pod" ;;
+    "man/xl-disk-configuration.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl-disk-configuration.5.pod" ;;
+    "man/xl-network-configuration.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl-network-configuration.5.pod" ;;
+    "man/xl.conf.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl.conf.5.pod" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac
index 903414589bc81042f5329e900f545e4b31d38290..6068f58d120007f7d135d9ee546009cd46d681c2 100755 (executable)
@@ -690,7 +690,7 @@ enable_c_stubdom
 enable_caml_stubdom
 enable_pv_grub
 enable_xenstore_stubdom
-enable_xenstore_pvh_stubdom
+enable_xenstorepvh_stubdom
 enable_vtpm_stubdom
 enable_vtpmmgr_stubdom
 enable_qemu_traditional
@@ -2184,8 +2184,8 @@ fi
 
 
 # Check whether --enable-xenstorepvh-stubdom was given.
-if test "${enable_xenstore_pvh_stubdom+set}" = set; then :
-  enableval=$enable_xenstore_pvh_stubdom;
+if test "${enable_xenstorepvh_stubdom+set}" = set; then :
+  enableval=$enable_xenstorepvh_stubdom;
 
 if test "x$enableval" = "xyes"; then :
 
index 42c0d05bc1d3dd5fe367c34122bbae83c899bd5d..519efb71eeabab7e77009d0b06305f0d01193077 100755 (executable)
@@ -4038,7 +4038,7 @@ XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
 
 case "$host_os" in
 *freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
-*netbsd*) XEN_LOCK_DIR=$localstatedir/run ;;
+*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
 *) XEN_LOCK_DIR=$localstatedir/lock ;;
 esac