gmyth-upnp/autogen.sh
author renatofilho
Fri Feb 15 13:52:23 2008 +0000 (2008-02-15)
branchtrunk
changeset 915 e612ba1d16ab
parent 909 847da7267234
permissions -rwxr-xr-x
[svn r924] created method gmyth_upnp_get_devices
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