aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 4b51a10c762c4acdec9db6212293d66969425478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="Evolution"
REQUIRED_AUTOMAKE_VERSION=1.6

(test -f $srcdir/configure.in \
  && test -f $srcdir/ChangeLog \
  && test -d $srcdir/shell) || {
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
    echo " top-level $PKG_NAME directory"
    exit 1
}

which gnome-autogen.sh || {
    echo "You need to install gnome-common from the GNOME CVS"
    exit 1
}
USE_GNOME2_MACROS=1 . gnome-autogen.sh
4&id=4e0cc181ee7ff6d4f1392f4cc5b61e2b158462c4&showmsg=1'>Expand)AuthorAgeFilesLines * - Update to 1.07beech2008-07-031-3/+3 * - Update to 1.0.6beech2007-10-131-3/+3 * Unbreak by updating to latest version.danfe2006-02-281-3/+3 * SHA256ifyedwin2006-01-221-0/+1 * Unbreak and update to 1.01lawrance2005-08-021-2/+2 * Unbreak and update to 1.0.0lawrance2005-04-241-2/+2 * - Unbreak: Update to 0.99vs2004-12-131-2/+2 * - Update to 0.98 and unbreakpav2004-08-121-2/+2 * - Update to 0.97 (unbreak fetch)pav2004-04-171-1/+2 * - Update to version 0.96krion2003-10-061-1/+1 * Update to 0.95arved2003-04-301-1/+1 * Update to 0.94: previous version no longer fetchablelioux2002-12-261-1/+1 * o Update to 0.92lioux2002-11-071-1/+1 * Update to 0.90 and add new sitepat2002-03-121-1/+1 * Update to 0.89pat2002-02-191-1/+1