From cd9299ee20af5b9cb976648512e97da7ff417ad7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 5 Dec 2016 18:41:07 +0200 Subject: [PATCH] run aclocal before libtoolize + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. --- lighttpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighttpd.spec b/lighttpd.spec index 9aa3ab1..3ea5af2 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -933,8 +933,8 @@ if [ "$ver" != "%{version}" ]; then exit 1 fi -%{__libtoolize} %{__aclocal} -I scripts/m4 +%{__libtoolize} %{__autoheader} %{__autoconf} %{__automake} -- 2.44.0