aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
blob: 91711cd682fe2f49ee1d365f5c53dd2bbae46caa (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Process this file with autoconf to produce a configure script.
AC_INIT(camel)
AM_CONFIG_HEADER(config.h)

cflags_set=${CFLAGS+set}

MAJOR_VERSION=1
MINOR_VERSION=0
MICRO_VERSION=1
VERSION=$OBGNOME_MAJOR_VERSION.$OBGNOME_MINOR_VERSION.$OBGNOME_MICRO_VERSION
PACKAGE=gnome-mailer

AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AC_SUBST(VERSION)


dnl Initialize libtool
AM_PROG_LIBTOOL

dnl Initialize maintainer mode
AM_MAINTAINER_MODE

AC_CANONICAL_HOST

AM_ACLOCAL_INCLUDE(macros)
GNOME_INIT

AC_ISC_POSIX
AC_PROG_CC
AC_PROG_CPP
AC_STDC_HEADERS
AC_ARG_PROGRAM
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET

ALL_LINGUAS=""

AM_GNOME_GETTEXT

GNOME_X_CHECKS

dnl **************************************************
dnl * ORBit support
dnl **************************************************
GNOMEGNORBA_LIBS="$GNOMEGNORBA_LIBS"
AC_SUBST(GNOMEGNORBA_LIBS)


dnl ******************************
dnl Check for Bonobo
dnl ******************************
AM_PATH_BONOBO(0.1.0, [
    AC_DEFINE(HAVE_BONOBO)
    have_bonobo=true
],[
    have_bonobo=false
])
AM_CONDITIONAL(BONOBO, $have_bonobo)


AC_OUTPUT([
Makefile
macros/Makefile
po/Makefile.in
camel/Makefile
camel/providers/Makefile
camel/providers/MH/Makefile
devel-docs/Makefile
devel-docs/camel/Makefile
tests/Makefile
])
n> * De-pkg-comment.knu2003-02-212-1/+1 * Fix path for pg_dump using PREFIX.olgeni2003-01-191-0/+7 * Add pgaccess.vanilla2003-01-166-0/+390 * Remove pgaccess as it is already in postgresql( you can install onlydwcjr2001-06-186-253/+0 * Fix include directory for postgresql7.1's new layout.vanilla2001-04-213-5/+7 * Add missing files to plistjedgar2000-12-251-0/+2 * maintenance -> ports@FreeBSD.ORG for the same reason.andreas2000-11-231-1/+1 * mastersite changedandreas2000-10-061-1/+1 * checksum of file changed on ftp serverandreas2000-09-101-1/+1 * after removal of old postgresql port fix dependencies for postgresql7 portandreas2000-08-261-1/+1 * Update to latest version 0.98.6andreas2000-07-103-5/+4 * update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2 * Correct PLIST.vanilla2000-03-251-2/+7 * PREFIX -> LOCALBASEmharo2000-03-221-1/+1 * Update to pgaccess 0.98.4andreas2000-02-132-2/+2 * can use tcl/tk82andreas2000-01-032-2/+2 * Distfile changed and MASTER_SITES was missing a '='cpiazza1999-10-252-2/+2 * Update to version 0.98cpiazza1999-10-114-13/+212 * Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1 * Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-142-3/+3 * Upgrade to pgaccess-0.96jseger1999-04-112-4/+4 * Proper URLs that reference directories end in '/'billf1999-04-091-2/+2 * Add RUN_DEPENDS on wish8.0.steve1999-03-151-2/+3