Skip to content

Commit 86bcd7b

Browse files
committed
aclocal
Signed-off-by: Lars-Peter Clausen <[email protected]>
1 parent 5d1eb0d commit 86bcd7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
brew install bison
25+
brew install bison automake
2626
pip3 install --break-system-packages docopt
2727
2828
- name: Build, check and install
2929
run: |
3030
export PATH="/usr/local/opt/bison/bin:$PATH"
31+
aclocal --force
3132
autoconf
3233
./configure
3334
make -j$(nproc) check

aclocal.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ case "${host}" in
123123
;;
124124
125125
*-*-darwin1.[0123])
126-
shared="-bundle -undefined suppress"
126+
shared="-bundle"
127127
;;
128128
129129
*-*-darwin*)
130-
shared="-bundle -undefined suppress -flat_namespace"
130+
shared="-bundle -flat_namespace"
131131
;;
132132
133133
*-*-solaris*)

0 commit comments

Comments
 (0)