Commits

David B. Evans authored b0aa64c7405
gnome-mud: reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@135567 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

gnome/gnome-mud/files/autogen.sh

Added
1 +#!/bin/sh
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

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut