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

📄 changelog

📁 这是一个自动生成MAKEFILE的工具。一个很有用的库。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。
💻
📖 第 1 页 / 共 5 页
字号:
	of...	* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): ...this new	macro, extracted from _LT_AC_LTCONFIG_HACK.	* ltdl.m4 (changequote): An audit of changequote and m4	quote usage -- all changequotes have been removed, and some	latent unquoted `[' and `]' bugs have been fixed.	* configure.in (AC_OUTPUT): ltmain.sh must be generated in the	source tree since this is where it would be found in a freshly	unrolled tarball.	* configure.in: Replace `dnl' comments with `#' comments for	more conformity with cvs autoconf.	Removed emacs hack-local-variables, since there is now a	proper Autoconf major mode.	Removed a couple of changequote()s.	* bootstrap (ltconfig): When bootstrapping libtool with a	stock automake (i.e. without the README patch applied),	references to ltconfig are manually removed from the generated	Makefile.in files.2000-09-15  Gary V. Vaughan  <gvv@techie.com>	* doc/libtool.texi: Removes references to ltconfig, and a small	amount of tidying up to compensate.2000-09-15  Nick Hudson  <skrll@netbsd.org>	* libtool.m4 (netbsd): Improved support.2000-09-15  Gary V. Vaughan  <gvv@techie.com>	* ltmain.in (version_type): Use "-iface" as the windows	versioning scheme, where iface is the number of the oldest	interface supported.2000-09-14  Gary V. Vaughan  <gvv@techie.com>	From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>	* libtool.m4 (pw32): Initial support for pw32, assuming that	libtool's behaviour in this environment is identical to under	cygwin.	* ltmain.in (pw32): ditto.	* NEWS: Updated.	* libtool.m4 (changequote): An audit of changequote and m4	quote usage -- all changequotes (except a few with non-nesting	square brackets) have been removed.	* Makefile.am (EXTRA_DIST):  The bootstrap script should be	distributed with libtool.2000-09-13  Gary V. Vaughan  <gvv@techie.com>	libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man!  Third time lucky.	I just discovered that '&' needs to be escaped inside	AC_TRY_EVAL.2000-09-12  Michael Matz  <matz@ifh.de>	* ltmain.in:  Be careful about filenames with multiple `.'s in	them when calculating file extensions.	Reported by Joel Reed <jreed@support.ddiworld.com>2000-09-12  Gary V. Vaughan  <gvv@techie.com>	libtool.m4 (AC_PROG_LIBTOOL):  Removed, as it was triggering a	bug in Autoconf-2.13 AC_REQUIRE implementation which inserted	some of the expanded tests too early in the generaated configure.	(_AC_PROG_LIBTOOL): renamed to AC_PROG_LIBTOOL, and defines	itself to an empty expansion to prevent multiple expansions.	configure.in (AC_LIBTOOL_SETUP): Replaced by a call to	AC_PROG_LIBTOOL now that the AC_REQUIRE bug has been worked	around.2000-09-09  Gary V. Vaughan  <gvv@techie.com>	libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the	redirections inside AC_TRY_EVAL in the need_lc tests. Doh!	libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to redirect the	output of grep to /dev/null in the need_lc tests.	configure.in (AC_PROG_LIBTOOL):  Using this in libtools own	configure.in interacts badly with the AC_PROVIDE calls and	results in several tests being inserted into configure too	early.  Use AC_LIBTOOL_SETUP instead.2000-09-08  Gary V. Vaughan  <gvv@techie.com>	libtool.m4 (_LT_AC_LTCONFIG_HACK): The ltconfig.in code I	ported from ltconfig.in was incomplete -- this is a backport	of the missing code taken from the multi-language branch.2000-09-07  Pavel Roskin  <proskin@gnu.org>	* libtool.m4 (_LT_AC_LTCONFIG_HACK):  Fixed incorrect use of	changequote2000-09-07  Gary V. Vaughan  <gvv@techie.com>	* NEWS:  Updated.	* TODO:  Add a reminder to get rid of ltconfig in mlb.	* README: Until things even out, I have added a note and a	patch to make the installed automake cooperate with the new	ltconfig free libtool.	* libtool.m4 (_LT_AC_LTCONFIG_HACK): with_gcc is only useful in	ltmain.sh as it has not yet been set in libtool.m4.  Use	$ac_cv_prog_gcc instead.	* doc/PLATFORMS: Updated.	* configure.in (AC_PROG_AWK): Removed -- no longer required by	the build process.	* lineno: ditto.	* libtoolize.in (files): Don't try to install ltconfig -- it	doesn't exist!!	* bootstrap: Fake an ltconfig incase the installed automake	calls an installed libtoolize (as part of its --add-missing	process) which thinks ltconfig should be there.	* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'	terminator from a case statement by mistake.	* Makefile.am (ltmain.sh):  Make this depend on TSDEPS again	so that the Changelog timestamp is used for ltmain.sh at `make	dist' time.2000-09-06  Gary V. Vaughan  <gvv@techie.com>	libtool.m4 now contains a version of the code that used to run	from ltconfig, so that ltmain.sh and then libtool are	generated at configure time.	* Makefile.am:  Don't generate ltmain.sh or ltconfig anymore.	* bootstrap: ltconfig is no more!	* configure.in: Call AC_PROG_LIBTOOL directly.	(AC_OUTPUT): Generate tmain.sh.	* libtool.m4: Don't build an argument list for ltconfig.	(_LT_AC_LTCONFIG_HACK):  Refactoring of the former contents of	ltconfig.in to take advantage of the m4 macros from autoconf.	* ltmain.in: Don't do a version check against ltconfig.	* tests/assign.test: Remove reference to ltconfig.	* tests/hardcode.test: ditto.	* tests/sh.test: ditto.2000-09-05  Alexandre Oliva  <aoliva@redhat.com>	* depdemo/main.c: Support -alt.	* tests/build-relink2.test: Try it.	* ltconfig.in: Removed all references to what used to be	hardcode_into_libs=all.  2000-09-03's patch was wrong.	* ltmain.in: Likewise.	* tests/build-relink.test, tests/build-relink2.test: Adjust.	* mdemo/Makefile.am (lib_LTLIBRARIES): Move libsub.la before	libfoo2.la, so that they're installed in the right order.2000-09-04  Alexandre Oliva  <aoliva@redhat.com>	* tests/dryrun.test: Build libsub.la along with the object files,	since it is needed by libfoo2.la.	* mdemo/Makefile.am: Mark only libfoo2 as -no-undefined.	Explicitly link it with libsub.la.	* ltconfig.in (need_lc): Preserve allow_undefined_flag.	* tests/*.test (CONFIG_SITE): Ultrix's /bin/sh fails on	`. /dev/null'.  Set CONFIG_SITE to /dev/null/config/site, to make	sure we pick a non-existent file.	* Makefile.am (libtool, clibtool): Pass CONFIG_SHELL along with	ECHO down to ltconfig.	* ltconfig.in (hardcode_libdir_flag_spec, export_dynamic_flag_spec):	Use ${wl}, not ${wlarc}.	* ltmain.in (compile, need_lock): Don't create nor remove lock	files in dry runs.	* libltdl/ltdl.c (load_deplibs): Don't append shlib_ext; use	lt_dlopenext() instead.	* ltmain.in (link -static): Don't add $link_static_flag; only	-all-static should do that.	* mdemo/configure.in: Revert part of the previous delta.	* mdemo/configure.in: Don't use -static on AIX4.1.	* mdemo/Makefile.am: Likewise.2000-09-03  Alexandre Oliva  <aoliva@redhat.com>	* ltconfig.in: Get rid of hardcode_into_libs=all; use	hardcode_into_libs=yes && shlibpath_overrides_runpath!=yes	instead.	[FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set to no.	* ltmain.in: Likewise.	* tests/build-relink.test, tests/build-relink2.test: Adjust.	* libtool.m4: Fix typo I introduced in yesterday's patch.	* libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if	dlname is empty.	* ltdl.m4 (HAVE_LIBDL): Look for dlopen in -lsvld.	* ltconfig.in: Likewise.	* tests/mdemo-exec.test: Modify failure message.	* ltmain.in (newdlprefiles): Use dlname if it's available and	old_library isn't; use linklib only if dlname is not available.	* ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no.	* libtool.m4: Don't quote CONFIG_SHELL nor ORIGINAL_CONFIG_SHELL.	Quote $@ properly so that the shell expands it, not m4.	* libtool.m4: Don't quote SHELL when `re-exec'ing, so that SHELL	can be `/path/to/shell -x'.	* tests/quote.test: Move the match test out of case statements, to	work around bug in /bin/sh of several OSs.	* ltmain.in (variables_saved_for_relink): Attempt to unset them	instead of setting them to an empty string.2000-09-02  Alexandre Oliva  <aoliva@redhat.com>	* ltconfig.in [with_gnu_ld] (archive_cmds, archive_expsym_cmds)	<solaris*, sysv5*, beos*>: Use compiler_flags instead of linker	flags.	Reported by Alex Hornby <alex@anvil.co.uk>2000-09-02  Makoto Ishisone  <ishisone@sra.co.jp>	* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo,	add support for compact format library.2000-09-02  Alexandre Oliva  <aoliva@redhat.com>	* ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's	patch from 2000-06-17.2000-09-02  Tom Kacvinsky  <tjk@ams.org>, Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>	* libtool.m4: Ignore Tru64's nm's complaint.2000-09-02  Pavel Roskin <proski@gnu.org>	* ltconfig.in: only load $cache_file if it's a regular file2000-09-02  Assar Westerlund  <assar@sics.se>	* ltconfig.in: Add back ranlib calls for static libraries if there	is a ranlib.2000-08-31  Gary V. Vaughan  <gvv@techie.com>	Move the echo detection code to a macro in libtool.m4.  The code	at the top ofltconfig.in is ugly, but will go away when the rest	of ltconfig is migrated.	* Makefile.am (libtool):  Pass the value of $ECHO to ltconfig as	an environment variable.	* libtool.m4 (_LT_AC_PROG_ECHO_BACKSLASH): Quote the ECHO value	correctly so that it inserts the correct code into configure.in	suitably quoted for M4 expansion.  This code needs to be near	the top of configure.in as it calls itself recursively, so I	am using AC_DIVERSION_NOTICE (or simply NOTICE on CVS	Autoconf).  The value of ECHO is also substitued into the	Makefile to be used when Make calls ltconfig to generate	libtool, so another layer of quotation is required for the	Makefile.	(AC_LIBTOOL_SETUP):  Use it.	* ltconfig.in: Accept a value for ECHO from the environment, and	carefully substitue for $0 if it is present in the ECHO value.	Because ECHO was quoted for Make, when ltconfig is called by	configure, it is overquoted, and one layer of quotes must be	stripped.2000-08-27  Gary V. Vaughan  <gvv@techie.com>	* ltconfig.in (with_gcc):  Make the value of this option	available to the generated libtool script.	* ltmain.in (compile_command, finalize_command):  The native C	and C++ compilers on IRIX require the -LANG:std in order to to	compile correctly.   The same options should _not_ be passed	through to gcc on IRIX, or at all on other architectures for	backwards compatibility (among others).	Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>	Reported by Albert Chin-A-Young <china@thewrittenword.com>2000-08-26  Gary V. Vaughan  <gvv@techie.com>	* ltconfig.in (old_reload_flag): typo.2000-08-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>	* ltmain.in (shtool): Use echo|grep instead of expr, as in the	original patch.2000-08-01  Alexandre Oliva  <aoliva@redhat.com>	* ltconfig.in (need_lc): Fix test message.2000-07-24  Mocha  <netbsd_alpha@yahoo.com>	* ltconfig.in (NetBSD, deplibs_check_method): Use file_magic.	(NetBSD, file_magic_cmd, file_magic_test_file): Set.2000-07-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>, David Kaelbling  <drk@orchietta.hudson.sgi.com>	* ltmain.in (irix, major): Prepend a `.'.	* ltconfig.in (irix, soname_spec, library_names_spec): Adjust.2000-07-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>, Ralf S. Engelschall  <rse@engelschall.com>	* ltmain.in: Support GNU shtool's install.2000-07-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>	* ltconfig.in (linkopts): Don't set for test.2000-07-24  Nick Hudson <skrll@netbsd.org>	* ltconfig.in (linkopts): Replace with linker_flags.	* ltmain.in (ILD): Fix addition of deplibs in relink case.2000-07-18  H.J. Lu  <hjl@gnu.org>	* ltconfig.in: Check if -lc is necessary for building shared	library. Set build_libtool_need_lc to indicate it.	* ltmain.in: Add -lc when building shared library only if	necessary.2000-07-10  Mo DeJong  <mdejong@redhat.com>	* libtool.m4 (AC_PROG_NM): Fix macro so that it	finds a cross NM on the PATH.2000-07-10  Ken Block <block@zk3.dec.com>	* libltdl/ltdl.h: Also check for __cplusplus, __STDC__ is not	by Compaq C++ compiler2000-07-10  Alexandre Oliva  <aoliva@lsd.ic.unicamp.br>	* ltconfig.in (wlarc, netbsd, aout): Set to empty.	(hardcode_dynamic_flag_spec, export_dynamic_flag_spec): Use it.	* ltconfig.in (dynamic_linker, linux, powerpc): Do not disable	shared libraries just because of MkLinux.	* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Do not depend	on $version_type; check for ELF support as in other BSDs.2000-06-17  Syd Polk  <spolk@redhat.com>	* libtool.m4 (AC_LIBTOOL_SETUP): Do not generate a libtool based	on target; use host instead.2000-05-30  Gary V. Vaughan  <gvv@techie.com>

⌨️ 快捷键说明

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