[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] tools: revert to installing in /usr


  • To: xen-changelog@xxxxxxxxxxxxxxxxxxx
  • From: Xen patchbot-unstable <patchbot@xxxxxxx>
  • Date: Mon, 04 Feb 2013 15:44:36 +0000
  • Delivery-date: Mon, 04 Feb 2013 15:44:50 +0000
  • List-id: "Change log for Mercurial \(receive only\)" <xen-changelog.lists.xen.org>

# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1359391699 0
# Node ID 5c0fca4c9bbf25fcf64e3082c9f851bf3e8bceb8
# Parent  6727070b4129cf852199b66b6a81042ee6966a98
tools: revert to installing in /usr

26470:acaf29203cf9 missed a bunch of hardcoded paths, e.g. in the
initscripts. I think at this juncture it is appropriate to revert
this change and try again after some more testing.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---


diff -r 6727070b4129 -r 5c0fca4c9bbf configure
--- a/configure Mon Jan 28 11:49:16 2013 +0100
+++ b/configure Mon Jan 28 16:48:19 2013 +0000
@@ -557,6 +557,7 @@ PACKAGE_BUGREPORT='xen-devel@xxxxxxxxxxx
 PACKAGE_URL='http://www.xen.org/'
 
 ac_unique_file="./xen/common/kernel.c"
+ac_default_prefix=/usr
 enable_option_checking=no
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
@@ -1685,6 +1686,7 @@ ac_config_files="$ac_config_files ./conf
 
 
 
+
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   if test -f "$ac_dir/install-sh"; then
diff -r 6727070b4129 -r 5c0fca4c9bbf configure.ac
--- a/configure.ac      Mon Jan 28 11:49:16 2013 +0100
+++ b/configure.ac      Mon Jan 28 16:48:19 2013 +0000
@@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor], m4_esyscmd([./
     [xen-devel@xxxxxxxxxxxxx], [xen], [http://www.xen.org/])
 AC_CONFIG_SRCDIR([./xen/common/kernel.c])
 AC_CONFIG_FILES([./config/Toplevel.mk])
+AC_PREFIX_DEFAULT([/usr])
 
 m4_include([m4/features.m4])
 m4_include([m4/subsystem.m4])
diff -r 6727070b4129 -r 5c0fca4c9bbf docs/configure
--- a/docs/configure    Mon Jan 28 11:49:16 2013 +0100
+++ b/docs/configure    Mon Jan 28 16:48:19 2013 +0000
@@ -557,6 +557,7 @@ PACKAGE_BUGREPORT='xen-devel@xxxxxxxxxxx
 PACKAGE_URL='http://www.xen.org/'
 
 ac_unique_file="misc/xen-command-line.markdown"
+ac_default_prefix=/usr
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
 MARKDOWN
@@ -1663,6 +1664,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 ac_config_files="$ac_config_files ../config/Docs.mk"
 
+
 ac_aux_dir=
 for ac_dir in ../ "$srcdir"/../; do
   if test -f "$ac_dir/install-sh"; then
diff -r 6727070b4129 -r 5c0fca4c9bbf docs/configure.ac
--- a/docs/configure.ac Mon Jan 28 11:49:16 2013 +0100
+++ b/docs/configure.ac Mon Jan 28 16:48:19 2013 +0000
@@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor Documentation], 
     [xen-devel@xxxxxxxxxxxxx], [xen], [http://www.xen.org/])
 AC_CONFIG_SRCDIR([misc/xen-command-line.markdown])
 AC_CONFIG_FILES([../config/Docs.mk])
+AC_PREFIX_DEFAULT([/usr])
 AC_CONFIG_AUX_DIR([../])
 
 # M4 Macro includes
diff -r 6727070b4129 -r 5c0fca4c9bbf stubdom/configure
--- a/stubdom/configure Mon Jan 28 11:49:16 2013 +0100
+++ b/stubdom/configure Mon Jan 28 16:48:19 2013 +0000
@@ -557,6 +557,7 @@ PACKAGE_BUGREPORT='xen-devel@xxxxxxxxxxx
 PACKAGE_URL='http://www.xen.org/'
 
 ac_unique_file="../extras/mini-os/kernel.c"
+ac_default_prefix=/usr
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
 STUBDOM_INSTALL
@@ -1791,6 +1792,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 ac_config_files="$ac_config_files ../config/Stubdom.mk"
 
+
 ac_aux_dir=
 for ac_dir in ../ "$srcdir"/../; do
   if test -f "$ac_dir/install-sh"; then
diff -r 6727070b4129 -r 5c0fca4c9bbf stubdom/configure.ac
--- a/stubdom/configure.ac      Mon Jan 28 11:49:16 2013 +0100
+++ b/stubdom/configure.ac      Mon Jan 28 16:48:19 2013 +0000
@@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor Stub Domains], m
     [xen-devel@xxxxxxxxxxxxx], [xen], [http://www.xen.org/])
 AC_CONFIG_SRCDIR([../extras/mini-os/kernel.c])
 AC_CONFIG_FILES([../config/Stubdom.mk])
+AC_PREFIX_DEFAULT([/usr])
 AC_CONFIG_AUX_DIR([../])
 
 # M4 Macro includes
diff -r 6727070b4129 -r 5c0fca4c9bbf tools/configure
--- a/tools/configure   Mon Jan 28 11:49:16 2013 +0100
+++ b/tools/configure   Mon Jan 28 16:48:19 2013 +0000
@@ -558,6 +558,7 @@ PACKAGE_BUGREPORT='xen-devel@xxxxxxxxxxx
 PACKAGE_URL='http://www.xen.org/'
 
 ac_unique_file="libxl/libxl.c"
+ac_default_prefix=/usr
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -2144,6 +2145,7 @@ ac_config_files="$ac_config_files ../con
 
 ac_config_headers="$ac_config_headers config.h"
 
+
 ac_aux_dir=
 for ac_dir in ../ "$srcdir"/../; do
   if test -f "$ac_dir/install-sh"; then
diff -r 6727070b4129 -r 5c0fca4c9bbf tools/configure.ac
--- a/tools/configure.ac        Mon Jan 28 11:49:16 2013 +0100
+++ b/tools/configure.ac        Mon Jan 28 16:48:19 2013 +0000
@@ -7,6 +7,7 @@ AC_INIT([Xen Hypervisor Tools], m4_esysc
 AC_CONFIG_SRCDIR([libxl/libxl.c])
 AC_CONFIG_FILES([../config/Tools.mk])
 AC_CONFIG_HEADERS([config.h])
+AC_PREFIX_DEFAULT([/usr])
 AC_CONFIG_AUX_DIR([../])
 
 # Check if CFLAGS, LDFLAGS, LIBS, CPPFLAGS or CPP is set and print a warning

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.