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

Collapse All | Expand All

(-)Makefile.am (-3 / +1 lines)
Lines 1-6 Link Here
1
ACLOCAL_AMFLAGS = -I libltdl/m4
1
SUBDIRS = src bindings .
2
3
SUBDIRS = libltdl src bindings .
4
INCLUDES = $(LTDLINCL)
2
INCLUDES = $(LTDLINCL)
(-)configure.ac (-2 lines)
Lines 7-13 AC_CONFIG_AUX_DIR([libltdl/config]) Link Here
7
m4_ifdef([LT_PACKAGE_VERSION],
7
m4_ifdef([LT_PACKAGE_VERSION],
8
	# libtool >= 2.2
8
	# libtool >= 2.2
9
	[
9
	[
10
	 LT_CONFIG_LTDL_DIR([libltdl])
11
	 LT_INIT([dlopen])
10
	 LT_INIT([dlopen])
12
	 LTDL_INIT([convenience])
11
	 LTDL_INIT([convenience])
13
	 AC_DEFINE(LIBTOOL_VERSION, 2, [Define to used libtool version.])
12
	 AC_DEFINE(LIBTOOL_VERSION, 2, [Define to used libtool version.])
Lines 19-25 m4_ifdef([LT_PACKAGE_VERSION], Link Here
19
	 AC_SUBST(LTDLINCL)
18
	 AC_SUBST(LTDLINCL)
20
	 AC_SUBST(LIBLTDL)
19
	 AC_SUBST(LIBLTDL)
21
	 AC_LIBTOOL_DLOPEN
20
	 AC_LIBTOOL_DLOPEN
22
	 AC_CONFIG_SUBDIRS(libltdl)
23
	 AC_DEFINE(LIBTOOL_VERSION, 1, [Define to used libtool version.])
21
	 AC_DEFINE(LIBTOOL_VERSION, 1, [Define to used libtool version.])
24
	]
22
	]
25
)
23
)

Return to bug 501644