gnome-chess/autogen.sh
Michael Catanzaro 4cdec2f29f Remove REQUIRED_AUTOMAKE_VERSION from autogen.sh
The check in AM_INIT_AUTOMAKE is sufficient. This shouldn't have to be
changed in two places.

It was outdated anyway; automake 1.11 really is important, since it has
all the vala macros.
2013-06-25 22:00:28 -05:00

14 lines
339 B
Bash
Executable file

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
which gnome-autogen.sh || {
echo "You need to install gnome-common from GNOME git (or from"
echo "your OS vendor's package manager)."
exit 1
}
REQUIRED_YELP_TOOLS_VERSION=3.1.1
REQUIRED_GETTEXT_VERSION=0.12
REQUIRED_INTLTOOL_VERSION=0.40.4
. gnome-autogen.sh