diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-27 19:57:20 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-27 19:57:20 +0000 |
| commit | fb6b9b91d11dacb448979bb7770182f1731e9f99 (patch) | |
| tree | 68fe5e9d8970b82717478c7e904a7456bbaad7f5 /m4/quote.m4 | |
| parent | fea6cc68e36068e834e86474181b1e8edbae89df (diff) | |
Virgin import of patch-2.5.9, the last official GPLv2 release.vendor/misc-GNU/patch/2.5.9vendor/misc-GNU/patch
As in previous imports we dropped the mkinstall and pc directories
as they are of no use to us.
Differently from previous imports, patch.1 was not renamed and
is maintained with its original name (patch.man). If we ever
merge this into the main tree, care must be taken to rename
it back.
Notes
Notes:
svn path=/vendor/patch/dist/; revision=253717
svn path=/vendor/patch/2.5.9/; revision=253718; tag=vendor/misc-GNU/patch/2.5.9
Diffstat (limited to 'm4/quote.m4')
| -rw-r--r-- | m4/quote.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/quote.m4 b/m4/quote.m4 new file mode 100644 index 000000000000..025911fef3af --- /dev/null +++ b/m4/quote.m4 @@ -0,0 +1,13 @@ +# quote.m4 serial 1 +dnl Copyright (C) 2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_QUOTE], +[ + dnl Prerequisites of lib/quote.c. + AC_CHECK_HEADERS_ONCE(stddef.h) +]) |
