Skip to content

Commit

Permalink
Merge pull request #727 from stweil/autoconf
Browse files Browse the repository at this point in the history
autogen: Suppress error message for missing libtoolize
  • Loading branch information
DanBloomberg authored Jan 5, 2024
2 parents 699b2a1 + f44b3d8 commit 519d8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# autogen.sh

libtoolize -c -f || glibtoolize -c -f
libtoolize -c -f 2>/dev/null || glibtoolize -c -f
aclocal
autoheader -f
autoconf
Expand Down

0 comments on commit 519d8fa

Please sign in to comment.