Files
HomeworldSDL/Linux/bootstrap
Christian Heckendorf 93f8651735 migration to the SDL2 API
2017-12-30 17:42:33 -05:00

14 lines
203 B
Bash
Executable File

#!/bin/sh
if [ ! -d stuff ]; then
echo "please cd to Linux directory first"
exit 1
fi
cp stuff/acinclude.m4 ../
cp stuff/configure.ac ../
cp stuff/Makefile.am ../
cd ..
set -x
autoreconf -i -f