Skip to content

Commit

Permalink
tools: revert to installing in /usr
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Roger Pau Monné <[email protected]>
Committed-by: Ian Campbell <[email protected]>
  • Loading branch information
Ian Campbell committed Jan 28, 2013
1 parent dea5493 commit 748e38f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ PACKAGE_BUGREPORT='[email protected]'
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
Expand Down Expand Up @@ -1685,6 +1686,7 @@ ac_config_files="$ac_config_files ./config/Toplevel.mk"




ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
if test -f "$ac_dir/install-sh"; then
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor], m4_esyscmd([./version.sh ./xen/Makefile]),
[[email protected]], [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])
Expand Down
2 changes: 2 additions & 0 deletions docs/configure
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='http://www.xen.org/'

ac_unique_file="misc/xen-command-line.markdown"
ac_default_prefix=/usr
ac_subst_vars='LTLIBOBJS
LIBOBJS
MARKDOWN
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor Documentation], m4_esyscmd([../version.sh ../xen/Makefil
[[email protected]], [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
Expand Down
2 changes: 2 additions & 0 deletions stubdom/configure
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ PACKAGE_BUGREPORT='[email protected]'
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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions stubdom/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor Stub Domains], m4_esyscmd([../version.sh ../xen/Makefile
[[email protected]], [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
Expand Down
2 changes: 2 additions & 0 deletions tools/configure
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ PACKAGE_BUGREPORT='[email protected]'
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>
Expand Down Expand Up @@ -2144,6 +2145,7 @@ ac_config_files="$ac_config_files ../config/Tools.mk"
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
Expand Down
1 change: 1 addition & 0 deletions tools/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AC_INIT([Xen Hypervisor Tools], m4_esyscmd([../version.sh ../xen/Makefile]),
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
Expand Down

0 comments on commit 748e38f

Please sign in to comment.