Last change
on this file since 1106 was
874,
checked in by Peter Johansson, 13 years ago
|
merging release 0.7. Delta /tags/0.7 - /branches/0.7-stable@848
Due to problems with 'svn merge' (skipping added files?), I've copied
added files manually.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id Date
|
File size:
691 bytes
|
Line | |
---|
1 | # =========================================================================== |
---|
2 | # http://autoconf-archive.cryp.to/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. |
---|
20 | |
---|
21 | AC_DEFUN([AX_FILE_ESCAPES],[ |
---|
22 | AX_DOLLAR="\$" |
---|
23 | AX_SRB="\\135" |
---|
24 | AX_SLB="\\133" |
---|
25 | AX_BS="\\\\" |
---|
26 | AX_DQ="\"" |
---|
27 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.