📄 changelog.2
字号:
2001-05-21 Akim Demaille <akim@epita.fr> Version 2.50.2001-05-19 Akim Demaille <akim@epita.fr> * tests/tools.at: s/undefined macro/possibly undefined macro/.2001-05-19 Akim Demaille <akim@epita.fr> * acgeneral.m4 (AC_SEARCH_LIBS): Unobfuscate.2001-05-19 Akim Demaille <akim@epita.fr> * autoconf.sh: s/undefined macro/possibly undefined macro/.2001-05-19 Akim Demaille <akim@epita.fr> * doc/autoconf.texi (Particular Programs): Explain the `AC_PROG_LEX invoked multiple times' message. Reported by Rainer Orth as PR Autoconf/177.2001-05-19 Akim Demaille <akim@epita.fr> * autoheader.sh: Fix file names used in error messages. Reported by Rainer Orth as PR Autoconf/178.2001-05-19 Akim Demaille <akim@epita.fr> * tests/compile.at (AC_PROG_CPP via CC): Invoke AC_PROG_CC instead if using `cc'.2001-05-19 Akim Demaille <akim@epita.fr> * tests/compile.at (GNU Fortran 77): Don't AS_EXIT when using AT_CHECK_MACRO since it skips tests embedded in configure.ac. Remove files which might have been created when invoking the compiler. Reported by Nicolas Joly.2001-05-14 Pavel Roskin <proski@gnu.org> * doc/autoconf.texi (Shellology): Document a quirk in here-document handling on OpenBSD.2001-05-11 Akim Demaille <akim@epita.fr> * aclang.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): No longer use the `maybe' strategy: first try cpp's exit status, then its stderr. (AC_PROG_CPP, AC_PROG_CXXCPP): Adjust. * tests/compile.at (AC_PROG_CPP via CC): Simplify mycc. Remove unrelated code.2001-05-10 Akim Demaille <akim@epita.fr> * tests/compile.at (AC_PROG_CPP via CC): New. From Daniel Carroll.2001-04-27 Akim Demaille <akim@epita.fr> If AC_PROG_CC is invoked but not AC_PROG_CPP, then CPPFLAGS is not AC_SUBST'ed. Reported by Ralf Corsepius. * aclang.m4 (_AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS): New. (AC_PROG_CC, AC_PROG_CPP, AC_PROG_CXX, AC_PROG_CXXCPP) (AC_PROG_F77): Use them.2001-04-27 Akim Demaille <akim@epita.fr> * aclang.m4 (_AC_PROG_PREPROC_WORKS): Rename and extend as... (_AC_PROG_PREPROC_WORKS_IFELSE): this. Adjust to admit (AC_PROG_CPP, AC_PROG_CXXCPP): Use it. Reported by Daniel Carroll.2001-04-26 Pavel Roskin <proski@gnu.org> * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use two backslashes before double quotes in the copyright notice, since the native OpenBSD shell removes single backslashes in here-documents with unquoted delimiters.2001-04-25 Nicolas Joly <njoly@pasteur.fr> * acgeneral.m4 (_AC_RUN_IFELSE): Clean `core' files.2001-04-24 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi (The GNU build system): Add this chapter introducing Autoconf+Automake+Libtool, and fix references in the introduction.2001-04-24 Akim Demaille <akim@epita.fr> On HP-UX 10 `ranlib --version' creates `./--version'. Reported by Bob Proulx and Jim Meyering. * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Do not invoke the program with --version.2001-04-22 Jim Meyering <meyering@lucent.com> * acfunctions.m4 (AC_FUNC_MEMCMP): Remove `int main () {' and the trailing `}', since AC_LANG_PROGRAM provides them.2001-04-20 Akim Demaille <akim@epita.fr> * configure.in: Bump to 2.49f.2001-04-20 Akim Demaille <akim@epita.fr> Version 2.49e.2001-04-20 Akim Demaille <akim@epita.fr> * tests/foreign.at (Libtool): Ignore configure's stderr.2001-04-20 Tim Van Holder <tim.van.holder@pandora.be> * acgeneral.m4 (AC_OUTPUT): Close the descriptor before running config.status so config.log is properly created on MS-DOS.2001-04-20 Nicolas Joly <njoly@pasteur.fr> * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Be robust to missing or broken autoupdate. * tests/tools.at: Likewise. * tests/Makefile.am (CLEANFILES): Also clean Libtool files.2001-04-18 Tim Van Holder <tim.van.holder@pandora.be> * acgeneral.m4 (_AC_INIT_SRCDIR): Handle backslashes (DOS paths) for $ac_confdir and $srcdir.2001-04-17 Akim Demaille <akim@epita.fr> Don't mess with FDs. * acgeneral.m4 (_AC_INIT_DEFAULTS_FDS): Remove, replace with inline setting up of AS_MESSAGE_FD. (AS_MESSAGE_LOG_FD): Do not define, so that AS_MESSAGE does not output in it before... (_AC_INIT_CONFIG_LOG): here, which is run after the handling of options.2001-04-18 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Replace documentation for obsolete AC_LIBOBJ_DECL with clearer documentation for AC_LIBSOURCE and AC_LIBSOURCES, improving the AC_LIBOBJ docs as well.2001-04-17 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Fixes for punctuation and grammar.. Replace "..." with "@dots{}" except when "..." is in literal code.2001-04-17 Nicolas Joly <njoly@pasteur.fr> * acgeneral.m4 (_AC_LINK_IFELSE): Be sure to remove temporary `conftest.$ac_objext', as some compilers may forget it.2001-04-16 Pavel Roskin <proski@gnu.org> * acgeneral.m4 (_AC_INIT_VERSION): Use AC_PACKAGE_NAME and AC_PACKAGE_VERSION only if they are defined. (_AC_OUTPUT_CONFIG_STATUS): Likewise.2001-04-15 Lars J. Aas <larsa@sim.no> * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Alter response on `config.status --version' to be more compliant with the GNU Coding Standards.2001-04-13 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Still more minor modifications for clarity, felicity, and grammar.2001-04-11 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi (AC_F77_WRAPPERS): Mention C++ as well as C. In the example, don't #ifdef F77_FUNC before using it, as that would push any errors to link-time rather than compile-time; note that the user can test this to invoke alternative behavior.2001-04-11 Akim Demaille <akim@epita.fr> * autoconf.sh (Task script): Be sure that `forbidden.rx' and `allowed.rx' exist when AWK loads then. Reported by Rainer Orth.2001-04-11 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: A few more minor modifications for clarity, grammar, and formatting.2001-04-10 Lars J. Aas <larsa@sim.no> * Makefile.am: AC_SUBST fixes for PACKAGE_NAME, VERSION, PACKAGE... * configure.in: Moved here. Suggested by Akim Demaille and Raja R Harinath.2001-04-10 Lars J. Aas <larsa@sim.no> * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Re-enable logging to `config.log' from `config.status', but delay logging till after command line option processing.2001-04-10 Lars J. Aas <larsa@sim.no> * autoupdate.in (print_usage): print "\ at end of line does not work as expected, so change block to here-doc instead. (print_version): Same.2001-04-09 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Replace all tab characters with (8) spaces, lest the formatting of example code, etcetera, be messed up.2001-04-09 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Rephrase various parts for clarity, felicity, and/or grammar.2001-04-09 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Clean up cache documentation: Document --config-cache/-C option, and recommend instead of --cache-file. Indent example AC_CACHE_VAL macros for clarity. Add new "Cache Checkpointing" section for AC_CACHE_SAVE (and AC_CACHE_LOAD), so that the "Cache Files" section focuses solely on features visible to end-users (e.g. to better fit the cross references). Various minor rewordings for clarity, felicity, and/or grammar.2001-04-09 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Revert to "configure.in" in the history, since "configure.ac" wasn't used in the past, and in any case it is probably a good idea to preserve this section verbatim.2001-04-09 Steven G. Johnson <stevenj@alum.mit.edu> * AUTHORS: Fix grammar.2001-04-09 Lars J. Aas <larsa@sim.no> * Makefile.am: Manual addition of @PACKAGE@ substitution variable needed by dist rules. Added explanatory comment. Problem reported and comment suggested by Raja R Harinath.2001-04-06 Lars J. Aas <larsa@sim.no> * Makefile.am: Manual addition of @VERSION@ substitution variable as a temporary Automake fix. Reported by Raja R Harinath.2001-04-04 Lars J. Aas <larsa@sim.no> * acgeneral (_AC_INIT_CONFIG_LOG): New macro for setting up the config.log file. (_AC_INIT_DEFAULTS_FDS): Log to /dev/null instead of config.log. (AC_INIT): Invoke _AC_INIT_CONFIG_LOG after _AC_INIT_VERSION.2001-04-04 Lars J. Aas <larsa@sim.no> * acgeneral.m4 (_AC_INIT_DEFAULTS): Produce better version information for config.log header. (_AC_INIT_VERSION): Produce better version information for `configure --version'.2001-03-30 Steven G. Johnson <stevenj@alum.mit.edu> * doc/autoconf.texi: Use "invalid" instead of "illegal," as suggested by the GNU coding standards.2001-03-30 Tim Van Holder <tim.van.holder@pandora.be> * m4sh.m4 (AS_BASENAME): New. (AS_SHELL_SANITIZE): Set `$as_me'. * acgeneral.m4: Don't set as_me; AS_SHELL_SANITIZE now does this. * tests/atgeneral.m4: Likewise. (AT_INIT): Use $PATH_SEPARATOR for walking the path. * autoconf.sh: Be DOS-friendly when setting as_me and M4. Add quotes to support spaces in $tmp. Work around problem in DJGPP port of awk by using a temporary file. * autoheader.sh: Be DOS-friendly when setting as_me. * autoreconf.sh: Be DOS-friendly when setting as_me, dir and template_dir.2001-03-27 Lars J. Aas <larsa@sim.no> * acgeneral.m4 (AC_INIT_VERSION): Improved version information string for `configure --version'.2001-03-27 Akim Demaille <akim@epita.fr> * autoheader.sh (config_h): Be robust to new lines when extracting the first argument of AC_CONFIG_HEADERS. Reported by Lars J. Aas.2001-03-27 Tim Van Holder <tim.van.holder@pandora.be> * doc/autoconf.texi: Minor tweaks.2001-03-27 Tim Van Holder <tim.van.holder@pandora.be> * Makefile.am, configure.in: autoupdate is a Perl script.2001-03-20 Akim Demaille <akim@epita.fr> * doc/autoconf.texi (Limitations of Usual Tools): Some about `touch'. From Jim Meyering, Volker Borchert, and Peter Eisentraut.2001-03-20 Akim Demaille <akim@epita.fr> * tests/foreign.at (Libtool): Don't skip 1.3.5. Invoke AC_CANONICAL_SYSTEM ---for some reason AC_CANONICAL_HOST is not enough for 1.3.5. From Lars J. Aas.2001-03-20 Akim Demaille <akim@epita.fr> * tests/atgeneral.m4: s/Testing suite/Test suite/g. From Jim. (AT_INIT): Adjust the error message on invalid options. * tests/foreign.at (Libtool): Skip Libtool 1.3 too.2001-03-20 Kevin Ryde <user42@zip.com.au> * doc/autoconf.texi: A couple of grammatical tweaks.2001-03-19 Akim Demaille <akim@epita.fr> * configure.in: Bump to 2.49e.2001-03-19 Akim Demaille <akim@epita.fr> Version 2.49d.2001-03-19 Akim Demaille <akim@epita.fr> * tests/tools.at (AWK portability): Don't rely on `empty'.2001-03-19 Akim Demaille <akim@epita.fr> * tests/atgeneral.m4 (AT_INIT): Fix the at_diff test. Reported by Nicolas Joly.2001-03-19 Akim Demaille <akim@epita.fr> * acgeneral.m4 (_AC_PREPROC_IFELSE): Redirect stdout out of the _AC_EVAL_STDERR invocation to avoid `illegal io' on Ultrix. Reported by Harlan Stenn, and fixed by Jim Meyering.2001-03-19 Akim Demaille <akim@epita.fr> * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't hard code `/bin/sh', use $SHELL. From Paul Eggert.2001-03-19 Akim Demaille <akim@epita.fr> * acfunctions.m4 (AC_FUNC_STRERROR_R): Update to fileutils-4.0.42's.2001-03-19 Akim Demaille <akim@epita.fr> * tests/atgeneral.m4 (AT_INIT): Don't always create `empty', rather do it only when diffing `/dev/null' is not supported. And use `at-devnull' instead of `empty'.2001-03-13 Akim Demaille <akim@epita.fr> * autoscan.pl, autoupdate.in: Use `use' instead of `require' to require some version of Perl, so that the test is performed at compile time, not run time. Suggested by Nicolas Joly.2001-03-13 Tim Van Holder <tim.van.holder@pandora.be> * tests/aclocal.m4: Fix some typos. Also ignore $PATH_SEPARATOR. * tests/atconfig.in: Set PATH_SEPARATOR to the proper path separator. Set SHELL here... * tests/atgeneral.m4: ... instead of here. Use $PATH_SEPARATOR when setting AUTOTEST_PATH. Don't default tests to "all" before deciding whether the help text is needed. * tests/semantics.at: Use the correct path separator.2001-03-13 Tim Van Holder <tim.van.holder@pandora.be> * doc/autoconf.texi: Expand section on DOS issues. Add link to the `doschk' package. Fix minor typo. Clean up white spaces.2001-03-13 Steven G. Johnson <stevenj@alum.mit.edu> * aclang.m4 (AC_PROG_F77_C_O): define F77_NO_MINUS_C_MINUS_O when test fails, not when it succeeds(!).2001-03-13 Akim Demaille <akim@epita.fr> * tests/tools.at (AWK portability): Use AT_CHECK to check for GNU AWK so that there is always a AT_CHECK between AT_SETUP/AT_CLEANUP. Reported by Nicolas Joly.2001-03-13 Akim Demaille <akim@epita.fr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -