diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2011-03-20 22:48:33 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-03-25 19:45:14 +0000 |
commit | 08e6b25ca2184bed67d38be4db26561ee713b290 (patch) | |
tree | fe602b444b266989fa8c62b79882f96d107c70cd | |
parent | 29ee01c009c46969a6b5570daf0a021a541c2d17 (diff) | |
download | guile-08e6b25ca2184bed67d38be4db26561ee713b290.tar.gz |
GUILE_FOR_BUILD is only needed by meta/guile.in, not by Makefiles
* configure.ac: Use AM_SUBST_NOTMAKE for GUILE_FOR_BUILD instead of
AC_SUBST.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6f24d8db4..ccc1e3189 100644 --- a/configure.ac +++ b/configure.ac @@ -1503,7 +1503,7 @@ if test "$cross_compiling" = "yes"; then AC_MSG_RESULT($GUILE_FOR_BUILD) fi AC_ARG_VAR(GUILE_FOR_BUILD,[guile for build system]) -AC_SUBST(GUILE_FOR_BUILD) +AM_SUBST_NOTMAKE(GUILE_FOR_BUILD) ## If we're using GCC, ask for aggressive warnings. GCC_CFLAGS="" |