aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: f2fd1c3db96120f5e13c3fbb8d053d26f99bd6d9 (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.

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

PKG_NAME="Evolution"
REQUIRED_AUTOCONF_VERSION=2.58
REQUIRED_AUTOMAKE_VERSION=1.9
REQUIRED_LIBTOOL_VERSION=2.2
REQUIRED_INTLTOOL_VERSION=0.35.5

(test -f $srcdir/configure.ac \
  && 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
span>1-804/+814 * Updated French translation.Christophe Merlet2002-04-081-2268/+2041 * Updated French translation.Christophe Merlet2002-03-111-878/+1285 * Updated French translation.Christophe Merlet2002-02-251-1410/+1598 * Converted French translation to UTF-8.Christophe Merlet2002-01-311-1748/+1748 * Updated French translation.Christophe Merlet2002-01-311-1/+1 * Updated French translation.Christophe Merlet2002-01-311-12055/+9079 * Updated French translation.Christophe Merlet2002-01-041-1253/+13785 * Updated French translation.Christophe Merlet2001-11-231-88/+82 * Sync for 0.99.2.Ettore Perazzoli2001-11-151-339/+357 * Fix error in french translationFrédéric Crozat2001-11-091-2/+2 * 0.99.0.Ettore Perazzoli2001-11-061-215/+216 * Updated french translation.Christophe Merlet2001-11-021-200/+205 * Syncing up for the 0.16.100 internal release.Ettore Perazzoli2001-11-011-1738/+1927 * Updated French traduction.Christophe Merlet2001-10-241-515/+544 * Updated French translation.Christophe Merlet2001-10-231-1149/+789 * Pseudo update of the french translation.Christophe Merlet2001-10-221-1541/+1815 * 0.16.Ettore Perazzoli2001-10-101-634/+742 * Updated again french translation.Christophe Merlet2001-10-051-14/+14 * Updated french translation.Christophe Merlet2001-10-051-430/+424 * 0.15.Ettore Perazzoli2001-10-021-908/+1154 * Updated French translation.Christophe Merlet2001-09-241-317/+280 * Sync for 0.14.Ettore Perazzoli2001-09-221-1353/+1744 * Updated French translation.Christophe Merlet2001-09-081-946/+1165 * Updated French translation.Christophe Merlet2001-09-031-1411/+1081 * Updated French translation.Christophe Merlet2001-08-311-1550/+1529 * Updated French translation.Christophe Merlet2001-08-281-593/+529 * Updated French translation.Christophe Merlet2001-08-271-889/+978