]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
run aclocal before libtoolize
authorElan Ruusamäe <glen@delfi.ee>
Mon, 5 Dec 2016 16:41:07 +0000 (18:41 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 5 Dec 2016 16:41:07 +0000 (18:41 +0200)
+ libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.

lighttpd.spec

index 9aa3ab17aff4cbf4841f4e414541b56f87ef4890..3ea5af29ca4562eba8869ef9f89444ad8c08b04b 100644 (file)
@@ -933,8 +933,8 @@ if [ "$ver" != "%{version}" ]; then
        exit 1
 fi
 
-%{__libtoolize}
 %{__aclocal} -I scripts/m4
+%{__libtoolize}
 %{__autoheader}
 %{__autoconf}
 %{__automake}
This page took 0.094099 seconds and 4 git commands to generate.