~ubuntu-branches/ubuntu/raring/gtkhtml3.14/raring

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-08-25 14:22:37 UTC
  • mfrom: (1.6.7 upstream) (27.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100825142237-sydsqo7b83686pui
Tags: 1:3.30.3-1ubuntu1
* Merge with Debian unstable. Remaining Ubuntu changes:
* debian/control:
  - Add Vcs-Bzr link
* debian/libgtkhtml-editor0.shlibs:
* debian/libgtkhtml3.14-19.shlibs:
  - Add epoch (accidentally added in Ubuntu)
* debian/patches/gtkhtml3.14_ftbfs.diff:
  - Build without DGTK_DISABLE_DEPRECATED to fix FTBFS
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
fi])
453
453
 
454
454
 
455
 
# nls.m4 serial 3 (gettext-0.15)
456
 
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
455
# nls.m4 serial 5 (gettext-0.18)
 
456
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
 
457
dnl Inc.
457
458
dnl This file is free software; the Free Software Foundation
458
459
dnl gives unlimited permission to copy and/or distribute it,
459
460
dnl with or without modifications, as long as this notice is preserved.
471
472
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
472
473
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
473
474
 
474
 
AC_PREREQ(2.50)
 
475
AC_PREREQ([2.50])
475
476
 
476
477
AC_DEFUN([AM_NLS],
477
478
[
478
479
  AC_MSG_CHECKING([whether NLS is requested])
479
480
  dnl Default is enabled NLS
480
 
  AC_ARG_ENABLE(nls,
 
481
  AC_ARG_ENABLE([nls],
481
482
    [  --disable-nls           do not use Native Language Support],
482
483
    USE_NLS=$enableval, USE_NLS=yes)
483
 
  AC_MSG_RESULT($USE_NLS)
484
 
  AC_SUBST(USE_NLS)
 
484
  AC_MSG_RESULT([$USE_NLS])
 
485
  AC_SUBST([USE_NLS])
485
486
])
486
487
 
487
488
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-