Back to the Main Page.

ax_file_escapes

Download the M4 Source.

Synopsis

AX_FILE_ESCAPES

Version

1.1 (2005/01/20)     0.5.65   :   AM Support

Author

Tom Howard <tomhoward@users.sf.net>

Description

Writes the specified data to the specified file.

M4 Source Code
AC_DEFUN([AX_FILE_ESCAPES],[
AX_DOLLAR="\$"
AX_SRB="\\135"
AX_SLB="\\133"
AX_BS="\\\\"
AX_DQ="\""
])