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

📄 libpopt.m4

📁 samba最新软件
💻 M4
字号:
dnl Check to see if we should use the included poptINCLUDED_POPT=autoAC_ARG_WITH(included-popt,[  --with-included-popt    use bundled popt library, not from system],[ INCLUDED_POPT=$withval ])AC_SUBST(POPT_LIBS)AC_SUBST(POPT_CFLAGS)if test x"$INCLUDED_POPT" != x"yes"; then	AC_CHECK_HEADERS(popt.h)	AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ])	if test x"$ac_cv_header_popt_h" = x"no" -o x"$ac_cv_lib_popt_poptGetContext" = x"no"; then		INCLUDED_POPT=yes		POPT_CFLAGS=""	else		INCLUDED_POPT=no	fifiAC_MSG_CHECKING(whether to use included popt)AC_MSG_RESULT($INCLUDED_POPT)if test x"$INCLUDED_POPT" != x"no"; then	dnl find the popt sources. This is meant to work both for 	dnl popt standalone builds, and builds of packages using popt	poptdir=""	poptpaths="$srcdir $srcdir/lib/popt $srcdir/popt $srcdir/../popt"	for d in $poptpaths; do		if test -f "$d/popt.c"; then			poptdir="$d"					POPT_CFLAGS="-I$d"			AC_SUBST(poptdir)			break		fi	done        if test x"$poptdir" = "x"; then		AC_MSG_ERROR([cannot find popt source in $poptpaths])	fi	POPT_OBJ="popt.o findme.o poptconfig.o popthelp.o poptparse.o"	AC_SUBST(POPT_OBJ)	AC_CHECK_HEADERS([float.h alloca.h])fi

⌨️ 快捷键说明

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