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

Side by Side Diff: gdb/gnulib/import/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/import/m4/gnulib-comp.m4 ('k') | gdb/gnulib/import/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
1 # gnulib-tool.m4 serial 2 1 # gnulib-tool.m4 serial 2
2 dnl Copyright (C) 2004-2005, 2009-2011 Free Software Foundation, Inc. 2 dnl Copyright (C) 2004-2005, 2009-2012 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation 3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it, 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved. 5 dnl with or without modifications, as long as this notice is preserved.
6 6
7 dnl The following macros need not be invoked explicitly. 7 dnl The following macros need not be invoked explicitly.
8 dnl Invoking them does nothing except to declare default arguments 8 dnl Invoking them does nothing except to declare default arguments
9 dnl for "gnulib-tool --import". 9 dnl for "gnulib-tool --import".
10 10
11 dnl Usage: gl_LOCAL_DIR([DIR]) 11 dnl Usage: gl_LOCAL_DIR([DIR])
12 AC_DEFUN([gl_LOCAL_DIR], []) 12 AC_DEFUN([gl_LOCAL_DIR], [])
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 AC_DEFUN([gl_LIBTOOL], []) 48 AC_DEFUN([gl_LIBTOOL], [])
49 49
50 dnl Usage: gl_MACRO_PREFIX([PREFIX]) 50 dnl Usage: gl_MACRO_PREFIX([PREFIX])
51 AC_DEFUN([gl_MACRO_PREFIX], []) 51 AC_DEFUN([gl_MACRO_PREFIX], [])
52 52
53 dnl Usage: gl_PO_DOMAIN([DOMAIN]) 53 dnl Usage: gl_PO_DOMAIN([DOMAIN])
54 AC_DEFUN([gl_PO_DOMAIN], []) 54 AC_DEFUN([gl_PO_DOMAIN], [])
55 55
56 dnl Usage: gl_VC_FILES([BOOLEAN]) 56 dnl Usage: gl_VC_FILES([BOOLEAN])
57 AC_DEFUN([gl_VC_FILES], []) 57 AC_DEFUN([gl_VC_FILES], [])
OLDNEW
« no previous file with comments | « gdb/gnulib/import/m4/gnulib-comp.m4 ('k') | gdb/gnulib/import/m4/include_next.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698