Skip to content

Commit

Permalink
autogen: Suppress error message for missing libtoolize
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jan 5, 2024
1 parent 699b2a1 commit f44b3d8
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 f44b3d8

Please sign in to comment.