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

📄 configure.in

📁 Screentest is a CRT/LCD screen testing utility.
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(configure.in)AM_INIT_AUTOMAKE(screentest, 1.0)AM_CONFIG_HEADER(config.h)AC_ISC_POSIXAC_PROG_CCAM_PROG_CC_STDCAC_HEADER_STDCAM_PATH_GTK(1.2.0, ,	AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))dnl Use -Wall if we have gcc.changequote(,)dnlif test "x$GCC" = "xyes"; then  case " $CFLAGS " in  *[\ \	]-Wall[\ \	]*) ;;  *) CFLAGS="$CFLAGS -Wall" ;;  esacfichangequote([,])dnlAC_OUTPUT(Makefile)

⌨️ 快捷键说明

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