]> git.ipfire.org Git - thirdparty/vala.git/commit
flatpak: Don't clean /share/aclocal
authorMichael Catanzaro <mcatanzaro@redhat.com>
Tue, 27 Jun 2023 19:05:45 +0000 (14:05 -0500)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 27 Jun 2023 19:14:58 +0000 (21:14 +0200)
commitdbeac11d9ed2cfb4c38a6341a3192ec55192d070
tree71dbbfeaddb7b5018aa145dfabd282500a6c206a
parentf2d55c270c3bef8521d199fda8c2772571e0f82e
flatpak: Don't clean /share/aclocal

Without the autoconf macros, we have no chance of building autotools
projects that depend on vala. Missing macros results in exceptionally
confusing error messages. For example, this error when building libgee:

./configure: line 13551: syntax error near unexpected token `fi'
./configure: line 13551: `fi'

This is going to affect almost all Vala applications, except for the few
that do not use libgee, because it's no longer provided by the runtime
and it uses Autotools.

https://github.com/flathub/org.freedesktop.Sdk.Extension.vala/pull/91
build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.yml