11cb0ef41Sopenharmony_ci# =========================================================================== 21cb0ef41Sopenharmony_ci# https://www.gnu.org/software/autoconf-archive/ax_file_escapes.html 31cb0ef41Sopenharmony_ci# =========================================================================== 41cb0ef41Sopenharmony_ci# 51cb0ef41Sopenharmony_ci# SYNOPSIS 61cb0ef41Sopenharmony_ci# 71cb0ef41Sopenharmony_ci# AX_FILE_ESCAPES 81cb0ef41Sopenharmony_ci# 91cb0ef41Sopenharmony_ci# DESCRIPTION 101cb0ef41Sopenharmony_ci# 111cb0ef41Sopenharmony_ci# Writes the specified data to the specified file. 121cb0ef41Sopenharmony_ci# 131cb0ef41Sopenharmony_ci# LICENSE 141cb0ef41Sopenharmony_ci# 151cb0ef41Sopenharmony_ci# Copyright (c) 2008 Tom Howard <tomhoward@users.sf.net> 161cb0ef41Sopenharmony_ci# 171cb0ef41Sopenharmony_ci# Copying and distribution of this file, with or without modification, are 181cb0ef41Sopenharmony_ci# permitted in any medium without royalty provided the copyright notice 191cb0ef41Sopenharmony_ci# and this notice are preserved. This file is offered as-is, without any 201cb0ef41Sopenharmony_ci# warranty. 211cb0ef41Sopenharmony_ci 221cb0ef41Sopenharmony_ci#serial 8 231cb0ef41Sopenharmony_ci 241cb0ef41Sopenharmony_ciAC_DEFUN([AX_FILE_ESCAPES],[ 251cb0ef41Sopenharmony_ciAX_DOLLAR="\$" 261cb0ef41Sopenharmony_ciAX_SRB="\\135" 271cb0ef41Sopenharmony_ciAX_SLB="\\133" 281cb0ef41Sopenharmony_ciAX_BS="\\\\" 291cb0ef41Sopenharmony_ciAX_DQ="\"" 301cb0ef41Sopenharmony_ci]) 31