Skip to content

Commit a0ac3c6

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
NOCONFIGURE=please ./autogen.sh
129129
popd
130130
done
131+
ls -l libvisual-plugins/m4/alsa.m4 # i.e. fail CI unless created
131132
132133
- name: '[LV] Run "./configure" (from Git)'
133134
run: |-

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)