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

Collapse All | Expand All

(-)Makefile.am.orig (-2 / +2 lines)
Lines 10-20 Link Here
10
	README.betatester README.win32 hamlib.spec
10
	README.betatester README.win32 hamlib.spec
11
11
12
# BINDINGS_LIST subdirs are no longer built
12
# BINDINGS_LIST subdirs are no longer built
13
SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
13
SUBDIRS = macros include lib src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
14
			@BINDINGS@ tests doc
14
			@BINDINGS@ tests doc
15
15
16
# tcl, perl, and kylix subdirs are no longer distributed
16
# tcl, perl, and kylix subdirs are no longer distributed
17
DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
17
DIST_SUBDIRS = macros include lib src c++ bindings tests doc \
18
	icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
18
	icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
19
	rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \
19
	rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \
20
	flexradio sartek lowe rft tapr kit skanti wj racal tuner \
20
	flexradio sartek lowe rft tapr kit skanti wj racal tuner \
(-)configure.ac.orig (-2 / +2 lines)
Lines 174-180 Link Here
174
## ------------------------ ##
174
## ------------------------ ##
175
dnl Enable building of the convenience library
175
dnl Enable building of the convenience library
176
dnl and set LIBLTDL accordingly
176
dnl and set LIBLTDL accordingly
177
AC_LIBLTDL_CONVENIENCE
177
AC_LIBLTDL_INSTALLABLE
178
dnl Substitute INCLTDL and LIBLTDL in the Makefiles
178
dnl Substitute INCLTDL and LIBLTDL in the Makefiles
179
AC_SUBST([INCLTDL])
179
AC_SUBST([INCLTDL])
180
AC_SUBST([LIBLTDL])
180
AC_SUBST([LIBLTDL])
Lines 187-193 Link Here
187
AC_SUBST([LIBTOOL_DEPS])
187
AC_SUBST([LIBTOOL_DEPS])
188
AC_LIB_LTDL
188
AC_LIB_LTDL
189
dnl Configure libltdl
189
dnl Configure libltdl
190
AC_CONFIG_SUBDIRS(libltdl)
190
#AC_CONFIG_SUBDIRS(libltdl)
191
191
192
case "$host_os" in
192
case "$host_os" in
193
darwin* | rhapsody*)
193
darwin* | rhapsody*)

Return to bug 252326