Updated Slovak translation
[evolution.git] / autogen.sh
blobab5aa84dd00b2c08ac0e2da16fdf1042d3273af6
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="Evolution"
8 REQUIRED_AUTOCONF_VERSION=2.58
9 REQUIRED_AUTOMAKE_VERSION=1.10
10 REQUIRED_LIBTOOL_VERSION=2.2
11 REQUIRED_INTLTOOL_VERSION=0.35.5
13 (test -f $srcdir/configure.ac \
14 && test -f $srcdir/ChangeLog \
15 && test -d $srcdir/shell) || {
16 echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
17 echo " top-level $PKG_NAME directory"
18 exit 1
21 which gnome-autogen.sh || {
22 echo "You need to install gnome-common from the GNOME git"
23 exit 1
26 USE_GNOME2_MACROS=1 . gnome-autogen.sh