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