configure.ac

来自「This programme contains head file and li」· AC 代码 · 共 24 行

AC
24
字号
# Process this file with autoconf to produce a configure script.# Copyright © 2003-2005 Scott James Remnant <scott@netsplit.com>AC_PREREQ(2.57)AC_INIT([build-essential], 11.1)AC_CONFIG_SRCDIR([list2depends])AM_INIT_AUTOMAKE([1.7.7 foreign])AM_MAINTAINER_MODEAC_CHECK_PROG([have_dpkgarchitecture], [dpkg-architecture], yes)if test "x$have_dpkgarchitecture" != "xyes"then	AC_MSG_ERROR([[The dpkg development files (dpkg-dev) must be installed to build this package.]])fiAC_MSG_CHECKING([[for Debian architecture]])DEB_HOST_ARCH=`dpkg-architecture -qDEB_HOST_ARCH`AC_MSG_RESULT($DEB_HOST_ARCH)AC_SUBST(DEB_HOST_ARCH)AC_CONFIG_FILES([Makefile])AC_OUTPUT

⌨️ 快捷键说明

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