mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
aclocal -I acinclude
|
|
automake --foreign --include-deps --add-missing --copy
|
|
autoconf
|
|
|
|
#./configure $*
|
|
echo "Now you are ready to run ./configure"
|