mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 19:12:57 +00:00

It's inconvenient for out-of-tree build, prevent to see --help before calling configure, contradict wiki and possibly non-standard.
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
|