Skip to content

Commit f1e58a6

Browse files
committed
Plugins: Run autoreconf twice if necessary
Symtom was (on macOS): > [..] > aclocal: error: too many loops > aclocal: Please contact <[email protected]>. > at /usr/local/Cellar/automake/1.16.5/share/automake-1.16/Automake/Channels.pm line 655. > Automake::Channels::msg("automake", "", "too many loops") called at /usr/local/Cellar/automake/1.16.5/share/automake-1.16/Automake/ChannelDefs.pm line 226 > Automake::ChannelDefs::prog_error("too many loops") called at /usr/local/bin/aclocal line 1187 > autoreconf: error: aclocal failed with exit status: 255
1 parent 2198850 commit f1e58a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvisual/autogen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
set -e -u
66

7+
autoreconf --install --verbose --force || \
78
autoreconf --install --verbose --force
89

910
if [[ -z "${NOCONFIGURE:-}" ]]; then

0 commit comments

Comments
 (0)