From 575d48e18074b14e600a1011373f87f5d9ed3c78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 5 Dec 2016 18:38:24 +0200 Subject: [PATCH] run aclocal before autoheader + autoheader aclocal.m4:17: warning: this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'. --- lighttpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighttpd.spec b/lighttpd.spec index 929cca1..ffddb90 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -934,8 +934,8 @@ if [ "$ver" != "%{version}" ]; then fi %{__libtoolize} -%{__autoheader} %{__aclocal} +%{__autoheader} %{__autoconf} %{__automake} -- 2.44.0