configure.in
来自「KDE下的西门子手机管理程序」· IN 代码 · 共 50 行
IN
50 行
# Original Author was Kalle@kde.org# I lifted it in some mater. (Stephan Kulow)# I used much code from Janos Farkasdnl Process this file with autoconf to produce a configure script.AC_INIT(acinclude.m4) dnl a source file from your sub dirdnl This is so we can use kde-commonAC_CONFIG_AUX_DIR(admin)AC_CANONICAL_SYSTEM AC_ARG_PROGRAMdnl Automake doc recommends to do this only here. (Janos)AM_INIT_AUTOMAKE(ksiemens, 0.1) dnl searches for some needed programsKDE_SET_PREFIXdnl generate the config headerAM_CONFIG_HEADER(config.h) dnl at the distribution this donednl 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 filesAM_KDE_WITH_NLSAC_PATH_KDEdnl Perform program name transformationAC_ARG_PROGRAM#MIN_CONFIGdnl PACKAGE set beforeKDE_CREATE_SUBDIRSLISTAC_OUTPUT( \./Makefile \doc/Makefile \doc/en/Makefile \ksiemens/Makefile \po/Makefile \)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?