~ubuntu-branches/ubuntu/vivid/gnome-themes/vivid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-23 09:47:56 UTC
  • mfrom: (1.1.52 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923094756-fytpv98qisvpfg2c
Tags: 2.28.0-0ubuntu1
* New upstream release: (LP: #434934)
  - Translation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
# AC_DEFUN([AC_PROG_INTLTOOL], ...)
644
644
 
645
645
 
646
 
# nls.m4 serial 3 (gettext-0.15)
647
 
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
648
 
dnl This file is free software; the Free Software Foundation
649
 
dnl gives unlimited permission to copy and/or distribute it,
650
 
dnl with or without modifications, as long as this notice is preserved.
 
646
# nls.m4 serial 1 (gettext-0.12)
 
647
dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
 
648
dnl This file is free software, distributed under the terms of the GNU
 
649
dnl General Public License.  As a special exception to the GNU General
 
650
dnl Public License, this file may be distributed as part of a program
 
651
dnl that contains a configuration script generated by Autoconf, under
 
652
dnl the same distribution terms as the rest of that program.
651
653
dnl
652
654
dnl This file can can be used in projects which are not available under
653
655
dnl the GNU General Public License or the GNU Library General Public
662
664
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
663
665
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
664
666
 
665
 
AC_PREREQ(2.50)
666
 
 
667
667
AC_DEFUN([AM_NLS],
668
668
[
669
669
  AC_MSG_CHECKING([whether NLS is requested])
675
675
  AC_SUBST(USE_NLS)
676
676
])
677
677
 
 
678
AC_DEFUN([AM_MKINSTALLDIRS],
 
679
[
 
680
  dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
 
681
  dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
 
682
  dnl Try to locate it.
 
683
  MKINSTALLDIRS=
 
684
  if test -n "$ac_aux_dir"; then
 
685
    case "$ac_aux_dir" in
 
686
      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
 
687
      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
 
688
    esac
 
689
  fi
 
690
  if test -z "$MKINSTALLDIRS"; then
 
691
    MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
692
  fi
 
693
  AC_SUBST(MKINSTALLDIRS)
 
694
])
 
695
 
678
696
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
679
697
680
698
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.