~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to m4/gnulib-tool.m4

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-02-08 11:39:26 UTC
  • mfrom: (17.6.26 experimental)
  • mto: (17.6.27 experimental)
  • mto: This revision was merged to the branch mainline in revision 104.
  • Revision ID: james.westby@ubuntu.com-20110208113926-clfs90haboyk9zip
Tags: 1.99~rc1-2
* Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations:
  - Kazakh (Baurzhan Muftakhidinov / Timur Birsh).
* mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than
  suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan
  Uggla).
* Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes
  grub-mkrelpath on btrfs subvolumes (LP: #712029).
* Add rootflags=subvol=<name> if / is on a btrfs subvolume (LP: #712029).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# gnulib-tool.m4 serial 2
 
2
dnl Copyright (C) 2004-2005, 2009-2010 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
 
6
 
 
7
dnl The following macros need not be invoked explicitly.
 
8
dnl Invoking them does nothing except to declare default arguments
 
9
dnl for "gnulib-tool --import".
 
10
 
 
11
dnl Usage: gl_LOCAL_DIR([DIR])
 
12
AC_DEFUN([gl_LOCAL_DIR], [])
 
13
 
 
14
dnl Usage: gl_MODULES([module1 module2 ...])
 
15
AC_DEFUN([gl_MODULES], [])
 
16
 
 
17
dnl Usage: gl_AVOID([module1 module2 ...])
 
18
AC_DEFUN([gl_AVOID], [])
 
19
 
 
20
dnl Usage: gl_SOURCE_BASE([DIR])
 
21
AC_DEFUN([gl_SOURCE_BASE], [])
 
22
 
 
23
dnl Usage: gl_M4_BASE([DIR])
 
24
AC_DEFUN([gl_M4_BASE], [])
 
25
 
 
26
dnl Usage: gl_PO_BASE([DIR])
 
27
AC_DEFUN([gl_PO_BASE], [])
 
28
 
 
29
dnl Usage: gl_DOC_BASE([DIR])
 
30
AC_DEFUN([gl_DOC_BASE], [])
 
31
 
 
32
dnl Usage: gl_TESTS_BASE([DIR])
 
33
AC_DEFUN([gl_TESTS_BASE], [])
 
34
 
 
35
dnl Usage: gl_WITH_TESTS
 
36
AC_DEFUN([gl_WITH_TESTS], [])
 
37
 
 
38
dnl Usage: gl_LIB([LIBNAME])
 
39
AC_DEFUN([gl_LIB], [])
 
40
 
 
41
dnl Usage: gl_LGPL or gl_LGPL([VERSION])
 
42
AC_DEFUN([gl_LGPL], [])
 
43
 
 
44
dnl Usage: gl_MAKEFILE_NAME([FILENAME])
 
45
AC_DEFUN([gl_MAKEFILE_NAME], [])
 
46
 
 
47
dnl Usage: gl_LIBTOOL
 
48
AC_DEFUN([gl_LIBTOOL], [])
 
49
 
 
50
dnl Usage: gl_MACRO_PREFIX([PREFIX])
 
51
AC_DEFUN([gl_MACRO_PREFIX], [])
 
52
 
 
53
dnl Usage: gl_PO_DOMAIN([DOMAIN])
 
54
AC_DEFUN([gl_PO_DOMAIN], [])
 
55
 
 
56
dnl Usage: gl_VC_FILES([BOOLEAN])
 
57
AC_DEFUN([gl_VC_FILES], [])