summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 4698c4bcff722ca5215ea454184eb48eb62af6ef (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

srcdir=`dirname "$0"`

which gnome-autogen.sh || {
    echo "You need to install gnome-common from the GNOME git"
    exit 1
}

. gnome-autogen.sh "$@"