]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/guile/configure-lossage.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / guile / configure-lossage.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- guile-1.6.4/configure.in~configure-lossage
7 +++ guile-1.6.4/configure.in
8 @@ -462,7 +462,9 @@
9  # explicitly to LIBOBJS to make sure that it is translated to
10  # `alloca.lo' for libtool later on.  This can and should be done more cleanly.
11  AC_FUNC_ALLOCA
12 -if test "$ALLOCA" = "alloca.o"; then AC_LIBOBJ([alloca]); fi
13 +if test "$ALLOCA" = "alloca.o"; then 
14 +   AC_LIBOBJ([alloca])
15 +fi
16  
17  AC_CHECK_MEMBERS([struct stat.st_rdev])
18  AC_CHECK_MEMBERS([struct stat.st_blksize])
19 --- guile-1.6.4/guile-readline/configure.in~configure-lossage
20 +++ guile-1.6.4/guile-readline/configure.in
21 @@ -2,6 +2,7 @@
22  
23  AC_INIT
24  AC_CONFIG_SRCDIR([readline.c])
25 +AC_CONFIG_AUX_DIR([..])
26  . $srcdir/../GUILE-VERSION
27  PACKAGE=guile-readline
28  AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)