~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-07-04 15:14:24 UTC
  • mfrom: (1.3.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20100704151424-yg69h5sc55xgjp6h
Tags: 2.30.2-1
* New upstream release.
  - Fixes incorrectly reported size by passing correct arguments to
    g_signal_emit(). Closes: #568606
  - Fixes tracker search support. Closes: #465238
* debian/patches/90_relibtoolize.patch
  - Refresh for new upstream release.
* Switch to source formate 3.0 (quilt)
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* Bump-Standards-Version to 3.9.0
  - Use architecture wildcard kfreebsd-any for the libcam-dev Build-Depends.
  - Use Breaks instead of Conflicts as recommended by the new policy.

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.63],,
17
 
[m4_warning([this file was generated for autoconf 2.63.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
17
[m4_warning([this file was generated for autoconf 2.65.
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'.])])
3444
3444
  ;;
3445
3445
 
3446
3446
# This must be Linux ELF.
3447
 
linux* | k*bsd*-gnu)
 
3447
linux* | k*bsd*-gnu | kopensolaris*-gnu)
3448
3448
  version_type=linux
3449
3449
  need_lib_prefix=no
3450
3450
  need_version=no
3484
3484
  dynamic_linker='GNU/Linux ld.so'
3485
3485
  ;;
3486
3486
 
 
3487
netbsdelf*-gnu)
 
3488
  version_type=linux
 
3489
  need_lib_prefix=no
 
3490
  need_version=no
 
3491
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
3492
  soname_spec='${libname}${release}${shared_ext}$major'
 
3493
  shlibpath_var=LD_LIBRARY_PATH
 
3494
  shlibpath_overrides_runpath=no
 
3495
  hardcode_into_libs=yes
 
3496
  dynamic_linker='NetBSD ld.elf_so'
 
3497
  ;;
 
3498
 
3487
3499
netbsd*)
3488
3500
  version_type=sunos
3489
3501
  need_lib_prefix=no
4071
4083
  ;;
4072
4084
 
4073
4085
# This must be Linux ELF.
4074
 
linux* | k*bsd*-gnu)
 
4086
linux* | k*bsd*-gnu | kopensolaris*-gnu)
4075
4087
  lt_cv_deplibs_check_method=pass_all
4076
4088
  ;;
4077
4089
 
4078
 
netbsd*)
 
4090
netbsd* | netbsdelf*-gnu)
4079
4091
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4080
4092
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
4081
4093
  else
4692
4704
            ;;
4693
4705
        esac
4694
4706
        ;;
4695
 
      linux* | k*bsd*-gnu)
 
4707
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
4696
4708
        case $cc_basename in
4697
4709
          KCC*)
4698
4710
            # KAI C++ Compiler
4756
4768
            ;;
4757
4769
        esac
4758
4770
        ;;
4759
 
      netbsd*)
 
4771
      netbsd* | netbsdelf*-gnu)
4760
4772
        ;;
4761
4773
      *qnx* | *nto*)
4762
4774
        # QNX uses GNU C++, but need to define -shared option too, otherwise
4976
4988
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4977
4989
      ;;
4978
4990
 
4979
 
    linux* | k*bsd*-gnu)
 
4991
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
4980
4992
      case $cc_basename in
4981
4993
      # old Intel for x86_64 which still supported -KPIC.
4982
4994
      ecc*)
5181
5193
  cygwin* | mingw* | cegcc*)
5182
5194
    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
5183
5195
  ;;
 
5196
  linux* | k*bsd*-gnu)
 
5197
    _LT_TAGVAR(link_all_deplibs, $1)=no
 
5198
  ;;
5184
5199
  *)
5185
5200
    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5186
5201
  ;;
5245
5260
  openbsd*)
5246
5261
    with_gnu_ld=no
5247
5262
    ;;
 
5263
  linux* | k*bsd*-gnu)
 
5264
    _LT_TAGVAR(link_all_deplibs, $1)=no
 
5265
    ;;
5248
5266
  esac
5249
5267
 
5250
5268
  _LT_TAGVAR(ld_shlibs, $1)=yes
5266
5284
    fi
5267
5285
    supports_anon_versioning=no
