~ubuntu-branches/ubuntu/hardy/evolution-data-server/hardy-updates

« back to all changes in this revision

Viewing changes to calendar/libical/aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-13 10:59:20 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20071113105920-nb6w14udvgx0ghi3
Tags: 2.21.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #318842: Task lists should be sorted (LP: #23912)
  - #345135: Disable SSLv2 compatible HELLO on SSL stream when 
    SSLv2 is disabled
  - #359267: Not all memos are showed in calendar view
  - #430420: Returned size <= 0 is an error
  - #460649: Meeting UI Needs To Show Color Of Selected Calendar Source
  - #487229: Use GKeyFile instead of gnome-config to access stored passwords
  - #488156: Minimize use of the WITH_GNOME_KEYRING macro
  - #492130: ESourceSelector uses pointers to ESource
  - #494304: Fix leak
  Updated Translations
  New in 2.21.1:
  - Support for Google Calendar
  Bug Fixes:
  - #203480: (Novell Bugzilla) Compiler warning fix 
    for usage ofunintialized variable
  - #231178: New symbol 'set-label' defined and added corresponding callback
  - #271777: Keep character's case as user types
  - #417999: Don't use deprecated GTK+ symbols
  - #420167: e-d-s now exits with gnome-session
  - #469657: Better use of GHashTable
  - #474000: Use GLib's Base64 API instead of Camel's
  - #475487: When creating the default contact, print errors to the console
  - #475493: Use G_DEFINE_TYPE
  - #475494: Use G_LOCK instead of a static mutex for clearer code
  - #478404: Reset the id to zero
  - #483301: Remove an unused variable
  - #487270: Fix typo in documentation
  - #488173: Remove __FUNCTION__, which is a gcc-ism
  - #488351: Fix an addressbook error on a fresh install
  Other Contributors:
  - Protect against a NULL subject string. 
