Files
HomeworldSDL/Linux/bootstrap
lmop 2a9e9ecf62 Typo fix in error message.
git-svn-id: svn://www.homeworldsdl.org:3692/homeworldsdl/homeworld/trunk@212 026c9d8a-83c9-0310-a9c7-971d0a006279
2006-10-18 19:08:10 +00:00

16 lines
244 B
Bash
Executable File

#!/bin/sh
if [ ! -d stuff ]; then
echo "please cd to Linux directory first"
exit 1
fi
cp stuff/* ../
cd ..
set -x
libtoolize --force --copy
aclocal -I config
autoheader
automake --add-missing --force-missing --foreign --copy
autoconf