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

📄 configure.in

📁 popt-1.7.tar.gz ninigui之MDE编译库支持文件库
💻 IN
字号:
AC_INIT(popt.h)AC_CANONICAL_SYSTEMAC_PREREQ(2.12)AC_CONFIG_HEADERSAM_INIT_AUTOMAKE(popt, 1.7)AM_CONFIG_HEADER(config.h)ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN.GB2312"AC_ISC_POSIXAC_PROG_CCAC_GCC_TRADITIONALAM_C_PROTOTYPESdnl AM_DISABLE_SHAREDAM_PROG_LIBTOOLAC_PROG_INSTALLif test "X$CC" = Xgcc; then    CFLAGS="-Wall $CFLAGS"fidnl XXX lose rpm libsLIBS=addlib() {  l=$1  shift  case "$target" in     *-*-solaris*)	LIBS="$LIBS -L$l -R $l $*";;    *)		LIBS="$LIBS -L$l $*";;  esac}dnldnl if CC is gcc, we can rebuild the dependencies (since the depend rulednl requires gcc).  If it's not, don't rebuild dependencies -- use what wasdnl shipped with RPM.dnlif test X"$GCC" = "Xyes" ; then    TARGET="depend allprogs"else    TARGET="everything"    #    # let the Makefile know that we're done with `depend', since we don't    # have gcc we're not going to rebuild our dependencies at all.    #    echo > .depend-donefiAC_SUBST(TARGET)AC_CHECK_HEADERS(alloca.h float.h libintl.h mcheck.h unistd.h)AC_MSG_CHECKING(for /usr/ucblib in LIBS)if test -d /usr/ucblib ; then	if test "$build" = "mips-sni-sysv4" ; then		addlib /usr/ccs/lib -lc	fi	addlib /usr/ucblib		AC_MSG_RESULT(yes)else	AC_MSG_RESULT(no)fiif test ! -f ../rpm.cthen  AC_MSG_CHECKING(for GNU xgettext)  xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || AC_MSG_ERROR([  *** GNU gettext is required. The latest version  *** is always available from ftp://ftp.gnu.org/gnu/gettext/.])  AC_MSG_RESULT(yes)fiAC_CHECK_FUNCS(strerror mtrace getuid geteuid)AC_CHECK_FUNC(setreuid, [], [    AC_CHECK_LIB(ucb, setreuid, [if echo $LIBS | grep -- -lucb >/dev/null ;then :; else LIBS="$LIBS -lc -lucb" USEUCB=y;fi])])AM_GNU_GETTEXTPOPT_SOURCE_PATH="`pwd`"AC_DEFINE_UNQUOTED(POPT_SOURCE_PATH, "$POPT_SOURCE_PATH",	[Full path to popt top_sourcedir.])AC_SUBST(POPT_SOURCE_PATH)AC_OUTPUT([Doxyfile Makefile intl/Makefile po/Makefile.in])

⌨️ 快捷键说明

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