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

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

. mate-autogen