mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 19:00:55 +00:00
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#! /bin/sh
|
|
|
|
rm -rf autom4te.cache
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|
|
echo "*" > autom4te.cache/.cvsignore
|