Better error message when defaults file is missing.
[xfwm4.git] / autoclean.sh
blob1c226398afcb409c2dad33bfb6ef8d31ffee1fe2
1 #!/bin/sh
2 (type xdt-autogen) >/dev/null 2>&1 || {
3 cat >&2 <<EOF
4 autoclean.sh: You don't seem to have the Xfce development tools installed on
5 your system, which are required to build this software.
6 Please install the xfce4-dev-tools package first, it is
7 available from http://www.xfce.org/.
8 EOF
9 exit 1
12 exec xdt-autogen clean