mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -49,6 +49,7 @@ PATCHES=(
|
||||
|
||||
src_prepare() {
|
||||
epatch "${PATCHES[@]}"
|
||||
mv "${S}"/configure.{in,ac} || die
|
||||
AT_M4DIR="m4" eautoreconf
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user