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

📄 configure.in

📁 jfs 源码
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(libfs/super.c)dnl Package name and versionAM_INIT_AUTOMAKE(jfsutils, 1.1.7)AM_CONFIG_HEADER(config.h)dnl Don't include maintainer make-rules by defaultAM_MAINTAINER_MODEdnl Checks for programs.AC_PROG_AWKAC_PROG_CCAC_PROG_INSTALLAC_PATH_PROG(LN, ln, ln)AC_PROG_LN_SAC_PROG_RANLIBdnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(endian.h fcntl.h mntent.h unistd.h stdbool.h stdint.h machine/endian.h sys/byteorder.h)AC_CHECK_HEADERS(uuid/uuid.h,,AC_MSG_ERROR('You need the uuid library'))dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINEAC_TYPE_MODE_TAC_TYPE_OFF_TAC_TYPE_SIZE_TAC_STRUCT_ST_RDEVAC_STRUCT_TMdnl Checks for library functions.AC_FUNC_MEMCMPAC_CHECK_FUNCS(getcwd getmntinfo strtol strtoul)dnl By default install into system location.AC_PREFIX_DEFAULT(/usr)if [[ "x$exec_prefix" = xNONE -a "x$prefix" = xNONE ]]; then  sbindir="/sbin"fiAC_OUTPUT([ Makefile libfs/Makefile include/Makefile fsck/Makefile fscklog/Makefile logdump/Makefile mkfs/Makefile tune/Makefile xpeek/Makefile jfsutils.spec])

⌨️ 快捷键说明

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