Skip to content

Commit 3570948

Browse files
committed
*/autogen.sh: Add note on why we are running autoreconf twice
1 parent a071dbb commit 3570948

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libvisual-plugins/autogen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ elif [[ ! -f m4/alsa.m4 ]]; then
2424
exit 1
2525
fi
2626

27+
# NOTE: We're running things twice to workaround bug "too many loops" in aclocal
2728
autoreconf --install --verbose --force || \
2829
autoreconf --install --verbose --force
2930

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+
# NOTE: We're running things twice to workaround bug "too many loops" in aclocal
78
autoreconf --install --verbose --force || \
89
autoreconf --install --verbose --force
910

0 commit comments

Comments
 (0)