~me-tv-administration/me-tv/2.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="Me TV"
REQUIRED_AUTOCONF_VERSION=2.53
REQUIRED_AUTOMAKE_VERSION=1.9

gnome_autogen=`which gnome-autogen.sh`
[ 0 = $? ] || {
    echo "You need to install gnome-common from the GNOME"
    exit 1
}

#USE_COMMON_DOC_BUILD=yes
USE_GNOME2_MACROS=1 . "$gnome_autogen"