diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-06-15 10:11:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-06-15 10:11:29 +0200 |
commit | 73d96596978b6a6f338e5444719a36bffd3fa521 (patch) | |
tree | 56f5caa886577c01a75bfdb53bab6d36aa8aeb4e /configure.ac | |
parent | 48e8333d91ea64ccbc6e694393783498f1aa5d4b (diff) | |
download | patches-73d96596978b6a6f338e5444719a36bffd3fa521.tar patches-73d96596978b6a6f338e5444719a36bffd3fa521.tar.gz |
build: Be cross-compilation-ready.
* Makefile.am (.scm.go): Pass `--target=$(host)'.
* configure.ac: Use `AC_CANONICAL_HOST'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8826258b04..1aabc24ab6 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,8 @@ AC_CONFIG_MACRO_DIR([m4]) guilemoduledir="${datarootdir}/guile/site/2.0" AC_SUBST([guilemoduledir]) +AC_CANONICAL_HOST + PKG_CHECK_MODULES([GUILE], [guile-2.0]) AC_PATH_PROG([GUILE], [guile]) AC_PATH_PROG([GUILD], [guild]) |