add autoupdate command to %prep
Use of autoupdate removes WARNING messages, that tell about using deprecated macros in the %build. https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/autoupdate-Invocation.html
This commit is contained in:
parent
1b8b324002
commit
5fdbe169f2
@ -150,6 +150,7 @@ rm test/atof1.test
|
||||
# Remove backup-file
|
||||
rm -f %{name}-doc-%{docver}/sqlite.css~ || :
|
||||
|
||||
autoupdate
|
||||
autoconf # Rerun with new autoconf to add support for aarm64
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user