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

📄 changelog.1

📁 LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用
💻 1
📖 第 1 页 / 共 5 页
字号:
	* acgeneral.m4 (AC_PROGRAM_CHECK): Use && instead of test -a.Tue Aug 31 19:21:35 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acgeneral.m4 (AC_OUTPUT_HEADER): Support generating multiple	.h files.  From gray@antaire.com (Gray Watson).	* acspecific.m4 (AC_ALLOCA): If using alloca.o, define C_ALLOCA.	* acgeneral.m4 (compile, AC_HEADER_EGREP, AC_PROGRAM_EGREP,	AC_COMPILE_CHECK, AC_TEST_PROGRAM, AC_TEST_CPP): Remove $DEFS	from cc and cpp command lines; include "confdefs.h" in test	files.	(AC_DEFINE): Append a #define to confdefs.h.	Reduce duplicated code by introducing a temp variable, AC_VAL.Mon Aug 30 17:36:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* autoheader.sh: Don't write output if it is the same as output file.Wed Aug 25 14:14:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_VFORK): Check for SunOS 5.2 bug with ignoring	signal in parent before vfork.  From eggert.Fri Aug 20 10:14:42 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acgeneral.m4 (AC_PARSEARGS): Support giving values to --with	options.  Go back to using sed for invalid test, but without	using '*' in the regex.Thu Aug 19 14:53:29 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acspecific.m4 (AC_LONG_FILE_NAMES): eval the args.	* acgeneral.m4 (AC_PARSEARGS): Use case instead of sed and	test to detect invalid package names.  Remove =value from	--with options until we support it.Wed Aug 11 18:52:41 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acspecific.m4 (AC_FIND_X): Don't set x_includes if it's	/usr/include or x_libraries if it's /lib or /usr/lib.Wed Aug 11 13:00:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_LONG_FILE_NAMES): If we cannot write $dir, echo	a warning msg and continue the loop to skip that directory.	* acgeneral.m4 (AC_REVISION): Also eat double quotes.Thu Aug  5 14:55:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acconfig.h: Add TIME_WITH_SYS_TIME.Mon Aug  2 14:55:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_DECLARE_YYTEXT): \-escape "s in rhs of	AC_DEFINE_UNQUOTED.	Remove gratuitous second arg to AC_SUBST.Sun Aug  1 19:13:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): Define HAVE_GETLOADAVG if we find	one and don't use our own getloadavg.c.	* acconfig.h: Add HAVE_GETLOADAVG.Sat Jul 31 17:28:48 1993  Karl Berry  (karl@cs.umb.edu)	* acspecific.m4 (AC_PROG_INSTALL): Report results under -v.Fri Jul 30 18:08:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* autoheader.sh (syms, headers, funcs, libs): Run values through	sort|uniq to remove duplicates.Wed Jul 28 00:02:34 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)	* Makefile.in (config.status): Run config.status --recheck,	not configure.	(install): Remove refs to install-info until it's released,	because people are getting confused.	* acgeneral.m4 (AC_OUTPUT): For config.status --recheck, echo	the configure command line that we run.	* acspecific.m4 (AC_PROG_FLEX): Use AC_HAVE_LIBRARY.Mon Jul 26 19:11:01 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): Check that both -lutil and -lkvm	exist before choosing them in hopes they will define getloadavg.	* autoheader.sh (frob): Put $2 and $3 in the expansion of	AC_HAVE_LIBRARY, so AC_DEFINE there is noticed.Mon Jul 26 14:21:33 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)	* acspecific.m4 (INT_16_BITS): Check the obvious way, so it	doesn't pick up machines with 64 bit longs.Mon Jul 26 14:01:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): Check for -lelf with	AC_HAVE_LIBRARY instead of checking for <elf.h> with AC_HEADER_CHECK.Mon Jul 26 13:58:39 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)	* acspecific.m4 (AC_SCO_INTL, AC_IRIX_SUN, AC_DYNIX_SEQ): Use	AC_HAVE_LIBRARY.Mon Jul 26 13:55:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* autoheader.sh (eval frob): Restore hairy sed use; we need it to	handle multi-line macro invocations.Mon Jul 26 00:50:43 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)	* acspecific.m4 (AC_FIND_X): Quote the Imakefile.Sun Jul 25 08:17:11 1993  Jim Meyering  (meyering@comco.com)	* acconfig.h (CRAY_STACKSEG_END): New #undef.Thu Jul 22 20:26:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* Version 1.5.	* acspecific.m4 (AC_FIND_X): Let make substitute any variables	in INCROOT and USRLIBDIR, instead of using sed.	From wojo@veritas.com (Jack Woychowski).	* acgeneral.m4 (AC_DEFINE): When printing value verbosely, use	double quotes and AC_DEFINE_QUOTE, like we do when assigning	the value, so shell variables get expanded the same way.	* acgeneral.m4 (AC_REVISION): New macro.	From wollman@uvm-gen.EMBA.UVM.EDU (Garrett Wollman).	* acgeneral.m4 (AC_DEFINE): Add newline before open brace.Thu Jul 22 17:07:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_STAT_MACROS_BROKEN): New macro.	* acconfig.h (STAT_MACROS_BROKEN): New #undef.Wed Jul 21 15:44:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_DECLARE_YYTEXT): Use AC_DEFINE_UNQUOTED so	shell var is replaced in rhs.Wed Jul 21 13:31:38 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acconfig.h (size_t, mode_t, off_t): Added.	* acspecific.m4 (AC_OFF_T): New macro.Tue Jul 20 15:39:44 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* autoheader.sh: Put header-file.in in comment at top.	* acconfig.h (NDIR): Added.Mon Jul 19 22:10:49 1993  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)	* Makefile.in (info, dvi): New targets.Sun Jul 18 22:36:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* autoheader.sh (frob): Use `#' as the first line of each definition.	(eval frob): Totally simplify sed use to just handle "^@@@.*@@@$".Wed Jul 14 22:44:25 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acconfig.h: Restore blank lines between paragraphs.	* autoheader.sh (libs): New variable and frob to set it from	AC_HAVE_LIBRARY uses.  Produce #undef HAVE_* for each $libs.Tue Jul 13 19:03:46 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)	* acconfig.h: Sort the entries, like the comment says.	* acspecific.m4 (AC_GETLOADAVG): Only check for the AIX library	once, looking in both local and system dirs.	Consolidate SVR4 and Solaris cases.Mon Jul 12 20:33:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): If we find sys/dg_sys_info.h, do	AC_HAVE_LIBRARY on -ldgc.Sun Jul 11 00:43:51 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): BSD library is -lutil, not	-lutils, and requires -lkvm too.	Check for local AIX library using AC_HAVE_LIBRARY, not	AC_COMPILE_CHECK.	Un-nest some conditionals.  Stop checking once we've	found a way to get getloadavg.Thu Jul  8 20:21:28 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* Makefile.in: Remove rules for making *.conf; make	Autoconf's configure script semi-normally.Wed Jul  7 14:37:35 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* autoheader.sh (--help): Print help message to stdout and exit 0.	(--version): Exit after printing version number.	* autoconf.sh (--version): Exit after printing version number.	* acspecific.m4 (AC_LONG_DOUBLE): Make sure that long double	isn't smaller than double, as in Ultrix 4.[23] cc.	* acgeneral.m4 (AC_REPLACE_FUNCS): Include ctype.h in the test	program to get stubs.	* acspecific.m4 (AC_FIND_X): New macro.Tue Jul  6 19:15:17 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): Try ls -L first, in case	/dev/kmem is a symlink (as on Solaris).Wed Jun 30 22:08:22 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* acspecific.m4 (AC_MINUS_C_MINUS_O): Remove spurious `then'.Fri Jun 25 23:16:42 1993  Paul Eggert  (eggert@twinsun.com)	* acspecific.m4 (AC_CONST): Replace `p = <const char** expr>'	with `ccp = <const char** expr>'; the former wasn't ANSI C, and	was causing working compilers to be rejected.Fri Jun 25 13:26:34 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* acspecific.m4 (AC_LONG_FILE_NAMES): Redirect rm's stderr to	/dev/null.Thu Jun 24 15:58:04 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* autoconf.sh, autoheader.sh, acgeneral.m4 (AC_PREPARE): Undo	change of Jun 16 1993.  Only set `LANG' and `LC_ALL' to "C" if	already set.Sat Jun 19 00:01:51 1993  Jim Meyering  (meyering@comco.com)	* acgeneral.m4: Undefine m4's `format' builtin.	* acspecific.m4 (AC_HAVE_POUNDBANG): Make conftest executable,	but not necessarily writable by group or other.Thu Jun 17 21:10:33 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* acspecific.m4 (AC_PROG_CPP): Put double quotes around ${CC-cc},	not single quotes.	If --verbose option given, say what CPP is being set to.Wed Jun 16 17:50:00 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* acspecific.m4 (AC_PROG_CPP): Make sure that `cc -E` doesn't	run the program through the C compiler too.  Bob Olson	<olson@mcs.anl.gov> says it does on the NeXT.Wed Jun 16 16:17:05 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* autoconf.sh, autoheader.sh, acgeneral.m4 (AC_PREPARE): Always set	`LANG' and `LC_ALL' environment variables to `C'.Fri Jun 11 14:29:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_MINUS_C_MINUS_O): Test that cc works at all,	and only test it for -c -o if it does.Tue Jun  8 01:47:22 1993  Paul Eggert  (eggert@twinsun.com)	* acgeneral.m4 (AC_OUTPUT): The line	  DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`"	doesn't work in some shells, which don't allow nesting	\"\" inside `` inside "", and which don't unescape \\\& in the	expected (?) way.  Also, some versions of echo interpret	backslashes inside $DEFS.  Put $DEFS into a temporary file	to avoid these portability minefields.Mon Jun  7 20:11:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_GETLOADAVG): In setting KMEM_GROUP, use new sed	magic from friedman which should win with both meanings of ls -lg.Mon Jun  7 06:48:49 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* Makefile.in (dist): Change gzipped tar file extension to `.gz'.	Use explicit --gzip option to tar to make sure tar uses the right	compression program (or else exits from failure to understand the	option).	* acgeneral.m4 (AC_OUTPUT): Don't split sed expr for exec_prefix	across two lines, since not all versions of sed understand that.	* acspecific.m4 (AC_HAVE_POUNDBANG): Complete rewrite which doesn't	depend on csh.Tue Jun  1 03:06:28 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* Version 1.4.1 (not announced to the general public, but	a snapshot was put on the June '93 GNU CDROM).	* Makefile.in (dist): If ln fails (e.g. because of cross-device	links), mention on stdout that file is being copied.	* acgeneral.m4 (AC_PREPARE): Use `[$]*' in assignment to	configure_args to get shell positional args, rather than m4 args to	AC_PREPARE.	(AC_OUTPUT): Use `configure_args' in config.status	when invoked with --recheck, rather than $*.Mon May 31 13:12:56 1993  Paul Eggert  (eggert@twinsun.com)	* acspecific.m4 (AC_LONG_FILE_NAMES): rm $dir/conftest*,	not conftest*.Mon May 31 04:18:18 1993  Roland McGrath  (friedman@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_HAVE_LIBRARY): Quote libname in define.Sun May 30 19:52:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acspecific.m4 (AC_SETVBUF_REVERSED): Pass (char *) main to	setvbuf instead of zero.Thu May 27 20:30:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* acgeneral.m4 (AC_PREPARE): Save $* in shell var `configure_args'.	(AC_OUTPUT): Use $configure_args in place of $*.Wed May 26 16:19:51 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* autoconf.texi (AC_PROG_INSTALL): Doc fix.	(Automatic Remaking): Put code fragment in @example ... @end example.Mon May 24 15:46:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* autoheader.sh (frob): Redefine AC_CONFIG_HEADER to set shell	variable `config_h'.	(config_h): New variable, initialize to "config.h" before frobbing.	(final output): Write ${config_h}.in.Sat May 22 17:45:19 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* Version 1.4 released.Thu May 20 20:25:45 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* acgeneral.m4 (AC_IDENTITY): New function.	(AC_DEFINE_UNQUOTED): Use it to fix this; due to a	misunderstanding of m4, this was using its first argument as	the definition.Thu May 20 09:21:55 1993  Jim Meyering  (meyering@comco.com)	* acspecific.m4 (AC_ALLOCA) [find_stack_direction]: Return the	value from the recursive call.  If it worked before, it was by luck.	From Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>.Tue May 18 23:40:21 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)	* acspecific.m4 (AC_STDC_HEADERS): Require AC_PROG_CPP.Mon May 17 18:01:09 1993  Karl Berry  (karl@hal.gnu.ai.mit.edu)

⌨️ 快捷键说明

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