changelog

来自「LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用」· 代码 · 共 1,949 行 · 第 1/5 页

TXT
1,949
字号
	* config/config.sub, config/config.guess: Update.	* Makefile.maint: Update from bits of the Coreutils 4.5.1.	* Makefile.am: Adjust.2002-09-13  Akim Demaille  <akim@epita.fr>	* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest	reading config.log when the compiler is rejected.	Suggested by Guido Draheim.2002-09-13  Akim Demaille  <akim@epita.fr>	* bin/autoreconf.in: Don't use Cwd::chdir, since in its internals	(chdir_init) might hang when stat'ing mounted directories.	Reported by Vance Shipley.2002-09-12  Akim Demaille  <akim@epita.fr>	* bin/autoscan.in (&parse_args): Pass a reference to the lists, not	the lists.2002-09-12  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Defining Symbols): Present two different	prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the	difference between 1 argument calls, and 2-3 argument calls.2002-09-12  Peter Eisentraut  <peter_e@gmx.net>	* doc/autoconf.texi: Review grammar and punctuation.2002-09-11  Paul Eggert  <eggert@twinsun.com>	* doc/autoconf.texi: Fix minor formatting, spelling, and	grammatical typos.	(Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but	AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case	is obsolescent.2002-09-11  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Questions): Rename as...	(FAQ): this.	(Defining Directories): New.2002-09-09  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Making testsuite Scripts): Update.	Suggested by Nishio Futoshi.2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>	* doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a	plain `@' is wanted.2002-09-09  Akim Demaille  <akim@epita.fr>	* lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the	`duplicates', since the algorithm was too naive and could keep	`--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and	keep `--prefix foo --prefix bar' as `--prefix foo bar'.	Reported by Ralf Corsepius.	* tests/torture.at (Configuring subdirectories): Exercise these	cases.2002-09-09  Akim Demaille  <akim@epita.fr>	* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when	looking for a replacement file.	* lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the	directory is relative.	* doc/autoconf.texi (Generic Functions): Clarify the replacement	directory definition.	Reported by Andreas Schwab and Jim Meyering.2002-09-06  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Setting Output Variables): Clarify what	precious variables are.	Suggested by Pontus Skoeld.2002-09-05  Akim Demaille  <akim@epita.fr>	* bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)	(ifnames, autoscan, autom4te): Since we don't only depend on	configure.ac variables (such as VERSION etc.), but also on prefix	and so forth, depend on Makefile, not configure.ac.	Reported by Alexandre Duret-Lutz.	* doc/autoconf.texi (Installation Directory Variables): Adjust.2002-09-05  Kevin Ryde  <user42@zip.com.au>	* autoconf.texi (Limitations of Make): HP-UX trailing backslashes	doesn't seem to be confined to ia64, just say "some versions".2002-09-04  Akim Demaille  <akim@epita.fr>	* Makefile.am, doc/Makefile.am: Remove pdf targets, handled by	Automake 1.6c.	* Makefile.am (maintainer-clean-local): Remove.	(MAINTAINERCLEANFILES): Remove COPYING.2002-09-03  Paul Eggert  <eggert@twinsun.com>	* doc/autoconf.texi (Configuration Commands): Remove obsolete	example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus	Brinkmann.2002-09-03  Akim Demaille  <akim@epita.fr>	* configure.ac: Bump to 2.53d.	* Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake	as of today, on Automake's team suggestion.2002-09-03  Akim Demaille  <akim@epita.fr>	Version 2.53c.2002-09-02  Akim Demaille  <akim@epita.fr>	* bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and	SITE_MACRO_DIR.	* configure.ac: Disable SITE_MACRO_DIR.2002-09-02  Jim Meyering  <meyering@lucent.com>	* doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,	i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.	Also, tweak grammar: s/make sure to/be sure to/.2002-09-02  Paul Eggert  <eggert@twinsun.com>	* doc/autoconf.texi (Limitations of Builtins): Explain why logical	directory names are generally preferable to physical names.2002-09-02  Akim Demaille  <akim@epita.fr>	* lib/Autom4te/General.pm (&update_file): s/die/error/.	Reported by Raja R. Harinath.	* bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,	* bin/autoupdate.in: Use error instead of die.2002-09-01  Paul Eggert  <eggert@twinsun.com>	* tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use	ordinary shell concatenation rather than echo+tr+sed command that	runs afoul of a long-line-related sed bug in Solaris 8.	* bin/autoheader.in (parse_args): --warning -> --warnings.	* bin/autoconf.as: Work even if "ls" outputs "FOO not found" to	stdout, as traditional "ls" does.	* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,	_AC_COMPILER_EXEEXT_O): Likewise.	* doc/autoconf.texi (Limitations of Usual Tools): Add "ls".	* bin/autoconf.as: Add --prepend-include option.  This patch was	applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,	but bin/autoconf.in is generated automatically from bin/autoconf.as.	* bin/autoconf.in, configure: Regenerate.	* doc/autoconf.texi (Special Shell Variables): Mention	ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.	* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,	MAILPATH and set PS1, PS2, PS4 to default values, to work	around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.	For LC_ALL etc, first try to set to "C" as POSIX requires and as	the Autoconf documentation specifies; fall back to "unset" only if	this fails.  Use a shell for-loop for this rather than an m4 loop,	to shorten the output script.2002-08-30  Paul Eggert  <eggert@twinsun.com>	* doc/autoconf.texi (Special Shell Variables): Mention POSIX	1003.1-2001's requirements for CDPATH.  Give a simpler workaround	for the CDPATH problem.  Document PWD.	(Limitations of Builtins): Document the problem that "cd $foo" and	"ls $foo" may refer to different directories in shells conforming	to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"	example, since the old example is now out of date.	* lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd	FOO" and "ls FOO" talk about different directories; this catches	problems when POSIX 1003.1-2001 "cd" fails due to symlink	spaghetti.	* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead	of rolling our own unset.	(_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since	in practice we needn't worry about CDPATH if unset doesn't work.	* Makefile.in, aclocal.m4, bin/Makefile.in,	config/Makefile.in, doc/Makefile.in, lib/Makefile.in,	lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,	lib/autoscan/Makefile.in, lib/autotest/Makefile.in,	lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,	tests/Makefile.in: Regenerate with Automake 1.6.3.	* config/config.guess, config/config.sub, config/mkinstalldirs:	Update.	* configure: Regenerate with self.2002-08-30  Kevin Ryde  <user42@zip.com.au>	* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"	default output.2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>	* bin/autom4te.in (Request::load): Correctly test for "do" read	failure.2002-08-29  Akim Demaille  <akim@epita.fr>	* lib/Autom4te/General.pm (&xqx): New.	(&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by	hand, which is not portable.	(&error): New.	* bin/autom4te.in: Use them.	Use &error instead of die.	* tests/m4sugar.at (m4_warn, m4_require: circular dependencies):	Adjust.2002-08-17  Paul Eggert  <eggert@twinsun.com>	* lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the	default list of compilers to try, since it was long ago superseded	by the ksh fc builtin.  Suggested by Steven G. Johnson.2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>	* doc/autoconf.texi (Invoking autom4te): End the option table,	fixing a bug introduced by the previous patch.	(Limitations of Make): Add a 'target lookup' subentry in the	'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.2002-07-29  Mark D. Roth  <roth@feep.net>	* bin/autom4te.in: Remove --include-envvar and --site-macro-subdir	options and use $AUTOM4TE_PATH.	* doc/autoconf.texi: Remove documentation of autom4te	--include-envvar and --site-macro-subdir options and document	use of $AUTOM4TE_PATH.	* lib/autom4te.in: Remove --include-envvar and --site-macro-subdir	arguments from each language section.2002-07-29  Paul Eggert  <eggert@twinsun.com>	* doc/install.texi: Include copyright symbol in copyright notice.	* Makefile.am (MAKEINFO): Remove; it's a user-specified macro.	Replace with:	(AM_MAKEINFOFLAGS): New macro.	* doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.	* Makefile.am (INSTALL): Use the new macros.	Use -o rather than --output, since "missing" does not grok --output.2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>	* doc/autoconf.texi (Limitations of Make): Escaped newlines in	comments do not always work. Never trust the exit status of	`make -k'.2002-07-24  Kevin Ryde  <user42@zip.com.au>	* autoconf.texi (Limitations of Make, Making testsuite Scripts):	Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.2002-07-23  Paul Eggert  <eggert@twinsun.com>	* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):	Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002	apparently treats PATH="nonexistent" as if it contained ".".	Bug reported by Stefan `Sec' Zehl.2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>	* doc/autoconf.texi (Limitations of Make): Mention the special	handling of the obj/ directory by BSD make.2002-07-20  Kevin Ryde  <user42@zip.com.au>	* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing	backslashes.2002-07-19  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Function Portability): `exit'.	(Programming in M4sh): Ethymology of M4sh.2002-07-19  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.2002-07-18  Akim Demaille  <akim@epita.fr>	Version 2.53b.2002-07-18  Akim Demaille  <akim@epita.fr>	* config/config.guess, config/config.sub: Update.2002-07-18  Akim Demaille  <akim@epita.fr>	Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and	Automake's parts.	* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.	* lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.	* tests/semantics.at (AC_REPLACE_FUNCS): Adjust.2002-07-18  Akim Demaille  <akim@epita.fr>,	    Alexandre Duret-Lutz  <duret_g@epita.fr>	* lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install	_AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.2002-07-17  Russ Allbery  <rra@stanford.edu>	* doc/autoconf.texi (Initializing configure): Clarify the	description of the tarname default.2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>	* lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set	ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the	latter was not run.2002-07-17  Akim Demaille  <akim@epita.fr>	* lib/Autom4te/General.pm (find_file): Browse the directories in	the order they are given.2002-07-17  Akim Demaille  <akim@epita.fr>	* tests/wrapsh.as, tests/wrappl.as: Merge into...	* tests/wrapper.as: this.	* tests/Makefile.am, configure.ac: Adjust.2002-07-17  Mark D. Roth  <roth@feep.net>	* configure.ac: Add --enable-site-macro-dir option.	* bin/Makefile.am: Expand @SITE_MACRO_DIR@.	* bin/autom4te.in: Add --prepend-include, --include-envvar, and	--site-macro-subdir options.	* bin/autoconf.in: Add --prepend-include option.	* bin/autoheader.in: Add --prepend-include option.	* bin/autoreconf.in: Add --prepend-include option.	* bin/autoscan.in: Add --prepend-include option.	* bin/autoupdate.in: Add --prepend-include option.	* doc/autoconf.texi: Document use of $AC_MACRO_PATH and site	macro directory, remove note that include path directories are	used in reverse order, and document --prepend-include option.	* lib/autom4te.in: Use --prepend-include instead of --include.	* tests/wrapsh.in: Use --prepend-include instead of --include.2002-07-17  Akim Demaille  <akim@epita.fr>	* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in	tarnames.	* doc/autoconf.texi (Initializing configure): Adjust.2002-07-17  Akim Demaille  <akim@epita.fr>	* lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)	(_AC_FUNC_MALLOC): New.	(AC_FUNC_MALLOC): Use the latter.	Define HAVE_MALLOC to 0 if broken.	* doc/autoconf.texi (Particular Functions): Adjust.2002-07-16  Akim Demaille  <akim@epita.fr>	* lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.	* doc/autoconf.texi (C Compiler): Adjust.2002-07-09  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi: Properly set the ``header'' part.2002-07-09  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Systemology): Some about Darwin.2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>	* lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):	Don't use AC_REQUIRE in AU_DEFUN.

⌨️ 快捷键说明

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