]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blob - autogen.sh
xfce4-hdaps-dialogs.c: replace obsolete gtk_misc_set_alignment().
[xfce4-hdaps.git] / autogen.sh
1 #!/bin/sh
2 #
3 # Copyright (c) 2002-20011 The Xfce development team. All rights reserved.
4 #
5 # This library is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the Free
7 # Software Foundation; either version 2 of the License, or (at your option)
8 # any later version.
9 #
10 # This library is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 # more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with this library; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 #
19 # Written for Xfce by Benedikt Meurer <benny@xfce.org>.
20 #
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.3" \
33 exec xdt-autogen $@