* debian/*.preinst:
  - On upgrades from Gutsy, remove the symlinks introduced in Gutsy. They
    break upgrades all over, and current cdbs just symlinks individual files.
* Sync with Debian
* debian/control:
  - evolution-data-server Breaks evolution (<< 2.9), 
    evolution-exchange (<= 2.8.1-0ubuntu1),
    evolution-jescs (<= 2.8.2-0ubuntu3), 
    evolution-scalix (<= 10.0.0.357-0ubuntu6)
  - updated maintainer to desktop team
* debian/rules:
  - don't specify the paths for nspr and nss since the package is built 
    with firefox
  - don't build documentation, it's distributed in the upstream tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005  Free Software Foundation, Inc.
 
4
# 2005, 2006  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 
14
m4_if(m4_PACKAGE_VERSION, [2.61],,
 
15
[m4_fatal([this file was generated for autoconf 2.61.
 
16
You have another version of autoconf.  If you want to use that,
 
17
you should regenerate the build system entirely.], [63])])
 
18
 
 
19
# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
15
20
#
16
21
# This file is free software; the Free Software Foundation
17
22
# gives unlimited permission to copy and/or distribute it,
21
26
# ----------------------------
22
27
# Automake X.Y traces this macro to ensure aclocal.m4 has been
23
28
# generated from the m4 files accompanying Automake X.Y.
24
 
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
29
# (This private macro should not be called outside this file.)
 
30
AC_DEFUN([AM_AUTOMAKE_VERSION],
 
31
[am__api_version='1.10'
 
32
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
33
dnl require some minimum version.  Point them to the right macro.
 
34
m4_if([$1], [1.10], [],
 
35
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
36
])
 
37
 
 
38
# _AM_AUTOCONF_VERSION(VERSION)
 
39
# -----------------------------
 
40
# aclocal traces this macro to find the Autoconf version.
 
41
# This is a private macro too.  Using m4_define simplifies
 
42
# the logic in aclocal, which can simply ignore this definition.
 
43
m4_define([_AM_AUTOCONF_VERSION], [])
25
44
 
26
45
# AM_SET_CURRENT_AUTOMAKE_VERSION
27
46
# -------------------------------
28
 
# Call AM_AUTOMAKE_VERSION so it can be traced.
 
47
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
29
48
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
30
49
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
31
 
         [AM_AUTOMAKE_VERSION([1.9.6])])
 
50
[AM_AUTOMAKE_VERSION([1.10])dnl
 
51
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
32
52
 
33
53
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
34
54
 
85
105
 
86
106
# AM_CONDITIONAL                                            -*- Autoconf -*-
87
107
 
88
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
 
108
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
89
109
# Free Software Foundation, Inc.
90
110
#
91
111
# This file is free software; the Free Software Foundation
92
112
# gives unlimited permission to copy and/or distribute it,
93
113
# with or without modifications, as long as this notice is preserved.
94
114
 
95
 
# serial 7
 
115
# serial 8
96
116
 
97
117
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
98
118
# -------------------------------------
101
121
[AC_PREREQ(2.52)dnl
102
122
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
103
123
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
104
 
AC_SUBST([$1_TRUE])
105
 
AC_SUBST([$1_FALSE])
 
124
AC_SUBST([$1_TRUE])dnl
 
125
AC_SUBST([$1_FALSE])dnl
 
126
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
127
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
106
128
if $2; then
107
129
  $1_TRUE=
108
130
  $1_FALSE='#'
116
138
Usually this means the macro was only invoked conditionally.]])
117
139
fi])])
118
140
 
119
 
 
120
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
141
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
121
142
# Free Software Foundation, Inc.
122
143
#
123
144
# This file is free software; the Free Software Foundation
124
145
# gives unlimited permission to copy and/or distribute it,
125
146
# with or without modifications, as long as this notice is preserved.
126
147
 
127
 
# serial 8
 
148
# serial 9
128
149
 
129
150
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
130
151
# written in clear, in which case automake, when reading aclocal.m4,
152
173
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
153
174
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
154
175
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
176
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
155
177
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
156
178
                   [depcc="$$1"   am_compiler_list=])
157
179
 
217
239
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
218
240
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
219
241
         >/dev/null 2>conftest.err &&
 
242
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
220
243
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
221
244
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
222
245
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
269
292
  AMDEPBACKSLASH='\'
270
293
fi
271
294
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
272
 
AC_SUBST([AMDEPBACKSLASH])
 
295
AC_SUBST([AMDEPBACKSLASH])dnl
 
296
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
273
297
])
274
298
 
275
299
# Generate code to set up dependency tracking.              -*- Autoconf -*-
294
318
  # some people rename them; so instead we look at the file content.
295
319
  # Grep'ing the first line is not enough: some people post-process
296
320
  # each Makefile.in and add a new line on top of each file to say so.
297
 
  # So let's grep whole file.
298
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
321
  # Grep'ing the whole file is not good either: AIX grep has a line
 
322
  # limit of 2048, but all sed's we know have understand at least 4000.
 
323
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
299
324
    dirpart=`AS_DIRNAME("$mf")`
300
325
  else
301
326
    continue
354
379
 
355
380
# Do all the work for Automake.                             -*- Autoconf -*-
356
381
 
357
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
358
 
# Free Software Foundation, Inc.
 
382
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
383
# 2005, 2006 Free Software Foundation, Inc.
359
384
#
360
385
# This file is free software; the Free Software Foundation
361
386
# gives unlimited permission to copy and/or distribute it,
378
403
# arguments mandatory, and then we can depend on a new Autoconf
379
404
# release and drop the old call support.
380
405
AC_DEFUN([AM_INIT_AUTOMAKE],
381
 
[AC_PREREQ([2.58])dnl
 
406
[AC_PREREQ([2.60])dnl
382
407
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
383
408
dnl the ones we care about.
384
409
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
385
410
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
386
411
AC_REQUIRE([AC_PROG_INSTALL])dnl
387
 
# test to see if srcdir already configured
388
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
389
 
   test -f $srcdir/config.status; then
390
 
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
412
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
413
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
414
  # is not polluted with repeated "-I."
 
415
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
416
  # test to see if srcdir already configured
 
417
  if test -f $srcdir/config.status; then
 
418
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
419
  fi
391
420
fi
392
421
 
393
422
# test whether we have cygpath
407
436
 AC_SUBST([PACKAGE], [$1])dnl
408
437
 AC_SUBST([VERSION], [$2])],
409
438
[_AM_SET_OPTIONS([$1])dnl
 
439
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
440
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
441
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
410
442
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
411
443
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
412
444
 
442
474
                  [_AM_DEPENDENCIES(CXX)],
443
475
                  [define([AC_PROG_CXX],
444
476
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
477
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
478
                  [_AM_DEPENDENCIES(OBJC)],
 
479
                  [define([AC_PROG_OBJC],
 
480
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
445
481
])
446
482
])
447
483
 
477
513
# Define $install_sh.
478
514
AC_DEFUN([AM_PROG_INSTALL_SH],
479
515
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
480
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
516
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
481
517
AC_SUBST(install_sh)])
482
518
 
483
519
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
605
641
 
606
642
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
607
643
 
608
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 
644
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
609
645
# Free Software Foundation, Inc.
610
646
#
611
647
# This file is free software; the Free Software Foundation
612
648
# gives unlimited permission to copy and/or distribute it,
613
649
# with or without modifications, as long as this notice is preserved.
614
650
 
615
 
# serial 4
 
651
# serial 5
616
652
 
617
653
# AM_MISSING_PROG(NAME, PROGRAM)
618
654
# ------------------------------
628
664
# If it does, set am_missing_run to use it, otherwise, to nothing.
629
665
AC_DEFUN([AM_MISSING_HAS_RUN],
630
666
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
667
AC_REQUIRE_AUX_FILE([missing])dnl
631
668
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
632
669
# Use eval to expand $SHELL
633
670
if eval "$MISSING --run true"; then
638
675
fi
639
676
])
640
677
 
641
 
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
678
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
642
679
#
643
680
# This file is free software; the Free Software Foundation
644
681
# gives unlimited permission to copy and/or distribute it,
646
683
 
647
684
# AM_PROG_MKDIR_P
648
685
# ---------------
649
 
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
650
 
#
651
 
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
652
 
# created by `make install' are always world readable, even if the
653
 
# installer happens to have an overly restrictive umask (e.g. 077).
654
 
# This was a mistake.  There are at least two reasons why we must not
655
 
# use `-m 0755':
656
 
#   - it causes special bits like SGID to be ignored,
657
 
#   - it may be too restrictive (some setups expect 775 directories).
658
 
#
659
 
# Do not use -m 0755 and let people choose whatever they expect by
660
 
# setting umask.
661
 
#
662
 
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
663
 
# Some implementations (such as Solaris 8's) are not thread-safe: if a
664
 
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
665
 
# concurrently, both version can detect that a/ is missing, but only
666
 
# one can create it and the other will error out.  Consequently we
667
 
# restrict ourselves to GNU make (using the --version option ensures
668
 
# this.)
 
686
# Check for `mkdir -p'.
669
687
AC_DEFUN([AM_PROG_MKDIR_P],
670
 
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
671
 
  # We used to keeping the `.' as first argument, in order to
672
 
  # allow $(mkdir_p) to be used without argument.  As in
673
 
  #   $(mkdir_p) $(somedir)
674
 
  # where $(somedir) is conditionally defined.  However this is wrong
675
 
  # for two reasons:
676
 
  #  1. if the package is installed by a user who cannot write `.'
677
 
  #     make install will fail,
678
 
  #  2. the above comment should most certainly read
679
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
680
 
  #     so it does not work when $(somedir) is undefined and
681
 
  #     $(DESTDIR) is not.
682
 
  #  To support the latter case, we have to write
683
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
684
 
  #  so the `.' trick is pointless.
685
 
  mkdir_p='mkdir -p --'
686
 
else
687
 
  # On NextStep and OpenStep, the `mkdir' command does not
688
 
  # recognize any option.  It will interpret all options as
689
 
  # directories to create, and then abort because `.' already
690
 
  # exists.
691
 
  for d in ./-p ./--version;
692
 
  do
693
 
    test -d $d && rmdir $d
694
 
  done
695
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
696
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
697
 
    mkdir_p='$(mkinstalldirs)'
698
 
  else
699
 
    mkdir_p='$(install_sh) -d'
700
 
  fi
701
 
fi
702
 
AC_SUBST([mkdir_p])])
 
688
[AC_PREREQ([2.60])dnl
 
689
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
690
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
691
dnl while keeping a definition of mkdir_p for backward compatibility.
 
692
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
693
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
694
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
695
dnl adjustment using top_builddir (which is defined more often than
 
696
dnl MKDIR_P).
 
697
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
698
case $mkdir_p in
 
699
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
700
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
701
esac
 
702
])
703
703
 
704
704
# Helper functions for option handling.                     -*- Autoconf -*-
705
705
 
811
811
if test "$cross_compiling" != no; then
812
812
  AC_CHECK_TOOL([STRIP], [strip], :)
813
813
fi
814
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
814
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
815
815
AC_SUBST([INSTALL_STRIP_PROGRAM])])
816
816
 
 
817
# Copyright (C) 2006  Free Software Foundation, Inc.
 
818
#
 
819
# This file is free software; the Free Software Foundation
 
820
# gives unlimited permission to copy and/or distribute it,
 
821
# with or without modifications, as long as this notice is preserved.
 
822
 
 
823
# _AM_SUBST_NOTMAKE(VARIABLE)
 
824
# ---------------------------
 
825
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
826
# This macro is traced by Automake.
 
827
AC_DEFUN([_AM_SUBST_NOTMAKE])
 
828
 
817
829
# Check how to create a tarball.                            -*- Autoconf -*-
818
830
 
819
831
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
7442
7454
 
7443
7455
_PKG_TEXT
7444
7456
])],
7445
 
                [AC_MSG_RESULT([no])
7446
 
                $4])
 
7457
                [$4])
7447
7458
elif test $pkg_failed = untried; then
7448
7459
        ifelse([$4], , [AC_MSG_FAILURE(dnl
7449
7460
[The pkg-config script could not be found or is too old.  Make sure it