[Kexecboot-devel] [PATCH 2/4] configure.ac: add a little bit of cross-compilation glue
Dmitry Eremin-Solenikov
dbaryshkov at gmail.com
Fri Aug 19 13:22:34 CEST 2011
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3af3554..6f2943d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_PREREQ(2.53)
AC_INIT([kexecboot], [0.5.9], [kexecboot-devel at linuxtogo.org])
+AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall foreign])
AC_CONFIG_SRCDIR(kexecboot.c)
AM_CONFIG_HEADER(config.h)
--
1.7.2.5
More information about the Kexecboot-devel
mailing list