Commits
David B. Evans authored b0aa64c7405
1 + | |
2 + | # Run this to generate all the initial makefiles, etc. |
3 + | |
4 + | srcdir=`dirname $0` |
5 + | test -z "$srcdir" && srcdir=. |
6 + | |
7 + | REQUIRED_AUTOMAKE_VERSION=1.9 |
8 + | |
9 + | PKG_NAME="gnome-mud" |
10 + | |
11 + | which gnome-autogen.sh || { |
12 + | echo "You need to install gnome-common from the GNOME SVN" |
13 + | exit 1 |
14 + | } |
15 + | |
16 + | . gnome-autogen.sh |