📄 configure.in
字号:
dnl without this order in this file, autoconf will not work!dnl the argument is a source file out of your sources. Butdnl acinclude.m4 makes the job for all programs ;-)AC_INIT(acinclude.m4)dnl without this order in this file, automake will be confused!dnl the argument AM_CONFIG_HEADER(config.h)dnl insert here your program name and version numberAC_PROG_CCAC_CANONICAL_SYSTEMAC_ARG_PROGRAMAM_INIT_AUTOMAKE(threads,2.0.0)save_ifs="${IFS= }";IFS='.';set dummy [$VERSION]LT_CURRENT=`expr $2 + $3`LT_REVISION=$4LT_AGE=$3IFS=$save_ifsAC_SUBST(LT_CURRENT)AC_SUBST(LT_REVISION)AC_SUBST(LT_AGE)VERSION=[$2.$3]AC_SUBST(VERSION)AM_ENABLE_SHAREDdnl AC_PREFIX_DEFAULT(${THREADS:-/usr/local/})AC_CHECK_COMPILERSKDE_PROG_LIBTOOLAC_REQUIRE([AC_CHECK_RPATH])AC_REQUIRE([AC_CHECK_BOOL])AC_SUBST(all_includes)AC_SUBST(all_libraries)dnl AC_PATH_KDBdnl in this space add everything you want to check fordnl examples are specific headers, libraries, etc.dnl everything to compile and run a KDE program is already checkeddnl add here all your Makefiles. This are created by configureAC_OUTPUT(Makefile src/Makefile doc/Makefile man/Makefile examples/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -