gmyth-upnp/autogen.sh
author melunko
Mon Mar 03 11:33:49 2008 +0000 (2008-03-03)
branchtrunk
changeset 935 067904b6921f
parent 909 847da7267234
permissions -rwxr-xr-x
[svn r944] Now add/cancel a schedule recording while livetv is running is finnaly working fine.
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