~ken-vandine/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-12-21 17:40:15 UTC
  • mfrom: (1.2.5 upstream) (4.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221174015-4o0mdnok2a83mcch
Tags: 0.3.3-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Build-depend on dh-autoreconf
  - Bump build-depends on valac-0.12, libvala-0.12-dev
  - Add Vcs-Bzr link
* debian/rules:
  - Build with autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.67],,
17
 
[m4_warning([this file was generated for autoconf 2.67.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.66],,
 
17
[m4_warning([this file was generated for autoconf 2.66.
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'.])])
21
21
 
 
22
# nls.m4 serial 5 (gettext-0.18)
 
23
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
 
24
dnl Inc.
 
25
dnl This file is free software; the Free Software Foundation
 
26
dnl gives unlimited permission to copy and/or distribute it,
 
27
dnl with or without modifications, as long as this notice is preserved.
 
28
dnl
 
29
dnl This file can can be used in projects which are not available under
 
30
dnl the GNU General Public License or the GNU Library General Public
 
31
dnl License but which still want to provide support for the GNU gettext
 
32
dnl functionality.
 
33
dnl Please note that the actual code of the GNU gettext library is covered
 
34
dnl by the GNU Library General Public License, and the rest of the GNU
 
35
dnl gettext package package is covered by the GNU General Public License.
 
36
dnl They are *not* in the public domain.
 
37
 
 
38
dnl Authors:
 
39
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 
40
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
41
 
 
42
AC_PREREQ([2.50])
 
43
 
 
44
AC_DEFUN([AM_NLS],
 
45
[
 
46
  AC_MSG_CHECKING([whether NLS is requested])
 
47
  dnl Default is enabled NLS
 
48
  AC_ARG_ENABLE([nls],
 
49
    [  --disable-nls           do not use Native Language Support],
 
50
    USE_NLS=$enableval, USE_NLS=yes)
 
51
  AC_MSG_RESULT([$USE_NLS])
 
52
  AC_SUBST([USE_NLS])
 
53
])
 
54
 
22
55
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
23
56
# serial 1 (pkg-config-0.24)
24
57
156
189
Consider adjusting the PKG_CONFIG_PATH environment variable if you
157
190
installed software in a non-standard prefix.
158
191
 
159
 
_PKG_TEXT])[]dnl
 
192
_PKG_TEXT])
160
193
        ])
161
194
elif test $pkg_failed = untried; then
162
195
        AC_MSG_RESULT([no])
167
200
 
168
201
_PKG_TEXT
169
202
 
170
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
 
203
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])
171
204
        ])
172
205
else
173
206
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1257
1290
])
1258
1291
 
1259
1292
m4_include([m4/as-compiler-flag.m4])
1260
 
m4_include([m4/gettext.m4])
1261
 
m4_include([m4/iconv.m4])
1262
 
m4_include([m4/intlmacosx.m4])
1263
1293
m4_include([m4/intltool.m4])
1264
1294
m4_include([m4/introspection.m4])
1265
 
m4_include([m4/lib-ld.m4])
1266
 
m4_include([m4/lib-link.m4])
1267
 
m4_include([m4/lib-prefix.m4])
1268
1295
m4_include([m4/libtool.m4])
1269
1296
m4_include([m4/ltoptions.m4])
1270
1297
m4_include([m4/ltsugar.m4])
1271
1298
m4_include([m4/ltversion.m4])
1272
1299
m4_include([m4/lt~obsolete.m4])
1273
 
m4_include([m4/nls.m4])
1274
 
m4_include([m4/po.m4])
1275
 
m4_include([m4/progtest.m4])
1276
1300
m4_include([m4/vala.m4])