We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523a528 commit e70f68aCopy full SHA for e70f68a
3 files changed
.github/workflows/linux_and_macos.yml
@@ -129,6 +129,9 @@ jobs:
129
popd
130
done
131
132
+ ls -l libvisual-plugins/m4/
133
+ ls -l libvisual-plugins/m4/alsa.m4 # i.e. fail CI unless created
134
+
135
- name: '[LV] Run "./configure" (from Git)'
136
run: |-
137
cd libvisual
libvisual-plugins/Makefile.am
@@ -1,6 +1,6 @@
1
## Process this file with automake to generate a Makefile.in
2
3
-ACLOCAL_AMFLAGS = -I m4 --install
+ACLOCAL_AMFLAGS = -I m4
4
5
SUBDIRS = plugins po
6
libvisual-plugins/autogen.sh
@@ -11,6 +11,7 @@ fi
11
12
autoreconf --install --verbose --force || \
13
autoreconf --install --verbose --force
14
+cp -v "$(aclocal --print-ac-dir)"/alsa.m4 m4/
15
16
if [[ -z "${NOCONFIGURE:-}" ]]; then
17
if [[ "$#" == 0 ]]; then
0 commit comments