mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 17:26:23 +00:00

...and updated autogen.sh to rebuild them, that really makes much too much noise, on this branch at least
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#! /bin/sh
|
|
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|