forked from xen-project/xen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
8 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters