Add missing file
[platform/upstream/evolution-data-server.git] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 #!/bin/sh
5 # Run this to generate all the initial makefiles, etc.
6
7 srcdir=`dirname $0`
8 test -z "$srcdir" && srcdir=.
9
10 PKG_NAME="evolution-data-server"
11
12 (test -f $srcdir/configure.in \
13   && test -f $srcdir/ChangeLog \
14   && test -d $srcdir/calendar) || {
15     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
16     echo " top-level $PKG_NAME directory"
17     exit 1
18 }
19
20 which gnome-autogen.sh || {
21     echo "You need to install gnome-common from the GNOME CVS"
22     exit 1
23 }
24 USE_GNOME2_MACROS=1 . gnome-autogen.sh