⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.ac

📁 制作2.6内核的CLFS时 patch包
💻 AC
字号:
# Configure `patch'.# Copyright (C) 1993, 1997, 1998, 1999, 2002, 2003 Free Software# Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.AC_PREREQ(2.57)AC_INIT(patch, 2.5.9, bug-patch@gnu.org)AC_CONFIG_SRCDIR(patch.c)AC_CONFIG_HEADER(config.h:config.hin)AC_ARG_PROGRAMAC_PROG_CCAC_PROG_CPPAC_PROG_INSTALLAC_PROG_MAKE_SET# Use ed_PROGRAM, not ED_PROGRAM,# because <errno.h> reserves symbols starting with `E'.AC_PATH_PROG(ed_PROGRAM, ed, ed)AC_GNU_SOURCEAC_AIXAC_MINIXAC_PROG_CC_STDCAC_ISC_POSIXAC_SYS_LARGEFILEAC_EXEEXTAC_C_PROTOTYPESAC_C_CONSTAC_HEADER_DIRENTAC_HEADER_STDCAC_CHECK_HEADERS(fcntl.h limits.h string.h unistd.h utime.h varargs.h)AC_TYPE_MODE_TAC_TYPE_OFF_TAC_TYPE_PID_TAC_TYPE_SIGNALAC_TYPE_SIZE_TAM_STDBOOL_Hjm_CHECK_TYPE_STRUCT_UTIMBUFgl_BACKUPFILEgl_DIRNAMEgl_ERRORgl_FUNC_MEMCHRgl_FUNC_RMDIRgl_GETOPTgl_PREREQ_XMALLOCgl_QUOTEgl_QUOTEARGdnl This should be in gnulib, but isn't for some reason.AC_DEFUN([jm_PREREQ_ADDEXT],[  dnl For addext.c.  AC_REQUIRE([AC_SYS_LONG_FILE_NAMES])  AC_CHECK_FUNCS(pathconf)  AC_CHECK_HEADERS(limits.h string.h unistd.h)])jm_PREREQ_ADDEXTAC_CHECK_DECLS([free, getenv, malloc, mktemp])AC_CHECK_FUNCS(_doprintf geteuid getuid isascii memcmp mktemp \  pathconf raise sigaction sigprocmask sigsetmask strerror)AC_REPLACE_FUNCS(mkdir strncasecmp)AC_FUNC_FSEEKOjm_FUNC_GLIBC_UNLOCKED_IOjm_FUNC_MALLOCjm_FUNC_REALLOCAC_FUNC_CLOSEDIR_VOIDAC_FUNC_SETMODE_DOSAC_FUNC_VPRINTFPATCH_FUNC_MKDIR_TAKES_ONE_ARGjm_AC_DOSAC_SYS_LONG_FILE_NAMESAC_CONFIG_FILES([Makefile])AC_OUTPUT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -