View | Details | Raw Unified
Collapse All | Expand All

(-) libgnomeui-2.10.1.ebuild (-2 / +4 lines)
 Lines 47-56    Link Here 
	# --without-jpeg switch
	# --without-jpeg switch
	epatch ${FILESDIR}/${P}-gentoo.patch
	epatch ${FILESDIR}/${P}-gentoo.patch
	export WANT_AUTOMAKE=1.7
	cp aclocal.m4 old_macros.m4
	einfo "Running aclocal"
	einfo "Running aclocal"
	aclocal || die "Aclocal failed"
	aclocal -I . || die "Aclocal failed"
	einfo "Running autoconf"
	einfo "Running autoconf"
	autoconf || die "Autoconf failed"
	autoconf || die "Autoconf failed"
	einfo "Running automake"
	einfo "Running automake"
	WANT_AUTOMAKE=1.7 automake || die "Automake failed"
	automake || die "Automake failed"
}
}