horror/thirdparty/ode-0.16.5/libccd/bootstrap

13 lines
217 B
Plaintext
Raw Permalink Normal View History

2024-06-10 17:48:14 +08:00
#!/bin/sh
# on Mac libtoolize is called glibtoolize
LIBTOOLIZE=libtoolize
if [ `uname -s` = Darwin ]; then
LIBTOOLIZE=glibtoolize
fi
$LIBTOOLIZE -c --automake
aclocal
autoheader
autoconf
automake -a --foreign -c