[packages/lighttpd] run aclocal before libtoolize

glen glen at pld-linux.org
Mon Dec 5 17:42:36 CET 2016


commit cd9299ee20af5b9cb976648512e97da7ff417ad7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Dec 5 18:41:07 2016 +0200

    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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/cd9299ee20af5b9cb976648512e97da7ff417ad7



More information about the pld-cvs-commit mailing list