Updated French translation
[platform/upstream/atk.git] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
6
7 PKG_NAME="atk"
8 REQUIRED_AUTOMAKE_VERSION=1.7
9
10 which gnome-autogen.sh || {
11     echo "You need to install gnome-common from the GNOME CVS"
12     exit 1
13 }
14
15 USE_GNOME2_MACROS=1 . gnome-autogen.sh