File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ jobs:
129129 popd
130130 done
131131
132+ ls -l libvisual-plugins/m4/
133+ ls -l libvisual-plugins/m4/alsa.m4 # i.e. fail CI unless created
134+
132135 - name : ' [LV] Run "./configure" (from Git)'
133136 run : |-
134137 cd libvisual
Original file line number Diff line number Diff line change 11# # Process this file with automake to generate a Makefile.in
22
3- ACLOCAL_AMFLAGS = -I m4 --install
3+ ACLOCAL_AMFLAGS = -I m4
44
55SUBDIRS = plugins po
66
Original file line number Diff line number Diff line change 1111
1212autoreconf --install --verbose --force || \
1313autoreconf --install --verbose --force
14+ cp -v " $( aclocal --print-ac-dir) " /alsa.m4 m4/
1415
1516if [[ -z " ${NOCONFIGURE:- } " ]]; then
1617 if [[ " $# " == 0 ]]; then
You can’t perform that action at this time.
0 commit comments