5268
5286
    case `$LD -v 2>&1` in
 
5287
      *GNU\ gold*) supports_anon_versioning=yes ;;
5269
5288
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5270
5289
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5271
5290
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5357
5376
      _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'
5358
5377
      ;;
5359
5378
 
5360
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
5379
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
5361
5380
      tmp_diet=no
5362
5381
      if test "$host_os" = linux-dietlibc; then
5363
5382
        case $cc_basename in
5427
5446
      fi
5428
5447
      ;;
5429
5448
 
5430
 
    netbsd*)
 
5449
    netbsd* | netbsdelf*-gnu)
5431
5450
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5432
5451
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5433
5452
        wlarc=
5602
5621
        if test "$aix_use_runtimelinking" = yes; then
5603
5622
          shared_flag="$shared_flag "'${wl}-G'
5604
5623
        fi
 
5624
        _LT_TAGVAR(link_all_deplibs, $1)=no
5605
5625
      else
5606
5626
        # not using gcc
5607
5627
        if test "$host_cpu" = ia64; then
5840
5860
      _LT_TAGVAR(link_all_deplibs, $1)=yes
5841
5861
      ;;
5842
5862
 
5843
 
    netbsd*)
 
5863
    netbsd* | netbsdelf*-gnu)
5844
5864
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5845
5865
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5846
5866
      else
6836
6856
        _LT_TAGVAR(inherit_rpath, $1)=yes
6837
6857
        ;;
6838
6858
 
6839
 
      linux* | k*bsd*-gnu)
 
6859
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
6840
6860
        case $cc_basename in
6841
6861
          KCC*)
6842
6862
            # Kuck and Associates, Inc. (KAI) C++ Compiler
8843
8863
 
8844
8864
# Generated from ltversion.in.
8845
8865
 
8846
 
# serial 3012 ltversion.m4
 
8866
# serial 3017 ltversion.m4
8847
8867
# This file is part of GNU Libtool
8848
8868
 
8849
 
m4_define([LT_PACKAGE_VERSION], [2.2.6])
8850
 
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
8869
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
8870
m4_define([LT_PACKAGE_REVISION], [1.3017])
8851
8871
 
