Last change
on this file was
1616,
checked in by Peter Johansson, 4 months ago
|
update 3rd-party autoconf macros
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id Date
|
File size:
763 bytes
|
Line | |
---|
1 | # =========================================================================== |
---|
2 | # https://www.gnu.org/software/autoconf-archive/ax_file_escapes.html |
---|
3 | # =========================================================================== |
---|
4 | # |
---|
5 | # SYNOPSIS |
---|
6 | # |
---|
7 | # AX_FILE_ESCAPES |
---|
8 | # |
---|
9 | # DESCRIPTION |
---|
10 | # |
---|
11 | # Writes the specified data to the specified file. |
---|
12 | # |
---|
13 | # LICENSE |
---|
14 | # |
---|
15 | # Copyright (c) 2008 Tom Howard <tomhoward@users.sf.net> |
---|
16 | # |
---|
17 | # Copying and distribution of this file, with or without modification, are |
---|
18 | # permitted in any medium without royalty provided the copyright notice |
---|
19 | # and this notice are preserved. This file is offered as-is, without any |
---|
20 | # warranty. |
---|
21 | |
---|
22 | #serial 8 |
---|
23 | |
---|
24 | AC_DEFUN([AX_FILE_ESCAPES],[ |
---|
25 | AX_DOLLAR="\$" |
---|
26 | AX_SRB="\\135" |
---|
27 | AX_SLB="\\133" |
---|
28 | AX_BS="\\\\" |
---|
29 | AX_DQ="\"" |
---|
30 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.