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

📄 changelog

📁 这是一个自动生成MAKEFILE的工具。相信大家都听说过。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。
💻
📖 第 1 页 / 共 5 页
字号:
2001-07-15  Gary V. Vaughan  <gary@gnu.org>	Automake 1.4-p5 was released.	* NEWS: Updated.	* config.guess, config.sub, texinfo.tex: Updated from master	copies at GNU.	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to	patch level 5, 1.4-p5.	* stamp-vti: Regenerated.	* version.texi: Ditto.	* configure: Ditto.	* Makefile.in: Ditto.	* m4/Makefile.in: Ditto.	* tests/Makefile.in: Ditto.	automake.in (scan_one_configure_file):  AM_PROG_LIBTOOL is	still used regularly.	* lib/missing: Updated.  Added comment explaining configure.ac	oddity.	From Bruno Haible <haible@ilog.fr>:	(install-@DIR@LISP): Handle case where lispdir is not defined.	(uninstall-@DIR@LISP): Likewise.	From Bruno Haible <haible@ilog.fr>:	* lispdir.am (uninstall-@DIR@LISP): DESTDIR was missing.	From Bruno Haible <haible@ilog.fr>:	* subdirs.am (distclean-recursive): Work around a bug in	/bin/sh on FreeBSD which breaks the loop prematurely.	* Makefile.in: Regenerated.	From Marius Vollmer <mvo@zagadka.ping.de>:	* automake.in (handle_texinfo): Version.texi files might be	needed in more than one directory.	* remake.am (config.status): Depends on configure, not	configure.in.	* Makefile.in: Regenerated.	* m4/Makefile.in: Ditto.	* tests/Makefile.in: Ditto.	Reported by Nicolas Joly <njoly@pasteur.fr>	* automake.in (usage): List distributed files correctly.	Reported by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>	* aclocal.in: Update copyright messages to include 2001.	* automake.in: Ditto.	* missing: Ditto.	* texinfos.am: Ditto.	Reported by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>2001-07-15  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>	* aclocal.in (scan_configure, add_file):  Handle the full	macro name even if it contains numbers, such as I18N.2001-07-14  Akim Demaille  <akim@epita.fr>	* automake.in ($obsolete_rx): Stop at word boundaries.	(&scan_one_configure_file): Skip VERSION=$2.	* aclocal.in ($obsolete_rx): Stop at word boundaries.2001-07-02  Gary V. Vaughan  <gary@gnu.org>	* automake.in (scan_one_configure_file):  Diagnose use of	autoconf-2.50's AC_CONFIG_HEADERS macro as an error.2001-06-24  Gary V. Vaughan  <gary@gnu.org>	From Martin Dickopp <firefly-mail@gmx.net>:	* missing: replace hard coded configure.in with $configure_ac,	set appropriately according to file presence.2001-06-23  Akim Demaille  <akim@epita.fr>	* m4/ccstdc.m4, m4/cond.m4, m4/dmalloc.m4, m4/error.m4,	* m4/header.m4, m4/init.m4, m4/lex.m4, m4/lispdir.m4,	* m4/maintainer.m4, m4/missing.m4, m4/mktime.m4, m4/multi.m4,	* m4/obstack.m4, m4/protos.m4, m4/ptrdiff.m4, m4/regex.m4,	* m4/sanity.m4, m4/strtod.m4, m4/termios.m4, m4/winsz.m4:	Quote the name being defined.	* tests/depacl.test: Adjust.2001-06-10  Gary V. Vaughan  <gary@gnu.org>	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to	1.4-p4a.	Automake 1.4-p4 was released.	* NEWS: Updated.	* config.sub: Updated from master copy at GNU -- config.guess	has not changed since the last release.	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to	patch level 3, 1.4-p4.	* stamp-vti: Regenerated.	* version.texi: Ditto.	* configure: Ditto.	From Masaki WAKABAYASHI <masaki@quox.org>:	* automake.in: Substitute $configure_ac for @CONFIGURE_AC@	while writing Makefile.in.	* empty.test: Ditto.	* remake-hdr.am: Use @CONFIGURE_AC@ instead of hardcoding	configure.in.	* remake.am: Ditto.	* texi-vers.am: Ditto.2001-06-08  Tom Tromey  <tromey@redhat.com>	* tests/version4.test: New file.	* automake.in (version_check): New sub.	(handle_options): Use it.	* tests/Makefile.am (AUTOMAKE_OPTIONS): Removed.	(TESTS): Added version4.test.	* m4/Makefile.am (AUTOMAKE_OPTIONS): Removed.	* Makefile.am (AUTOMAKE_OPTIONS): Remove `gnits'.2001-06-07  Gary V. Vaughan  <gary@gnu.org>	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to	1.4-p3a.	Automake 1.4-p3 was released.	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to	patch level 3, 1.4-p3.	* stamp-vti: Regenerated.	* version.texi: Ditto.	* configure: Ditto.	* texinfo.tex: Updated from master copy at GNU.	* config.guess, config.sub: Updated from master copies at GNU.	From "Gerrit P. Haase" <gerrit@familiehaase.de>:	* Makefile.in: Regenerated.	* Makefile.am (install-data-hook): No slash after $(DESTDIR).	* NEWS: Updated.	* Makefile.in: Regenerated.	* aclocal.m4: Regenerated.	* configure: Regenerated.	* stamp-vti: Regenerated.	* version.texi: Regenerated.	* m4/Makefile.in: Regenerated.	* tests/Makefile.in: Regenerated.	* automake.in (configure_ac): Set this new variable to whichever	of configure.ac and configure.in is found first, and use it	throughout in place of hardcoded configure.in.	* aclocal.in (configure_ac): Ditto.2001-05-25  Tom Tromey  <tromey@redhat.com>	From Karl Berry:	* automake.in (handle_texinfo): version.texi might be included in	multiple places.2001-05-24  Gary V. Vaughan  <gary@gnu.org>	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to	1.4-p2a.	Automake 1.4-p2 was released.	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to	patch level 2, 1.4-p2.	* configure: Regenerated.	* stamp-vti: Ditto.	* version.texi: Ditto.	* NEWS: Updated.	* automake.in (parse arguments): Updated copyright dates.	* config.sub: Updated from master copy at GNU -- config.guess	has not changed since the last release.	From "Steve M. Robbins" <steven.robbins@videotron.ca>	* automake.in (scan_one_configure_file): Cope with AC_CONFIG_FILES	macros introduced in autoconf-2.50.2001-05-21  Gary V. Vaughan  <gary@gnu.org>	From Christian Holm Christensen <cholm@hehi03.nbi.dk>:	* automake.in (lang_ppf77_rewrite):  This function should have	been defined all along.	(lang_ppf77_finish):  Fix the format of the rules we output.2001-05-13  Gary V. Vaughan  <gary@gnu.org>	* Makefile.in: Regenerated.	From Peter Breitenlohner <peb@mppmu.mpg.de>:	* Makefile.am (install-data-hook):  Take DESTDIR into account	when calculating to installed scripts.2001-05-12  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>	* automake.in (handle_dist): Fix makefile fragment emitted when a	distcheck-hook is defined.2001-05-10  Gary V. Vaughan  <gary@gnu.org>	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to	1.4-p1a.2001-05-08  Gary V. Vaughan  <gary@gnu.org>	Automake 1.4-p1 was released.	* Makefile.in: Regenerated.	* aclocal.m4: Ditto.	* m4/Makefile.in: Ditto.	* tests/Makefile.in: Ditto.	* NEWS:  Updated.	* config.guess, config.sub: Updated from master copies at GNU.	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to	patch level 1, 1.4-p1.	Makefile.in:  Regenerated.	configure: Ditto.	stamp-vti: Ditto.	version.texi: Ditto.2001-05-08  Tom Tromey  <tromey@redhat.com>	* automake.in (GNITS_VERSION_PATTERN): Document.  Added `fork	identifier'.	(handle_options): Handle fork identifier in version number.2001-05-08  Gary V. Vaughan  <gary@gnu.org>	* automake.in (libtoolize_files):  Removed ltconfig from this	list, since it is not generated by libtool-1.4 or better.	(libtoolize_sometimes):  List of files that are generated by	some versions of libtoolize.	(initialize_global_constants):  Also include files from	libtoolize_sometimes in common_files.	* automake.in (require_file_internal):  Fixed bogus error	during file copy on 'automake --add-missing --copy'.  The	result of the system() call is no longer negated.	* automake.in (handle_dist_worker):  Typo.  Added the missing	'd' required to include directories listed in EXTRA_DIST in	the distribution tarball.	* texinfos.am (uninstall-info):  Typo.  Added the missing $.	* configure.in (AM_INIT_AUTOMAKE):  Bump version to 1.4.1.1999-01-14  Tom Tromey  <tromey@cygnus.com>	* automake.in (handle_configure): Compute $header_dir based on	$one_name, not $one_hdr.  Reported by Erez Zadok.  Fixes	confh2.test.	(handle_configure): Compute relative path to input header	correctly in all cases.	* automake.in (handle_tests): Avoid error messages from dejagnu	test rules.  From Karl Heuer.	* automake.in (handle_texinfo): Add `/' to end of $conf_dir.	* Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.	* texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.	From Alexandre Oliva and Erez Zadok.	* automake.in (create): Renamed from touch.	(handle_configure): Use create, not touch.	* config.sub, config.guess: New versions from autoconf.	* mkinstalldirs: New version from autoconf.1999-01-12  Tom Tromey  <tromey@cygnus.com>	* config.sub, config.guess, COPYING, texinfo.tex: New versions	from FSF.1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>	* automake.in (PATH_PATTERN): New variable:	(INCLUDE_PATTERN): Use it.  Ignore all include commands using	symbols besides $(top_srcdir) and $(srcdir).1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>	* automake.in (handle_dist_worker): avoid failure in `make dist'	if last file is a builddir-only file1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>	* missing (autoheader): `s' was missing from sed script; grr1999-01-11  Tom Tromey  <tromey@cygnus.com>	* remake-hdr.am (@STAMP@): Reverted timestamp change.	($(srcdir)/@STAMP@.in): Likewise.1999-01-10  Tom Tromey  <tromey@cygnus.com>	* Makefile.am (scriptdir): New macro.	(script_DATA): Likewise.	(install-data-hook): Use them.	(EXTRA_DIST): Added script_DATA.	(installcheck-local): Use script_DATA.	* Makefile.am (pkgdata_DATA): Removed duplicate definition.1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>	* missing (autoheader): accept multiple header files	(automake): simplify sed processing1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>	* automake.in (handle_configure, stamp_dir): create only one stamp	file per header, instead of one in the top-level directory and one	in the directory that contains the header.1999-01-10  Tom Tromey  <tromey@cygnus.com>	* automake.in (lang_objc_finish): Formatting fix.	* automake.in (objc_extensions): New sub.	(handle_dependencies): Only generate dependency-tracking code for	ObjC when ObjC source seen.1998-12-22  Marcus G. Daniels  <mgd@chama.santafe.edu>	* automake.in (handle_dependencies): Transform EXT & PFX in	Objective C case.1998-12-11  Marcus G. Daniels  <mgd@chama.santafe.edu>	* automake.in: Register Objective C language.	(finish_languages): Consider Objective C to be non_c.	(lang_objc_rewrite, lang_objc_finish): New functions.	(resolve_linker): Recognize OBJCLINK before LINK.1999-01-10  Tom Tromey  <tromey@cygnus.com>	* automake.in (handle_texinfo): Handle empty $config_aux_dir.	* automake.in (handle_texinfo): Set $conf_pat correctly when	config_aux_dir not used.	(handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.	From Erez Zadok.	* texi-vers.am (maintainer-clean-@VTI@): Prefix file names with	$(srcdir).  From Erez Zadok.	($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.1999-01-08  Thomas Tanner  <tanner@gmx.de>	* depend.am: remove the dependencies (.deps)	in "make distclean", not "make maintainer-clean"1999-01-10  Tom Tromey  <tromey@cygnus.com>	* aclocal.in (write_aclocal): Updated copyright.	(parse_arguments): Likewise.	* automake.in (parse_arguments): Updated copyright.	(initialize_global_constants): Likewise.	* Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.	(install-data-hook): New hook.  Report from Petter Reinholdtsen.	* remake-hdr.am: Provide `else' clause for each `if'.1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>	* remake-hdr.am: recover from removal of config headers, and try	to get real timestamps, which is useful for CVS files1999-01-10  Tom Tromey  <tromey@cygnus.com>	* automake.in (handle_merge_targets): Don't special-case "-local"	targets.  Test all.test.	* automake.in (handle_texinfo): Prepend $(srcdir) to directory	used to find texinfo.tex.  Report from Glenn Amerine.1999-01-07  Tom Tromey  <tromey@cygnus.com>	Based on report from Marcus G. Daniels.  Fixes include.test.	* automake.in (generate_makefile): Call read_main_am_file.	(read_main_am_file): New sub.	(read_am_file): Moved header generation code into	read_main_am_file.1999-01-06  Gary V. Vaughan  <garyv@oranda.demon.co.uk>	* automake.in (require_file_internal): qub perl on win32 hangs	on a call to unlink for a non-existant file, which in turn causes	tests/symlink.test to hang on win32.  Check that the file exists

⌨️ 快捷键说明

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