~ubuntu-branches/ubuntu/lucid/seahorse/lucid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-20 09:07:00 UTC
  • mfrom: (1.2.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20081020090700-ly8hy8j9qo00nf9c
Tags: 2.24.1-0ubuntu1
* New upstream version:
  - Fix problems with seahorse crashing when searching for remote keys.
    (lp: #272390)
  - Build fixes on Solaris
  - Fix selection of keys in libcryptui.
  - I18n fixes. (lp: #279391)
* debian/patches/80_autoconf_update.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
496
496
fi])
497
497
 
498
498
 
 
499
# nls.m4 serial 3 (gettext-0.15)
 
500
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
501
dnl This file is free software; the Free Software Foundation
 
502
dnl gives unlimited permission to copy and/or distribute it,
 
503
dnl with or without modifications, as long as this notice is preserved.
 
504
dnl
 
505
dnl This file can can be used in projects which are not available under
 
506
dnl the GNU General Public License or the GNU Library General Public
 
507
dnl License but which still want to provide support for the GNU gettext
 
508
dnl functionality.
 
509
dnl Please note that the actual code of the GNU gettext library is covered
 
510
dnl by the GNU Library General Public License, and the rest of the GNU
 
511
dnl gettext package package is covered by the GNU General Public License.
 
512
dnl They are *not* in the public domain.
 
513
 
 
514
dnl Authors:
 
515
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 
516
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
517
 
 
518
AC_PREREQ(2.50)
 
519
 
 
520
AC_DEFUN([AM_NLS],
 
521
[
 
522
  AC_MSG_CHECKING([whether NLS is requested])
 
523
  dnl Default is enabled NLS
 
524
  AC_ARG_ENABLE(nls,
 
525
    [  --disable-nls           do not use Native Language Support],
 
526
    USE_NLS=$enableval, USE_NLS=yes)
 
527
  AC_MSG_RESULT($USE_NLS)
 
528
  AC_SUBST(USE_NLS)
 
529
])
 
530
 
499
531
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
500
532
501
533
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.