horror/thirdparty/ode-0.16.5/libccd/bootstrap
2024-06-10 12:48:14 +03:00

13 lines
217 B
Bash

#!/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