Skip to content

Commit e70f68a

Browse files
committed
[REVERT ME] libvisual-plugins: Drop "--install" from ACLOCAL_AMFLAGS
.. and install alsa.m4 ourselves. This reverts commit 9b420cc.
1 parent 523a528 commit e70f68a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

libvisual-plugins/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Process this file with automake to generate a Makefile.in
22

3-
ACLOCAL_AMFLAGS = -I m4 --install
3+
ACLOCAL_AMFLAGS = -I m4
44

55
SUBDIRS = plugins po
66

libvisual-plugins/autogen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ fi
1111

1212
autoreconf --install --verbose --force || \
1313
autoreconf --install --verbose --force
14+
cp -v "$(aclocal --print-ac-dir)"/alsa.m4 m4/
1415

1516
if [[ -z "${NOCONFIGURE:-}" ]]; then
1617
if [[ "$#" == 0 ]]; then

0 commit comments

Comments
 (0)