gmyth-upnp/autogen.sh
author melunko
Thu Mar 13 16:29:38 2008 +0000 (2008-03-13)
branchtrunk
changeset 942 c93bfa74c71f
parent 909 847da7267234
permissions -rwxr-xr-x
[svn r951] gmyth now is 0.8.1. Added methods epg_is_connected() and scheduler_is_connected()
melunko@249
     1
#!/bin/sh
melunko@249
     2
# Run this to generate all the initial makefiles, etc.
melunko@249
     3
renatofilho@909
     4
srcdir=`dirname $0`
renatofilho@909
     5
test -z "$srcdir" && srcdir=.
melunko@249
     6
renatofilho@915
     7
PKG_NAME="gmyth-upnp"
melunko@249
     8
renatofilho@909
     9
(test -f $srcdir/configure.ac) || {
renatofilho@909
    10
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
renatofilho@909
    11
    echo " top-level $PKG_NAME directory"
renatofilho@909
    12
    exit 1
melunko@249
    13
}
melunko@249
    14
renatofilho@909
    15
which gnome-autogen.sh || {
renatofilho@909
    16
	echo "You need to install gnome-common from the GNOME CVS"
renatofilho@909
    17
	exit 1
melunko@249
    18
}
melunko@249
    19
renatofilho@909
    20
ACLOCAL_FLAGS="$ACLOCAL_FLAGS"
renatofilho@909
    21
REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh