net-analyzer/ippl: avoid autoconf deprecation warning

Closes: https://bugs.gentoo.org/955112
Signed-off-by: Vladislav Mikhailikov <vmikhailikov@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42750
Closes: https://github.com/gentoo/gentoo/pull/42750
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Vladislav Mikhailikov 2025-06-26 10:36:36 +03:00 committed by Sam James
parent f45eabaeb3
commit b7913c0e48
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -32,7 +32,8 @@ PATCHES=(
src_prepare() {
default
# bug https://bugs.gentoo.org/875665
# bug #875665
mv configure.in configure.ac || die
eautoreconf
}