Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107076 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-2 / +1 lines)
Lines 22-28 Link Here
22
22
23
dnl configure libtool
23
dnl configure libtool
24
AC_DISABLE_STATIC
24
AC_DISABLE_STATIC
25
AC_LIBLTDL_CONVENIENCE
25
AC_WITH_LTDL
26
AC_SUBST(LTDLINCL)
26
AC_SUBST(LTDLINCL)
27
AC_SUBST(LIBLTDL)
27
AC_SUBST(LIBLTDL)
28
AC_LIBTOOL_DLOPEN
28
AC_LIBTOOL_DLOPEN
Lines 30-36 Link Here
30
AC_PROG_LEX
30
AC_PROG_LEX
31
AC_PROG_YACC
31
AC_PROG_YACC
32
PKG_PROG_PKG_CONFIG
32
PKG_PROG_PKG_CONFIG
33
AC_CONFIG_SUBDIRS(libltdl)
34
33
35
AC_MSG_CHECKING([for kernel type ($host_os)])
34
AC_MSG_CHECKING([for kernel type ($host_os)])
36
case $host_os in
35
case $host_os in
(-)Makefile.am.orig (-1 / +1 lines)
Lines 1-4 Link Here
1
SUBDIRS = libltdl src bindings
1
SUBDIRS = src bindings
2
2
3
INCLUDES = $(LTDLINCL)
3
INCLUDES = $(LTDLINCL)
4
4

Return to bug 107076