📄 cp.m4
字号:
dnl Copyright (C) 1993-2002 Free Software Foundation, Inc.dnl This file is free software, distributed under the terms of the GNUdnl General Public License. As a special exception to the GNU Generaldnl Public License, this file may be distributed as part of a programdnl that contains a configuration script generated by Autoconf, underdnl the same distribution terms as the rest of that program.dnl From Bruno Haible, Marcus Daniels.AC_PREREQ(2.13)AC_DEFUN([CL_PROG_CP],[AC_CACHE_CHECK(how to copy files, cl_cv_prog_cp, [echo "blabla" > conftest.xerr=`/bin/sh -c "cp -p conftest.x conftest.y 2>&1"`if test -z "$err"; then cl_cv_prog_cp='cp -p'else cl_cv_prog_cp='cp'firm -f conftest*])CP="$cl_cv_prog_cp"AC_SUBST(CP)dnl])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -