📄 configure.ac
字号:
# process this file with autoconf to get a configure scriptAC_INIT(libraw1394, 1.1.0)AC_CONFIG_SRCDIR(src/raw1394.h)AM_CONFIG_HEADER(config.h)dnl Checking if the NEWS file has been updated to reflect the current version.AM_INIT_AUTOMAKE(check-news)AC_PROG_CCAC_PROG_LIBTOOLAC_PROG_INSTALLAC_CHECK_SIZEOF(void *, 8)AC_C_CONSTAC_C_BIGENDIAN# set the libtool so version numberslt_major=8lt_revision=0lt_age=0AC_SUBST(lt_major)AC_SUBST(lt_revision)AC_SUBST(lt_age)#CFLAGS=${CFLAGS:-"-Wall"}AC_OUTPUT([Makefilelibraw1394.pclibraw1394.specsrc/Makefiletools/Makefiledoc/Makefiledoc/testlibraw.1doc/sendiso.1doc/dumpiso.1doc/isodump.5debian/Makefile])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -