📄 configure.in
字号:
dnldnl $Id: configure.in,v 1.34 2003/09/26 14:10:54 jscrane Exp $dnldnl Process this file with autoconf to produce a configure script.dnlAC_INIT()AM_MAINTAINER_MODEAM_INIT_AUTOMAKE(bluez-sdp, 1.5)AC_PREFIX_DEFAULT(/usr)CFLAGS="-Wall -g -O2"AC_PROG_CCAC_PROG_INSTALLAC_CHECK_TOOL(LD, ld, ld)AC_CHECK_TOOL(AR, ar, ar)AM_PROG_LIBTOOLAC_ARG_WITH(bluez-libs, --with-bluez-libs=DIR BlueZ libraries, BLUEZ_LIBDIR="$withval", BLUEZ_LIBDIR='../libs/src /usr/lib')AC_ARG_WITH(bluez-includes, --with-bluez-includes=DIR BlueZ header files, BLUEZ_INCDIR="$withval", BLUEZ_INCDIR='../libs/include /usr/include')AC_SEARCH_HEADERS(bluetooth/bluetooth.h, $BLUEZ_INCDIR,, AC_MSG_ERROR(Bluetooth headers not found. Please install bluez-libs package.))AC_SEARCH_LIB(bluetooth, hci_open_dev, $BLUEZ_LIBDIR,, AC_MSG_ERROR(Bluetooth library not found. Please compile and install bluez-libs package.))AC_ARG_ENABLE(debug, --enable-debug Enable debugging, AC_DEFINE(SDP_DEBUG, 1)) AC_OUTPUT(Makefile include/Makefile libs/Makefile sdpd/Makefile tools/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -