first commit
This commit is contained in:
11
thirdparty/ode-0.16.5/ou/bootstrap
vendored
Normal file
11
thirdparty/ode-0.16.5/ou/bootstrap
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
aclocal || exit 1
|
||||
# on Mac libtoolize is called glibtoolize
|
||||
LIBTOOLIZE=libtoolize
|
||||
if [ `uname -s` = Darwin ]; then
|
||||
LIBTOOLIZE=glibtoolize
|
||||
fi
|
||||
$LIBTOOLIZE --automake -c || exit 1
|
||||
autoconf -f || exit 1
|
||||
automake -a -c --foreign || exit 1
|
||||
Reference in New Issue
Block a user