~ubuntu-branches/ubuntu/wily/gnome-do/wily

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-02-15 21:50:02 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215215002-1j8ylb69o15asb06
Tags: 0.8.4-0ubuntu1
* The Race Against FF upload.  Merge from unreleased Debian git.
  Remaining Ubuntu changes:
  + debian/patches/05_disable_resize_grips.patch.diff:
    Disable resize handles for the Do windows.
  + debian/control:
    Bump gtk# build dep for HasResizeGrip API.
* New Debian changes:
* The long fortold release
  + Fixes a threadsafety issue resulting in 100% CPU usage (Closes: 565591,
    LP: #450852).
  + Proxies all keyring calls to the GTK main thread, as required by the new
    gnome-keyring (Closes: 603876, LP: #553643)
* debian/patches/00_bundledlibs.dpatch:
* debian/rules:
  + Upstream has dropped bundled gmcs binary; now 100% DFSG-free, so we don't
    have to repack the tarball or patch the buildsystem.
* debian/patches/03_disable_docky.dpatch:
  + Drop.  Docky is now gone in the upstream tarball.
* debian/rules:
* debian/control:
* debian/patches/*:
  + Switch to quilt to harmonise with other pkg-cli-* packages.
* debian/control:
  + Drop recommends on gnome-do-docklets.  Docky is now a separate package,
    so the docklets are useless for Do.
  + Bump Breaks on gnome-do-plugins to 0.8.3.  Do no longer provides the Wink
    library, which has been imported into the 0.8.3 do-plugins sources.
  + Bump standards-version; no changes needed.
  + Migrate to git and update VCS fields appropriately

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
17
 
[m4_warning([this file was generated for autoconf 2.64.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
 
17
[m4_warning([this file was generated for autoconf 2.67.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
346
346
 
347
347
    dnl These rules are solely for the distribution goal.  While doing this
348
348
    dnl we only have to keep exactly one list of the available catalogs
349
 
    dnl in configure.in.
 
349
    dnl in configure.ac.
350
350
    for lang in $ALL_LINGUAS; do
351
351
      GMOFILES="$GMOFILES $lang.gmo"
352
352
      POFILES="$POFILES $lang.po"
475
475
dnl
476
476
dnl Now the definitions that aclocal will find
477
477
dnl
478
 
ifdef(glib_configure_in,[],[
 
478
ifdef(glib_configure_ac,[],[
479
479
AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
480
480
AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
481
481
])dnl
648
648
AC_DEFUN([IT_PO_SUBDIR],
649
649
[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
650
650
dnl
651
 
dnl The following CONFIG_COMMANDS should be exetuted at the very end
 
651
dnl The following CONFIG_COMMANDS should be executed at the very end
652
652
dnl of config.status.
653
653
AC_CONFIG_COMMANDS_PRE([
654
654
  AC_CONFIG_COMMANDS([$1/stamp-it], [
3132
3132
  ;;
3133
3133
 
3134
3134
# This must be Linux ELF.
3135
 
linux* | k*bsd*-gnu)
 
3135
linux* | k*bsd*-gnu | kopensolaris*-gnu)
3136
3136
  version_type=linux
3137
3137
  need_lib_prefix=no
3138
3138
  need_version=no
3771
3771
  ;;
3772
3772
 
3773
3773
# This must be Linux ELF.
3774
 
linux* | k*bsd*-gnu)
 
3774
linux* | k*bsd*-gnu | kopensolaris*-gnu)
3775
3775
  lt_cv_deplibs_check_method=pass_all
3776
3776
  ;;
3777
3777
 
4392
4392
            ;;
4393
4393
        esac
4394
4394
        ;;
4395
 
      linux* | k*bsd*-gnu)
 
4395
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
4396
4396
        case $cc_basename in
4397
4397
          KCC*)
4398
4398
            # KAI C++ Compiler
4676
4676
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4677
4677
      ;;
4678
4678
 
4679
 
    linux* | k*bsd*-gnu)
 
4679
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
4680
4680
      case $cc_basename in
4681
4681
      # old Intel for x86_64 which still supported -KPIC.
4682
4682
      ecc*)
4972
4972
    fi
4973
4973
    supports_anon_versioning=no
4974
4974
    case `$LD -v 2>&1` in
 
4975
      *GNU\ gold*) supports_anon_versioning=yes ;;
4975
4976
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4976
4977
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4977
4978
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5063
5064
      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5064
5065
      ;;
5065
5066
 
5066
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
5067
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
5067
5068
      tmp_diet=no
5068
5069
      if test "$host_os" = linux-dietlibc; then
5069
5070
        case $cc_basename in
6543
6544
        _LT_TAGVAR(inherit_rpath, $1)=yes
6544
6545
        ;;
6545
6546
 
6546
 
      linux* | k*bsd*-gnu)
 
6547
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
6547
6548
        case $cc_basename in
6548
6549
          KCC*)
6549
6550
            # Kuck and Associates, Inc. (KAI) C++ Compiler
8550
8551
 
8551
8552
# Generated from ltversion.in.
8552
8553
 
8553
 
# serial 3012 ltversion.m4
 
8554
# serial 3017 ltversion.m4
8554
8555
# This file is part of GNU Libtool
8555
8556
 
8556
 
m4_define([LT_PACKAGE_VERSION], [2.2.6])
8557
 
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
8557
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
8558
m4_define([LT_PACKAGE_REVISION], [1.3017])
8558
8559
 
8559
8560
AC_DEFUN([LTVERSION_VERSION],
8560
 
[macro_version='2.2.6'
8561
 
macro_revision='1.3012'
 
8561
[macro_version='2.2.6b'
 
8562
macro_revision='1.3017'
8562
8563
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
8563
8564
_LT_DECL(, macro_revision, 0)
8564
8565
])
8656
8657
m4_ifndef([AC_LIBTOOL_CONFIG],          [AC_DEFUN([AC_LIBTOOL_CONFIG])])
8657
8658
m4_ifndef([_LT_AC_FILE_LTDLL_C],        [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
8658
8659
 
8659
 
# nls.m4 serial 3 (gettext-0.15)
8660
 
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
8660
# nls.m4 serial 5 (gettext-0.18)
 
8661
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
 
8662
dnl Inc.
8661
8663
dnl This file is free software; the Free Software Foundation
8662
8664
dnl gives unlimited permission to copy and/or distribute it,
8663
8665
dnl with or without modifications, as long as this notice is preserved.
8675
8677
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
8676
8678
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
8677
8679
 
8678
 
AC_PREREQ(2.50)
 
8680
AC_PREREQ([2.50])
8679
8681
 
8680
8682
AC_DEFUN([AM_NLS],
8681
8683
[
8682
8684
  AC_MSG_CHECKING([whether NLS is requested])
8683
8685
  dnl Default is enabled NLS
8684
 
  AC_ARG_ENABLE(nls,
 
8686
  AC_ARG_ENABLE([nls],
8685
8687
    [  --disable-nls           do not use Native Language Support],
8686
8688
    USE_NLS=$enableval, USE_NLS=yes)
8687
 
  AC_MSG_RESULT($USE_NLS)
8688
 
  AC_SUBST(USE_NLS)
 
8689
  AC_MSG_RESULT([$USE_NLS])
 
8690
  AC_SUBST([USE_NLS])
8689
8691
])
8690
8692
 
8691
8693
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
8694
# serial 1 (pkg-config-0.24)
8692
8695
8693
8696
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
8694
8697
#
8716
8719
AC_DEFUN([PKG_PROG_PKG_CONFIG],
8717
8720
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
8718
8721
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
8719
 
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
8722
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
 
8723
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
 
8724
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
 
8725
 
8720
8726
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
8721
8727
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
8722
8728
fi
8729
8735
                AC_MSG_RESULT([no])
8730
8736
                PKG_CONFIG=""
8731
8737
        fi
8732
 
                
8733
8738
fi[]dnl
8734
8739
])# PKG_PROG_PKG_CONFIG
8735
8740
 
8738
8743
# Check to see whether a particular set of modules exists.  Similar
8739
8744
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
8740
8745
#
8741
 
#
8742
 
# Similar to PKG_CHECK_MODULES, make sure that the first instance of
8743
 
# this or PKG_CHECK_MODULES is called, or make sure to call
8744
 
# PKG_CHECK_EXISTS manually
 
8746
# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
8747
# only at the first occurence in configure.ac, so if the first place
 
8748
# it's called might be skipped (such as if it is within an "if", you
 
8749
# have to call PKG_CHECK_EXISTS manually
8745
8750
# --------------------------------------------------------------
8746
8751
AC_DEFUN([PKG_CHECK_EXISTS],
8747
8752
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
8748
8753
if test -n "$PKG_CONFIG" && \
8749
8754
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
8750
 
  m4_ifval([$2], [$2], [:])
 
8755
  m4_default([$2], [:])
8751
8756
m4_ifvaln([$3], [else
8752
8757
  $3])dnl
8753
8758
fi])
8754
8759
 
8755
 
 
8756
8760
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
8757
8761
# ---------------------------------------------
8758
8762
m4_define([_PKG_CONFIG],
8759
 
[if test -n "$PKG_CONFIG"; then
8760
 
    if test -n "$$1"; then
8761
 
        pkg_cv_[]$1="$$1"
8762
 
    else
8763
 
        PKG_CHECK_EXISTS([$3],
8764
 
                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
8765
 
                         [pkg_failed=yes])
8766
 
    fi
8767
 
else
8768
 
        pkg_failed=untried
 
8763
[if test -n "$$1"; then
 
8764
    pkg_cv_[]$1="$$1"
 
8765
 elif test -n "$PKG_CONFIG"; then
 
8766
    PKG_CHECK_EXISTS([$3],
 
8767
                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
8768
                     [pkg_failed=yes])
 
8769
 else
 
8770
    pkg_failed=untried
8769
8771
fi[]dnl
8770
8772
])# _PKG_CONFIG
8771
8773
 
8807
8809
See the pkg-config man page for more details.])
8808
8810
 
8809
8811
if test $pkg_failed = yes; then
 
8812
        AC_MSG_RESULT([no])
8810
8813
        _PKG_SHORT_ERRORS_SUPPORTED
8811
8814
        if test $_pkg_short_errors_supported = yes; then
8812
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
8815
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
8813
8816
        else 
8814
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
8817
                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
8815
8818
        fi
8816
8819
        # Put the nasty error message in config.log where it belongs
8817
8820
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
8818
8821
 
8819
 
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
8822
        m4_default([$4], [AC_MSG_ERROR(
8820
8823
[Package requirements ($2) were not met:
8821
8824
 
8822
8825
$$1_PKG_ERRORS
8824
8827
Consider adjusting the PKG_CONFIG_PATH environment variable if you
8825
8828
installed software in a non-standard prefix.
8826
8829
 
8827
 
_PKG_TEXT
8828
 
])],
8829
 
                [AC_MSG_RESULT([no])
8830
 
                $4])
 
8830
_PKG_TEXT])[]dnl
 
8831
        ])
8831
8832
elif test $pkg_failed = untried; then
8832
 
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
8833
        AC_MSG_RESULT([no])
 
8834
        m4_default([$4], [AC_MSG_FAILURE(
8833
8835
[The pkg-config script could not be found or is too old.  Make sure it
8834
8836
is in your PATH or set the PKG_CONFIG environment variable to the full
8835
8837
path to pkg-config.
8836
8838
 
8837
8839
_PKG_TEXT
8838
8840
 
8839
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
8840
 
                [$4])
 
8841
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
 
8842
        ])
8841
8843
else
8842
8844
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
8843
8845
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
8844
8846
        AC_MSG_RESULT([yes])
8845
 
        ifelse([$3], , :, [$3])
 
8847
        $3
8846
8848
fi[]dnl
8847
8849
])# PKG_CHECK_MODULES
8848
8850
 
8861
8863
[am__api_version='1.11'
8862
8864
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8863
8865
dnl require some minimum version.  Point them to the right macro.
8864
 
m4_if([$1], [1.11], [],
 
8866
m4_if([$1], [1.11.1], [],
8865
8867
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8866
8868
])
8867
8869
 
8877
8879
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8878
8880
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8879
8881
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8880
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
8882
[AM_AUTOMAKE_VERSION([1.11.1])dnl
8881
8883
m4_ifndef([AC_AUTOCONF_VERSION],
8882
8884
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8883
8885
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])