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

📄 configure.in

📁 《Linux程序设计权威指南》源代码
💻 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 Enable this is if you want to use kde-commondnl AC_CONFIG_AUX_DIR(admin)AC_CANONICAL_SYSTEMAC_ARG_PROGRAMAM_INIT_AUTOMAKE(kdev,0.1)AC_PREFIX_DEFAULT(/usr/local)if test "x$prefix" = "xNONE"; then  prefix=$ac_default_prefix  ac_configure_args="$ac_configure_args --prefix $prefix"fidnl without this order in this file, automake will be confused!dnl the argumentAM_CONFIG_HEADER(config.h)dnl insert here, which version of KDE/QT do you want to useKDE_USE_QT(2)dnl Checks for programs.AC_CHECK_COMPILERSAC_ENABLE_SHARED(yes)AC_ENABLE_STATIC(no)KDE_PROG_LIBTOOLdnl for NLS support. Call them in this order!dnl WITH_NLS is for the po filesdnl AM_KDE_WITH_NLSKDE_MISC_TESTSAC_PATH_QTAC_REQUIRE([KDE_CHECK_EXTRA_LIBS])all_libraries="$all_libraries $USER_LDFLAGS"all_includes="$all_includes $USER_INCLUDES"AC_SUBST(all_includes)AC_SUBST(all_libraries)AC_SUBST(AUTODIRS)dnl 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 Perform program name transformationAC_ARG_PROGRAMdnl add here all your Makefiles. This are created by configureAC_OUTPUT(Makefile kdev/Makefile kdev/docs/Makefile kdev/docs/en/Makefile )

⌨️ 快捷键说明

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