Commits

David B. Evans authored 380290272de
genius: reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

gnome/genius/files/autogen.sh

Added
1 +#!/bin/sh
2 +# Run this to generate all the initial makefiles, etc.
3 +
4 +REQUIRED_AUTOMAKE_VERSION=1.9
5 +
6 +srcdir=`dirname $0`
7 +test -z "$srcdir" && srcdir=.
8 +
9 +PKG_NAME="Genius"
10 +
11 +(test -f $srcdir/configure.in \
12 + && test -d $srcdir/src \
13 + && test -f $srcdir/src/calc.h) || {
14 + echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
15 + echo " top-level Genius directory"
16 + exit 1
17 +}
18 +
19 +which gnome-autogen.sh || {
20 + echo "Missing gnome-autogen.sh"
21 + echo "You need to install gnome-common from the GNOME git,"
22 + echo "or possibly the \"gnome-common\" distribution package"
23 + exit 1
24 +}
25 +USE_GNOME2_MACROS=1 . gnome-autogen.sh

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

Add shortcut