gmyth-stream/gmemcoder/autogen.sh
branchtrunk
changeset 847 3c18c36245e7
parent 846 5d027884a9d3
child 848 37e112f474db
     1.1 --- a/gmyth-stream/gmemcoder/autogen.sh	Tue Sep 18 13:45:04 2007 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     1.4 -#!/bin/sh
     1.5 -# Run this to generate all the initial makefiles, etc.
     1.6 -
     1.7 -srcdir=`dirname $0`
     1.8 -test -z "$srcdir" && srcdir=.
     1.9 -
    1.10 -PKG_NAME="gmemcoder"
    1.11 -
    1.12 -(test -f $srcdir/configure.ac) || {
    1.13 -    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
    1.14 -    echo " top-level $PKG_NAME directory"
    1.15 -    exit 1
    1.16 -}
    1.17 -
    1.18 -which gnome-autogen.sh || {
    1.19 -    echo "You need to install gnome-common from the GNOME CVS"
    1.20 -    exit 1
    1.21 -}
    1.22 -REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh