mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 03:34:18 +02:00
9 lines
120 B
Bash
Executable File
9 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
libtoolize --force --copy
|
|
aclocal -I ./m4
|
|
autoheader
|
|
automake --foreign --add-missing --copy
|
|
autoconf
|
|
|