aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 5164b663d8fa09d004edd464dfd567d3a227b7e4 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

which gnome-autogen.sh || {
    echo "Could not find 'gnome-autgen.sh'. Is gnome-common installed?"
    exit 1
}

. gnome-autogen.sh