文件操作 - ax_file_escapes.m4
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/libmemcached-1.0.18/m4/ax_file_escapes.m4
编辑文件内容
# =========================================================================== # http://www.gnu.org/software/autoconf-archive/ax_file_escapes.html # =========================================================================== # # SYNOPSIS # # AX_FILE_ESCAPES # # DESCRIPTION # # Writes the specified data to the specified file. # # LICENSE # # Copyright (c) 2008 Tom Howard <tomhoward@users.sf.net> # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 7 AC_DEFUN([AX_FILE_ESCAPES],[ AX_DOLLAR="\$" AX_SRB="\\135" AX_SLB="\\133" AX_BS="\\\\" AX_DQ="\"" ])
修改文件时间
将文件时间修改为当前时间的前一年
删除文件