commit:     b07f702a1f45a04977fb5b0a167df625df5adafe
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 21:52:09 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 21:52:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07f702a

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(-)

diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild 
b/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild
index ac7c60c..e54c80e 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 bf6b18c..b278eba 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
 }
 

Reply via email to