From: Elan Ruusamäe Date: Mon, 5 Dec 2016 16:41:07 +0000 (+0200) Subject: run aclocal before libtoolize X-Git-Tag: AC-branch~4 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=cd9299ee20af5b9cb976648512e97da7ff417ad7;p=packages%2Flighttpd.git run aclocal before libtoolize + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. --- 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}