[packages/lighttpd] run aclocal before autoheader

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


commit 575d48e18074b14e600a1011373f87f5d9ed3c78
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Dec 5 18:38:24 2016 +0200

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

---- gitweb:

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



More information about the pld-cvs-commit mailing list