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

📄 changelog.1

📁 LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用
💻 1
📖 第 1 页 / 共 5 页
字号:
Thu May 12 15:55:40 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* Version 1.11.	* autoconf.texi: Document filename restriction on CPP.Thu May 12 10:11:20 1994  David J. MacKenzie  (djm@hill.gnu.ai.mit.edu)	* acgeneral.m4 (AC_OUTPUT): Treat "./Makefile" like "Makefile".	From Karl Berry.Tue May 10 00:08:19 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_OUTPUT): Set prefix and exec_prefix if they	weren't set already.Sat May  7 20:06:59 1994  Noah Friedman  (friedman@kropotkin.gnu.ai.mit.edu)	* acspecific.m4 (AC_PROG_INSTALL): If using install.sh, add `-c'	to INSTALL.Sat May  7 15:36:22 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)	* acgeneral.m4 (AC_OUTPUT): If configuring in the source tree,	don't end top_srcdir with "/.".	* acspecific.m4 (AC_SET_MAKE): Remove temp file.	From John Interrante <interran@uluru.stanford.edu>.Fri May  6 15:26:48 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)	* acgeneral.m4 (AC_SIZEOF_TYPE): Fatal error if test program fails.Fri May  6 12:52:19 1994  David J. MacKenzie  (djm@gamera.eng.umd.edu)	* acgeneral.m4 (AC_OUTPUT): Run "./config.status", not "config.status".	From Kevin Gallagher <kgallagh@spd.dsccc.com>.Fri May  6 00:45:29 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)	* acspecific.m4 (AC_WAIT3): Sleep in the parent to avoid rm	problems on fast machines.  From david d zuhn.Thu May  5 12:51:32 1994  David J. MacKenzie  (djm@gamera.eng.umd.edu)	* Version 1.10.	* Makefile.in (install): Don't install INSTALL.	(installcheck, install-info): New targets.Mon May  2 16:31:33 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)	* autoconf.sh, autoheader.sh: If M4 is an absolute file name that	no longer exists, use M4=m4.Mon May  2 13:06:06 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)	* acspecific.m4 (AC_HAVE_POUNDBANG): Quote # in message.	From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).	* autoconf.texi: Document config.h.bot.  Fix typo in AC_HAVE_POUNDBANG.	* acspecific.m4 (AC_PROG_CXX): Look for "cxx" (DEC C++ compiler) too.	* autoheader.sh: Fix tr string for Solaris tr.	Add config.h.bot if present.	From richard@sol.kbsi.com (Richard Henderson).Fri Apr 29 12:53:53 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)	* acspecific.m4 (AC_PROG_INSTALL): Use install.sh from srcdir	or srcdir/.. or srcdir/../.. and never default to cp.Thu Apr 28 12:01:01 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)	* acconfig.h: Add HAVE_MMAP entry.	* acspecific.m4 (AC_MMAP): If NBPC is not defined, use PAGESIZE.	From "Kaveh R. Ghazi" <ghazi@eden.rutgers.edu>.	* acgeneral.m4 (AC_OUTPUT_HEADER): For each file being created,	munge a copy of conftest.sed rather than the original.	From brook@trillium.botany.utexas.edu (Brook Milligan).Tue Apr 26 00:27:21 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_LANG_C, AC_LANG_CPLUSPLUS): Remove CFLAGS and	CXXFLAGS from ac_cpp.Thu Apr 21 19:43:20 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* Version 1.9.	* autoconf.texi: Document special AC_FIND_XTRA ordering	dependencies.	* acspecific.m4 (AC_FIND_XTRA): Reorder AC_REQUIREs.	* acspecific.m4 (AC_FIND_X): AC_REQUIRE_CPP.	* acspecific.m4 (AC_PROG_LEX): Say what we set LEXLIB to.Wed Apr 20 13:17:05 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_PARSEARGS): Allow . in hostnames.  Use string	comparison on them.	(AC_HAVE_LIBRARY): namespace cleanup.	* autoconf.texi: Describe changes to AC_FIND_X, AC_FIND_XTRA, and	AC_YYTEXT_POINTER.	* acconfig.h: Replace DECLARE_YYTEXT with YYTEXT_POINTER.	* acgeneral.m4 (AC_PARSEARGS): --gas and --x set with_gas and	with_x to yes, not 1.	* acspecific.m4 (AC_YYTEXT_POINTER): New macro, replacing	AC_DECLARE_YYTEXT.	(AC_FIND_X): Assume no X if --without-x was given.	(AC_FIND_XTRA): Quotes AC_REQUIRE args.  Run uname in a subshell in	case it's missing.  Put -l options in X_EXTRA_LIBS.  Print values	of the variables we set if verbose.Tue Apr 19 14:14:25 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Note GNU m4 1.0 bugs.	* acspecific.m4 (AC_FIND_X_XMKMF): Set variables correctly.	* autoconf.texi: Don't @setchapternewpage odd by default.  Mention	autoheader AC_SIZEOF_TYPE symbol generation.	* acgeneral.m4 (AC_SIZEOF_TYPE): Fix typo.	* Makefile.in (install): Don't install aclocal.m4.	* autoheader.sh: Generate entries for AC_SIZEOF_TYPE	automatically.Mon Apr 18 22:14:59 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_SIZEOF_TYPE): Remove second arg, and generate a	symbol name automatically.	* autoconf.texi: Document new AC_SIZEOF_TYPE usage.	* acspecific.m4 (AC_PROG_INSTALL): Only filter out "install"	containing "dspmsg".	(AC_FIND_X_XMKMF): Fix variable names to not conflict with grep -v.	* autoconf.texi: Various small fixes.	* INSTALL: Say configure takes "awhile".Sat Apr 16 15:05:31 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4: Call AC_LANG_C in AC_PREPARE, not AC_INIT.Fri Apr 15 07:00:37 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* Version 1.8.	* acgeneral.m4: Rename ac_configure_args back to configure_args,	since some people have been using it.Thu Apr 14 14:45:29 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Note that AC_ENABLE and AC_WITH arguments	shouldn't contain blanks, for now.Wed Apr 13 17:26:36 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acspecific.m4 (AC_SET_MAKE): Use $MAKE if defined, else "make".	* autoconf.texi: Add missing files to diagram.	* acgeneral.m4 (AC_TEST_CPP): Propogate comment about Coherent	lossage into configures.Sat Apr  9 17:34:29 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_PARSEARGS): Unknown option is a fatal error.	* acgeneral.m4: Remove ac_ prefix from some variables set by	options, for consistency and backward compatibility.Fri Apr  8 13:24:29 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acspecific.m4 (AC_FIND_XTRA): Don't test for -lsocket on IRIX.	From Karl Berry.	* acspecific.m4 (AC_FIND_X_XMKMF, AC_FIND_X_DIRECT): Don't	override --x-includes and --x-libraries.  Check openwin last due	to its bugs.	* acgeneral.m4: Add --x-includes, --x-libraries options.  Document	them and --build, --host, --target.	* autoconf.texi: Mention --x-includes and --x-libraries.	* INSTALL: Mention --x-includes and --x-libraries.Tue Apr  5 12:46:47 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Document top_srcdir substitution.	* acspecific.m4 (AC_PROG_INSTALL): Look for install.sh in	@top_srcdir@, not $srcdir.	* acgeneral.m4 (AC_OUTPUT): AC_SUBST top_srcdir.  Set it.Mon Apr  4 20:13:08 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Fix dependencies examples.	* Makefile.in: Update configuration dependencies.	* acgeneral.m4: Add back --no-create option.  Make config.status	--recheck use it.	* autoheader.sh: Go back to doing move-if-change.  (Work around in	dependencies by using stamp files.)Thu Mar 31 11:34:50 1994  David J. MacKenzie  (djm@hill.gnu.ai.mit.edu)	* Makefile.in (autoconf, autoheader, configure): Write to $@.tmp	instead of to $@ directly so that after a disk full error, the	targets to not exist.  Otherwise, a subsequent make could install	a corrupt (but not executable) script.  From Jim Meyering.Thu Mar 31 08:22:29 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Re-document --with argument.	* acgeneral.m4 (AC_PARSEARGS): --with can take an argument again.Wed Mar 30 20:01:57 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Document --disable- options.	* acgeneral.m4 (AC_PARSEARGS): Add --disable-FEATURE.	* INSTALL: Mention --enable- options.Mon Mar 28 17:43:22 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_PARSEARGS): Make multiple non-option args a	fatal error.	* acspecific.m4: Change all occurrences of $(MAKE_VAR) to	${MAKE_VAR}.	* autoconf.texi (Command Line): New node.  Move some descriptions	here from General Feature Tests.  Describe --without- options.	* acgeneral.m4 (AC_PARSEARGS): Rewrite again, using ideas from the	GNU libc configure.in.  All options that take an argument set	shell variables.	(AC_COMPILE_CHECK): Add `return' in `int' function.	* INSTALL: Fix typo.Sun Mar 27 00:44:07 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* acgeneral.m4 (AC_NOTICE): Don't save original args or initialize	options here.	(AC_PARSEARGS): Do them here.	(AC_PREPARE): Save a copy of original args here, if it hasn't been	done yet.Sat Mar 26 01:32:40 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)	* acgeneral.m4: Omit obsolete options from usage message.	Quote args to AC_CHECKING that contain m4 variables.	* INSTALL: Note that env can be used to set env vars.	* autoconf.texi: Document AC_SET_MAKE.	Note that vsprintf and vfprintf come with vprintf.	Note that env can be used to set env vars.	* acspecific.m4 (AC_SET_MAKE): New macro.	(AC_PROG_INSTALL): Find scoinst as a good install program.	* acgeneral.m4: Initialize variables set by options.	(AC_HAVE_HEADERS): Require cpp.	* autoconf.texi: Document AC_ENABLE and @prefix@ and @exec_prefix@	substitutions.	* acgeneral.m4: Recognize all the Cygnus configure options; warn	about other arguments.  Make default value for --with "yes", not	"1".  AC_SUBST for prefix and exec_prefix.	(AC_ENABLE): New macro.Thu Mar 24 18:11:00 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)	* INSTALL: Describe recently added configure options.	* autoconf.texi: Style cleanups.  Mention config.h.top.	* autoheader.sh: Add ${config_h}.top to the output, if it's	present.Thu Mar 24 13:36:19 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.sh: Remove all temp files when exiting.  If m4 fails,	produce no output and exit with the m4 exit status.	* autoconf.texi: Document AC_PREREQ.	* acgeneral.m4 (AC_PREREQ): New macro, with some helper macros.Thu Mar 24 01:20:49 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)	* Makefile.in (acdatadir): New variable based on datadir, giving	Autoconf lib files their own subdirectory.  Use it instead of	datadir.Wed Mar 23 22:41:54 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)	* autoconf.texi: Change names of nodes that describe invoking	configure and config.status to conform to coding standards.	Document --version, --help, --silent/--quiet, --verbose options to	configure and config.status.	* acgeneral.m4 (AC_PARSEARGS): Add --help and --version to	configure.  Simplify getting option arguments.  Complain about	impossible host arguments.	(AC_OUTPUT): Add --help and --version to config.status.Wed Mar 23 00:16:28 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)	* acgeneral.m4 (AC_CHECKING): Do nothing if $ac_silent is set.	(AC_PARSEARGS): Grok -q/--quiet/--silent and set $ac_silent.Tue Mar 22 18:28:30 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)	* autoconf.texi: Document AC_SIZEOF_TYPE.	* acspecific.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Mark obsolete	with advice to use AC_SIZEOF_TYPE instead.	* acgeneral.m4 (AC_SIZEOF_TYPE): New macro.Tue Mar 22 08:44:40 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)	* autoconf.texi: Describe AC_CHECKING et al.	* acspecific.m4: Use AC_CHECKING et al. where appropriate.	* acgeneral.m4 (AC_CHECKING, AC_VERBOSE, AC_ERROR, AC_WARN): New	macros.  Use them where appropriate.	(AC_LANG_C, AC_LANG_CPLUSPLUS): Fix quoting of ac_cpp.	* acspecific.m4 (AC_PROG_CPP): Don't add $CFLAGS to CPP.	(AC_PROG_CXXCPP): Don't add $CXXFLAGS to CXXCPP.	* acgeneral.m4 (AC_OUTPUT): Don't remove VPATH lines containing	colons.  From Jim Meyering (meyering@comco.com).	(AC_LANG_C): Add CFLAGS to ac_cpp.	(AC_LANG_CPLUSPLUS): Add CXXFLAGS to ac_cpp.Sat Mar 19 16:38:03 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)	* acgeneral.m4 (AC_LANG_RESTORE): Only emit shell code to change	the current language if it actually changed.	* autoconf.texi: Add info dir entry.  Describe new C++ macros and	AC_MMAP.	(Language Choice): New section.

⌨️ 快捷键说明

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