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

Side by Side Diff: gdb/gnulib/import/m4/00gnulib.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/localcharset.c ('k') | gdb/gnulib/import/m4/alloca.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 # 00gnulib.m4 serial 2 1 # 00gnulib.m4 serial 2
2 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. 2 dnl Copyright (C) 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 This file must be named something that sorts before all other 7 dnl This file must be named something that sorts before all other
8 dnl gnulib-provided .m4 files. It is needed until such time as we can 8 dnl gnulib-provided .m4 files. It is needed until such time as we can
9 dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics. 9 dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics.
10 10
11 # AC_DEFUN_ONCE([NAME], VALUE) 11 # AC_DEFUN_ONCE([NAME], VALUE)
12 # ---------------------------- 12 # ----------------------------
13 # Define NAME to expand to VALUE on the first use (whether by direct 13 # Define NAME to expand to VALUE on the first use (whether by direct
14 # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses. 14 # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses.
15 # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This 15 # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This
16 # definition is slower than the version in Autoconf 2.64, because it 16 # definition is slower than the version in Autoconf 2.64, because it
17 # can only use interfaces that existed since 2.59; but it achieves the 17 # can only use interfaces that existed since 2.59; but it achieves the
18 # same effect. Quoting is necessary to avoid confusing Automake. 18 # same effect. Quoting is necessary to avoid confusing Automake.
19 m4_version_prereq([2.63.263], [], 19 m4_version_prereq([2.63.263], [],
20 [m4_define([AC][_DEFUN_ONCE], 20 [m4_define([AC][_DEFUN_ONCE],
21 [AC][_DEFUN([$1], 21 [AC][_DEFUN([$1],
22 [AC_REQUIRE([_gl_DEFUN_ONCE([$1])], 22 [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
23 [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl 23 [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
24 [AC][_DEFUN([_gl_DEFUN_ONCE([$1])], [$2])])]) 24 [AC][_DEFUN([_gl_DEFUN_ONCE([$1])], [$2])])])
25 25
26 # gl_00GNULIB 26 # gl_00GNULIB
27 # ----------- 27 # -----------
28 # Witness macro that this file has been included. Needed to force 28 # Witness macro that this file has been included. Needed to force
29 # Automake to include this file prior to all other gnulib .m4 files. 29 # Automake to include this file prior to all other gnulib .m4 files.
30 AC_DEFUN([gl_00GNULIB]) 30 AC_DEFUN([gl_00GNULIB])
OLDNEW
« no previous file with comments | « gdb/gnulib/import/localcharset.c ('k') | gdb/gnulib/import/m4/alloca.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698