📄 configure.in.in
字号:
dnl This file is part of the KDE libraries/packagesdnl Copyright (C) 2001 Stephan Kulow (coolo@kde.org)dnl modified by Walter Tasin (tasin@kdevelop.org)dnl for c++ console applicationsdnl This file is free software; you can redistribute it and/ordnl modify it under the terms of the GNU Library General Publicdnl License as published by the Free Software Foundation; eitherdnl version 2 of the License, or (at your option) any later version.dnl This library is distributed in the hope that it will be useful,dnl but WITHOUT ANY WARRANTY; without even the implied warranty ofdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUdnl Library General Public License for more details.dnl You should have received a copy of the GNU Library General Public Licensednl along with this library; see the file COPYING.LIB. If not, write todnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330,dnl Boston, MA 02111-1307, USA.# 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)dnl This ksh/zsh feature conflicts with `cd blah ; pwd`unset CDPATHdnl Checking host/target/build systems, for make, install etc.AC_CANONICAL_SYSTEMdnl Perform program name transformationAC_ARG_PROGRAMdnl Automake doc recommends to do this only here. (Janos)AM_INIT_AUTOMAKE(mafia,0.1)dnl almost the same like KDE_SET_PEFIX but the path is /usr/localdnlunset CDPATHdnl make /usr/local the default for the installationAC_PREFIX_DEFAULT(/usr/local)if test "x$prefix" = "xNONE"; then prefix=$ac_default_prefix ac_configure_args="$ac_configure_args --prefix $prefix"fiKDE_FAST_CONFIGUREKDE_CONF_FILESdnl without this order in this file, automake will be confused!dnlAM_CONFIG_HEADER(config.h)dnl checks for programs.dnl first check for c/c++ compilersAC_CHECK_COMPILERSdnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__dnl create only shared libtool-librariesAC_ENABLE_SHARED(yes)dnl set the following to yes, if you want to create staticdnl libtool-libraries, too.AC_ENABLE_STATIC(no)dnl create a working libtool-scriptKDE_PROG_LIBTOOLdnl activate the next macro call for DLOPEN tests and setting LIBDLdnl (n.b. KDE_MISC_TESTS does the same to you, so use either this or the next one)dnl KDE_CHECK_DLOPENdnl activate the next macro call for some additional testsdnl (compat, crypt, socket, nsl, dlopen, ...)dnl KDE_MISC_TESTS dnl __kdevelop__dnl KDE_NEED_FLEX dnl __kdevelop__dnl AC_PROG_YACC dnl __kdevelop__KDE_CHECK_EXTRA_LIBSall_libraries="$all_libraries $USER_LDFLAGS"all_includes="$all_includes $USER_INCLUDES"AC_SUBST(all_includes)AC_SUBST(all_libraries)AC_SUBST(AUTODIRS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -