mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
7 lines
102 B
Bash
7 lines
102 B
Bash
|
#!/bin/sh -x
|
||
|
libtoolize --copy --force
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake --add-missing
|
||
|
autoreconf --install
|