first commit
This commit is contained in:
12
thirdparty/ode-0.16.5/libccd/bootstrap
vendored
Normal file
12
thirdparty/ode-0.16.5/libccd/bootstrap
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user