8852
8872
AC_DEFUN([LTVERSION_VERSION],
8853
 
[macro_version='2.2.6'
8854
 
macro_revision='1.3012'
 
8873
[macro_version='2.2.6b'
 
8874
macro_revision='1.3017'
8855
8875
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
8856
8876
_LT_DECL(, macro_revision, 0)
8857
8877
])
8949
8969
m4_ifndef([AC_LIBTOOL_CONFIG],          [AC_DEFUN([AC_LIBTOOL_CONFIG])])
8950
8970
m4_ifndef([_LT_AC_FILE_LTDLL_C],        [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
8951
8971
 
8952
 
# nls.m4 serial 3 (gettext-0.15)
8953
 
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
8972
# nls.m4 serial 5 (gettext-0.18)
 
8973
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
 
8974
dnl Inc.
8954
8975
dnl This file is free software; the Free Software Foundation
8955
8976
dnl gives unlimited permission to copy and/or distribute it,
8956
8977
dnl with or without modifications, as long as this notice is preserved.
8968
8989
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
8969
8990
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
8970
8991
 
8971
 
AC_PREREQ(2.50)
 
8992
AC_PREREQ([2.50])
8972
8993
 
8973
8994
AC_DEFUN([AM_NLS],
8974
8995
[
8975
8996
  AC_MSG_CHECKING([whether NLS is requested])
8976
8997
  dnl Default is enabled NLS
8977
 
  AC_ARG_ENABLE(nls,
 
8998
  AC_ARG_ENABLE([nls],
8978
8999
    [  --disable-nls           do not use Native Language Support],
8979
9000
    USE_NLS=$enableval, USE_NLS=yes)
8980
 
  AC_MSG_RESULT($USE_NLS)
8981
 
  AC_SUBST(USE_NLS)
 
9001
  AC_MSG_RESULT([$USE_NLS])
 
9002
  AC_SUBST([USE_NLS])
8982
9003
])
8983
9004
 
8984
9005
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
9006
# serial 1 (pkg-config-0.24)
8985
9007
8986
9008
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
8987
9009
#
9009
9031
AC_DEFUN([PKG_PROG_PKG_CONFIG],
9010
9032
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
9011
9033
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
9012
 
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
9034
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
 
9035
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
 
9036
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
 
9037
 
9013
9038
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
9014
9039
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
9015
9040
fi
9022
9047
                AC_MSG_RESULT([no])
9023
9048
                PKG_CONFIG=""
9024
9049
        fi
9025
 
                
9026
9050
fi[]dnl
9027
9051
])# PKG_PROG_PKG_CONFIG
9028
9052
 
9031
9055
# Check to see whether a particular set of modules exists.  Similar
9032
9056
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
9033
9057
#
9034
 
#
9035
 
# Similar to PKG_CHECK_MODULES, make sure that the first instance of
9036
 
# this or PKG_CHECK_MODULES is called, or make sure to call
9037
 
# PKG_CHECK_EXISTS manually
 
9058
# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
9059
# only at the first occurence in configure.ac, so if the first place
 
9060
# it's called might be skipped (such as if it is within an "if", you
 
9061
# have to call PKG_CHECK_EXISTS manually
9038
9062
# --------------------------------------------------------------
9039
9063
AC_DEFUN([PKG_CHECK_EXISTS],
9040
9064
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
9041
9065
if test -n "$PKG_CONFIG" && \
9042
9066
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
9043
 
  m4_ifval([$2], [$2], [:])
 
9067
  m4_default([$2], [:])
9044
9068
m4_ifvaln([$3], [else
9045
9069
  $3])dnl
9046
9070
fi])
9047
9071
 
9048
 
 
9049
9072
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
9050
9073
# ---------------------------------------------
9051
9074
m4_define([_PKG_CONFIG],
9098
9121
See the pkg-config man page for more details.])
9099
9122
 
9100
9123
if test $pkg_failed = yes; then
 
9124
        AC_MSG_RESULT([no])
9101
9125
        _PKG_SHORT_ERRORS_SUPPORTED
9102
9126
        if test $_pkg_short_errors_supported = yes; then
9103
9127
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
9107
9131
        # Put the nasty error message in config.log where it belongs
9108
9132
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
9109
9133
 
9110
 
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
9134
        m4_default([$4], [AC_MSG_ERROR(
9111
9135
[Package requirements ($2) were not met:
9112
9136
 
9113
9137
$$1_PKG_ERRORS
9115
9139
Consider adjusting the PKG_CONFIG_PATH environment variable if you
9116
9140
installed software in a non-standard prefix.
9117
9141
 
9118
 
_PKG_TEXT
9119
 
])],
9120
 
                [AC_MSG_RESULT([no])
9121
 
                $4])
 
9142
_PKG_TEXT])dnl
 
9143
        ])
9122
9144
elif test $pkg_failed = untried; then
9123
 
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
9145
        AC_MSG_RESULT([no])
 
9146
        m4_default([$4], [AC_MSG_FAILURE(
9124
9147
[The pkg-config script could not be found or is too old.  Make sure it
9125
9148
is in your PATH or set the PKG_CONFIG environment variable to the full
9126
9149
path to pkg-config.
9127
9150
 
9128
9151
_PKG_TEXT
9129
9152
 
9130
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
9131
 
                [$4])
 
9153
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
 
9154
        ])
9132
9155
else
9133
9156
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
9134
9157
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
9135
9158
        AC_MSG_RESULT([yes])
9136
 
        ifelse([$3], , :, [$3])
 
9159
        $3
9137
9160
fi[]dnl
9138
9161
])# PKG_CHECK_MODULES
9139
9162
 
9152
9175
[am__api_version='1.11'
9153
9176
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9154
9177
dnl require some minimum version.  Point them to the right macro.
9155
 
m4_if([$1], [1.11], [],
 
9178
m4_if([$1], [1.11.1], [],
9156
9179
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9157
9180
])
9158
9181
 
9168
9191
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9169
9192
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9170
9193
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9171
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
9194
[AM_AUTOMAKE_VERSION([1.11.1])dnl
9172
9195
m4_ifndef([AC_AUTOCONF_VERSION],
9173
9196
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9174
9197
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])