dxx-rebirth/djgpp.sh

7 lines
132 B
Bash
Raw Normal View History

#!/bin/sh
autoconf
export CONFIG_SHELL="bash"
echo "Please ignore any non-critical error messages in this script"
./configure "$@"