From b07f702a1f45a04977fb5b0a167df625df5adafe Mon Sep 17 00:00:00 2001 From: Amadeusz Żołnowski Date: Wed, 20 Jul 2016 22:52:09 +0100 Subject: app-admin/hddtemp: Fix warning about configure.in Rename configure.in to configure.ac. Gentoo-Bug: 574090 Gentoo-Bug: 426262 Package-Manager: portage-2.3.0 --- app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild | 1 + app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'app-admin/hddtemp') diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild index ac7c60c011f9..e54c80e5b8ee 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild @@ -49,6 +49,7 @@ PATCHES=( src_prepare() { epatch "${PATCHES[@]}" + mv "${S}"/configure.{in,ac} || die AT_M4DIR="m4" eautoreconf } diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild index bf6b18cfb467..b278eba47827 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,6 +41,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-nls.patch epatch "${FILESDIR}"/${P}-iconv.patch epatch "${FILESDIR}"/${P}-dontwake.patch + mv "${S}"/configure.{in,ac} || die AT_M4DIR="m4" eautoreconf } -- cgit v1.2.3-65-gdbad