📄 configure.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.13)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 sys/mount.h sys/param.h sys/statvfs.h sys/sysmacros.h sys/disklabel.h)AC_CHECK_HEADERS(uuid/uuid.h,,AC_MSG_ERROR('Install e2fsprogs-libs e2fsprogs-devel or uuid-dev'))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 posix_memalign memalign)dnl large file supportAC_SYS_LARGEFILEAC_FUNC_FSEEKOdnl additional compiler warningsif [[ "x$CC" = xgcc ]]; then AC_SUBST(AM_CFLAGS, "-Wall -Wstrict-prototypes -fno-strict-aliasing")fidnl 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 + -