Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 392553
Collapse All | Expand All

(-)guile-1.8.8.orig/configure.in (-1 / +7 lines)
Lines 57-63 Link Here
57
#
57
#
58
#--------------------------------------------------------------------
58
#--------------------------------------------------------------------
59
59
60
AC_CONFIG_SUBDIRS(guile-readline)
60
GUILE_READLINE
61
if test "x$with_readline" = xyes; then
62
  AC_CONFIG_SUBDIRS(guile-readline)
63
  GUILE_READLINE="guile-readline"
64
fi
65
66
AC_SUBST([GUILE_READLINE])
61
67
62
#--------------------------------------------------------------------
68
#--------------------------------------------------------------------
63
69
(-)guile-1.8.8.orig/Makefile.am (-1 / +1 lines)
Lines 24-30 Link Here
24
#
24
#
25
AUTOMAKE_OPTIONS = 1.10
25
AUTOMAKE_OPTIONS = 1.10
26
26
27
SUBDIRS = oop libguile ice-9 guile-config guile-readline emacs \
27
SUBDIRS = oop libguile ice-9 guile-config @GUILE_READLINE@ emacs \
28
	  scripts srfi doc examples test-suite benchmark-suite lang am
28
	  scripts srfi doc examples test-suite benchmark-suite lang am
29
29
30
bin_SCRIPTS = guile-tools
30
bin_SCRIPTS = guile-tools

Return to bug 392553