summaryrefslogtreecommitdiff
blob: 308c3a683e9d30d92b17d74770baec6cb4939a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

eblit-autoconf-src_configure() {
	# Disable Emacs in the build system since it is in a separate package.
	export EMACS=no
	econf --program-suffix="-${PV}" || die
	# econf updates config.{sub,guess} which forces the manpages
	# to be regenerated which we dont want to do #146621
	touch man/*.1
}