configure.in

来自「查看局域网的信息,类似网上邻居的功能,例如查看哪台计算机在线等」· IN 代码 · 共 51 行

IN
51
字号
# 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(lisa, 0.1) dnl searches for some needed programsdnl KDE_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 Perform program name transformationAC_ARG_PROGRAMAC_SUBST(LIBSOCKET)CXXFLAGS="$CXXFLAGS"AC_CHECK_HEADERS(unistd.h )AC_C_BIGENDIANAC_LANG_SAVEAC_LANG_CPLUSPLUSAC_CHECK_HEADERS(streambuf streambuf.h)AC_LANG_RESTOREAC_OUTPUT( \./Makefile \lisa/Makefile)

⌨️ 快捷键说明

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