Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: gdb/gnulib/m4/gnulib-tool.m4

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/gnulib/m4/gnulib-comp.m4 ('k') | gdb/gnulib/m4/include_next.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # gnulib-tool.m4 serial 2
2 dnl Copyright (C) 2004-2005, 2009-2011 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], [])
OLDNEW
« no previous file with comments | « gdb/gnulib/m4/gnulib-comp.m4 ('k') | gdb/gnulib/m4/include_next.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698