mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 08:36:24 +00:00
8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#! /bin/sh
|
|
|
|
rm -rf autom4te.cache
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|