We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a071dbb commit 3570948Copy full SHA for 3570948
libvisual-plugins/autogen.sh
@@ -24,6 +24,7 @@ elif [[ ! -f m4/alsa.m4 ]]; then
24
exit 1
25
fi
26
27
+# NOTE: We're running things twice to workaround bug "too many loops" in aclocal
28
autoreconf --install --verbose --force || \
29
autoreconf --install --verbose --force
30
libvisual/autogen.sh
@@ -4,6 +4,7 @@
4
5
set -e -u
6
7
8
9
10
0 commit comments