mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
9 lines
158 B
Bash
9 lines
158 B
Bash
#!/bin/sh
|
|
#
|
|
aclocal -I acinclude
|
|
automake --foreign --include-deps --add-missing --copy
|
|
autoconf
|
|
|
|
#./configure $*
|
|
echo "Now you are ready to run ./configure"
|