Browse Source

autogen: Suppress error message for missing libtoolize

Signed-off-by: Stefan Weil <sw@weilnetz.de>
pull/727/head
Stefan Weil 2 years ago
parent
commit
f44b3d837b
  1. 2
      autogen.sh

2
autogen.sh

@ -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

Loading…
Cancel
Save