dxx-rebirth/djgpp.sh
2006-03-20 17:12:09 +00:00

7 lines
132 B
Bash
Executable file

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