diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/guile/configure-lossage.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/guile/configure-lossage.patch')
-rw-r--r-- | packages/guile/configure-lossage.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/guile/configure-lossage.patch b/packages/guile/configure-lossage.patch index e69de29bb2..da1d0de6e7 100644 --- a/packages/guile/configure-lossage.patch +++ b/packages/guile/configure-lossage.patch @@ -0,0 +1,28 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- guile-1.6.4/configure.in~configure-lossage ++++ guile-1.6.4/configure.in +@@ -462,7 +462,9 @@ + # explicitly to LIBOBJS to make sure that it is translated to + # `alloca.lo' for libtool later on. This can and should be done more cleanly. + AC_FUNC_ALLOCA +-if test "$ALLOCA" = "alloca.o"; then AC_LIBOBJ([alloca]); fi ++if test "$ALLOCA" = "alloca.o"; then ++ AC_LIBOBJ([alloca]) ++fi + + AC_CHECK_MEMBERS([struct stat.st_rdev]) + AC_CHECK_MEMBERS([struct stat.st_blksize]) +--- guile-1.6.4/guile-readline/configure.in~configure-lossage ++++ guile-1.6.4/guile-readline/configure.in +@@ -2,6 +2,7 @@ + + AC_INIT + AC_CONFIG_SRCDIR([readline.c]) ++AC_CONFIG_AUX_DIR([..]) + . $srcdir/../GUILE-VERSION + PACKAGE=guile-readline + AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) |