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:
Zuzana Miklankova 2022-05-02 11:26:31 +02:00
parent 1b8b324002
commit 5fdbe169f2
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0

View File

@ -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