📄 configure.in
字号:
# process this file with autoconf to get a configure scriptAC_INIT(libdc1394/dc1394_control.c)AM_INIT_AUTOMAKE(libdc1394, 1.0.0)AM_CONFIG_HEADER(config.h)AC_PROG_CCAC_PROG_LIBTOOLAM_PROG_LIBTOOL# Check for the new version of libraw1394 first since they might have both# installed and we want to use the newest versionAC_CHECK_LIB(raw1394, raw1394_new_handle, AC_DEFINE(HAVE_LIBRAW1394), AC_CHECK_LIB(raw1394, raw1394_get_handle, AC_DEFINE(LIBRAW1394_OLD) AC_DEFINE(HAVE_LIBRAW1394), AC_MSG_ERROR(No version of libraw1394 found!)))AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h sys/ioctl.h unistd.h)AC_TYPE_SIZE_TAC_FUNC_MMAP# set the libtool shared library version numberslt_major=11lt_revision=0lt_age=0AC_SUBST(lt_major)AC_SUBST(lt_revision)AC_SUBST(lt_age)CFLAGS="$CFLAGS -Wall -Wunused"AC_OUTPUT([ Makefile libdc1394/Makefile examples/Makefile ])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -