]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
run aclocal before autoheader
authorElan Ruusamäe <glen@delfi.ee>
Mon, 5 Dec 2016 16:38:24 +0000 (18:38 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 5 Dec 2016 16:38:24 +0000 (18:38 +0200)
+ 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

index 929cca1a78d622c1f1a81876ced26bd706703c5d..ffddb90968773bc1da9ca5ed89247b416d9ba700 100644 (file)
@@ -934,8 +934,8 @@ if [ "$ver" != "%{version}" ]; then
 fi
 
 %{__libtoolize}
-%{__autoheader}
 %{__aclocal}
+%{__autoheader}
 %{__autoconf}
 %{__automake}
 
This page took 0.191815 seconds and 4 git commands to generate.