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

📄 configure.ac

📁 Arithmetic for integers of almost unlimited size for C and C++. Developed and copyrighted by Ra
💻 AC
字号:
dnl ========================================================================dnldnl	${srcdir}/configure.indnldnl ------------------------------------------------------------------------dnldnl	$Id: configure.ac,v 2.3 2001/06/07 08:46:21 hamdy Exp $dnldnl ========================================================================AC_INIT(libI, 2.1pre2, LiDIA-bugs@cdc.informatik.tu-darmstadt.de)AC_CONFIG_SRCDIR(.LIBI_SRC_DIR)AC_PREREQ(2.50)AC_CONFIG_HEADERS(config.h)AC_CANONICAL_TARGETdnldnl	check for the `usual' toolsdnlAC_PROG_CCAC_CHECK_PROG(AR, ar, ar, :)AC_PROG_RANLIBAC_PROG_INSTALLdnldnl	determine optimization flagsdnlif test "$GCC" = "yes"; then	CFLAGS="-Wall"	OPT="-O2 -fomit-frame-pointer"else	CFLAGS=""	OPT="-O"fiAC_SUBST(OPT)dnldnl	determine the object sub-directorydnlcase "$target_cpu" inalpha)	ARCHDIR="Alpha"	;;hppa*)	ARCHDIR="HPPA"	;;i486)	ARCHDIR="Intel486"	;;i586|i686)	ARCHDIR="Intel586"	;;mips)	ARCHDIR="Mips"	;;sparc)	if test -x /usr/bin/arch && test "`/usr/bin/arch -k`" = "sun4u"; then		ARCHDIR="Sparc8"	else		ARCHDIR="Sparc7"	fi	;;*)	ARCHDIR="Generic"	;;esacAC_SUBST(ARCHDIR)AC_CHECK_SIZEOF(long)AC_CONFIG_FILES(Makefile, echo timestamp > stamp-h)AC_OUTPUT

⌨️ 快捷键说明

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