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