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

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

. mate-autogen