applying-patches.txt
来自「mutt-1.5.12 源代码。linux 下邮件接受的工具。」· 文本 代码 · 共 26 行
TXT
26 行
Subject: Applying patchesFrom: Thomas Roessler <roessler@guug.de>Date: Thu, 8 Oct 1998 14:32:53 +0200When applying patches to mutt, you may encounter strange errormessages spit out by programs like aclocal, autoconf, automake.This will happen if your machine has a partial build environment(see devel-notes.txt for a description of what's needed for muttdevelopment): Mutt has detected changes to some of the "meta sourcefiles" like configure.in and tries to rebuild other files such asaclocal.m4 or Makefile.in based on these changes; this will fail ifyour build environment is not complete.If you encounter this kind of problem, touching the following filesafter applying patches may help: Makefile.in config.h.in configure aclocal.m4After doing so, simply type "make"; the dependencies should takecare of the necessary other re-building (this may quite well includea re-running of ./configure).$Id: applying-patches.txt,v 3.0 2002/01/24 13:35:07 roessler Exp $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?