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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/eclass/php-ext-source-r3.eclass
0
++ b/eclass/php-ext-source-r3.eclass
Lines 185-191 php-ext-source-r3_phpize() { Link Here
185
185
186
		# Force libtoolize to run and regenerate autotools files (bug
186
		# Force libtoolize to run and regenerate autotools files (bug
187
		# #220519).
187
		# #220519).
188
		rm aclocal.m4 || die "failed to remove aclocal.m4"
188
		rm -f aclocal.m4 || die "failed to remove aclocal.m4"
189
		eautoreconf
189
		eautoreconf
190
	fi
190
	fi
191
}
191
}

Return to bug 692442