]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
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)
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

index bb88310278de4ce86693c6d324897506642f2c2b..4407936db06515ee4f32098e947eaabf28818e4f 100644 (file)
@@ -17,7 +17,6 @@ cleanup:
   - "/share/doc"
   - "/share/gir-1.0"
   - "/lib/girepository-1.0"
-  - "/share/aclocal"
   - "/include"
   - "/lib/pkgconfig"
   - "*.la"