Updated Traditional Chinese translation.
[evolution.git] / autogen.sh
blob4b51a10c762c4acdec9db6212293d66969425478
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 #!/bin/sh
5 # Run this to generate all the initial makefiles, etc.
7 srcdir=`dirname $0`
8 test -z "$srcdir" && srcdir=.
10 PKG_NAME="Evolution"
11 REQUIRED_AUTOMAKE_VERSION=1.6
13 (test -f $srcdir/configure.in \
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 CVS"
23 exit 1
25 USE_GNOME2_MACROS=1 . gnome-autogen.sh