Update model with changed binary file size setting immediately
[thunar.git] / autogen.sh
1 #!/bin/sh
2 #
3 # vi:set et ai sw=2 sts=2 ts=2: */
4 #-
5 # Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org>
6 #
7 # This program is free software; you can redistribute it and/or 
8 # modify it under the terms of the GNU General Public License as
9 # published by the Free Software Foundation; either version 2 of 
10 # the License, or (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public 
18 # License along with this program; if not, write to the Free 
19 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 # Boston, MA 02110-1301, USA.
21
22 (type xdt-autogen) >/dev/null 2>&1 || {
23   cat >&2 <<EOF
24 autogen.sh: You don't seem to have the Xfce development tools installed on
25             your system, which are required to build this software.
26             Please install the xfce4-dev-tools package first, it is available
27             from http://www.xfce.org/.
28 EOF
29   exit 1
30 }
31
32 XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@