configure.in

来自「这是一个自动生成MAKEFILE的工具。在LINUX工程项目里是很好的帮手。希望」· IN 代码 · 共 33 行

IN
33
字号
dnl Process this file with autoconf to produce a configure script.AC_INIT(acgeneral.m4)AC_ARG_PROGRAMdnl We use a path for GNU m4 so even if users have another m4 first indnl their path, the installer can configure with a path that has GNU m4dnl first and get that path embedded in the installed autoconf anddnl autoheader scripts.AC_PATH_PROGS(M4, gm4 gnum4 m4, m4)AC_PROG_AWKdnl We use a path for perl so the #! line in autoscan will work.AC_PATH_PROG(PERL, perl, no)AC_SUBST(PERL)dnlAC_SUBST(SCRIPTS)dnlif test "$PERL" != no; then  SCRIPTS=autoscanelse  AC_MSG_WARN(autoscan will not be built since perl is not found)fiAC_PROG_INSTALL# Work with the GNU or Cygnus source tree layout.if test -f $srcdir/standards.texi; then  standards_info=standards.info standards_dvi=standards.dvifiAC_SUBST(standards_info)dnlAC_SUBST(standards_dvi)dnlAC_OUTPUT(Makefile testsuite/Makefile)

⌨️ 快捷键说明

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