dxx-rebirth/djgpp.sh

7 lines
132 B
Bash
Raw Normal View History

2006-03-20 17:12:09 +00:00
#!/bin/sh
autoconf
export CONFIG_SHELL="bash"
echo "Please ignore any non-critical error messages in this script"
./configure "$@"