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

(-)courier-authlib-0.60.6.ebuild (-8 / +3 lines)
Lines 63-78 Link Here
63
	sed -i -e"s|@@INDENT@@|		|g" authmigrate.in || die "sed failed"
63
	sed -i -e"s|@@INDENT@@|		|g" authmigrate.in || die "sed failed"
64
	sed -i -e"s|\$sbindir/makeuserdb||g" authmigrate.in || die "sed failed"
64
	sed -i -e"s|\$sbindir/makeuserdb||g" authmigrate.in || die "sed failed"
65
65
66
	sed -i -e 's:AC_LIBLTDL_INSTALLABLE:AC_LIBLTDL_CONVENIENCE:' configure.in \
66
	sed -i -e 's|\(AC_CONFIG_SUBDIRS[[:space:]]*(.*\)libltdl|\1|' \
67
		-e 's:AC_LIBLTDL_INSTALLABLE:AC_LIB_LTDL:' configure.in \
67
		|| die "fixing libltdl call failed"
68
		|| die "fixing libltdl call failed"
68
69
69
	local d
70
	eautoreconf
70
	for d in $(find -name configure.in) ; do
71
		[[ ${d} == */libltdl/* ]] && continue
72
		cd "${S}"/${d%configure.in}
73
		AT_NO_RECURSIVE="yes" AT_NOELIBTOOLIZE="yes" eautoreconf
74
	done
75
76
	elibtoolize
71
	elibtoolize
77
}
72
}
78
73

Return to bug 225867