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
This commit is contained in:
Amadeusz Żołnowski
2016-07-20 22:52:09 +01:00
parent 2b0946914b
commit b07f702a1f
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ PATCHES=(
src_prepare() {
epatch "${PATCHES[@]}"
mv "${S}"/configure.{in,ac} || die
AT_M4DIR="m4" eautoreconf
}

View File

@@ -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
}