Skip to content

Commit bbc7038

Browse files
committed
[REVERT ME] libvisual-plugins: Drop "--install" from ACLOCAL_AMFLAGS
This reverts commit 9b420cc.
1 parent a67beab commit bbc7038

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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

0 commit comments

Comments
 (0)