Blame autogen.sh

Packit 46089f
#!/bin/sh
Packit 46089f
# Run this to generate all the initial makefiles, etc.
Packit 46089f
Packit 46089f
srcdir=`dirname $0`
Packit 46089f
test -z "$srcdir" && srcdir=.
Packit 46089f
Packit 46089f
PKG_NAME="gnome-video-effects"
Packit 46089f
Packit 46089f
(test -f $srcdir/gnome-video-effects.pc.in) || {
Packit 46089f
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
Packit 46089f
    echo " top-level $PKG_NAME directory"
Packit 46089f
    exit 1
Packit 46089f
}
Packit 46089f
Packit 46089f
which gnome-autogen.sh || {
Packit 46089f
    echo "You need to install gnome-common from the GNOME git"
Packit 46089f
    exit 1
Packit 46089f
}
Packit 46089f
Packit 46089f
mkdir -p build-aux m4
Packit 46089f
Packit 46089f
. gnome-autogen.sh