📄 changelog
字号:
* m4/cygwin.m4: Examine output of compiler to see if .exe needed.Sun Jun 1 13:16:05 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES. (handle_configure): Likewise. * depend2.am (.deps/%.P): Don't generate file if MKDEP fails. From Alexandre Oliva. * depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not BUILT_SOURCES. * automake.in (initialize_global_constants): Added 1997 to copyright info. * automake.in (output_yacc_build_rule): Never move y.tab.c over the .h file. From Jim Meyering.Thu May 29 23:16:02 1997 Tom Tromey <tromey@cygnus.com> * automake.in (scan_one_configure_file): Avoid defining ACLOCAL, AUTOCONF, AUTOMAKE, AUTOHEADER. From David Zaroski.Sat Feb 22 16:05:24 1997 Gordon Matzigkeit <gord@gnu.ai.mit.edu> * Makefile.am (pkgdata_DATA): Under this new scheme, we no longer need compile-kr.am. Delete it. * automake.in (handle_yacc_lex_cxx, get_object_extension): Use _.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification. * ansi2knr.c (main): Parse our arguments a little differently so that we don't create null output files when we can't read the input file.Wed May 28 23:40:33 1997 Tom Tromey <tromey@cygnus.com> * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again. From Gord Matzigkeit.Mon May 26 22:50:49 1997 Tom Tromey <tromey@cygnus.com> * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent. Report from Alexandre Oliva. * automake.in (generate_makefile): If --no-force, check Makefile.in against configure.in and aclocal.m4. Report from Alexandre Oliva. * automake.in (handle_dist_worker): Put --include-deps on command line if specified originally. (handle_configure): Likewise. * configure.in: Error if Perl 5.001 is used. * ylwrap: Don't quote $prog when executing it. From Jim Meyering.Thu May 15 12:05:20 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in install-strip target.Tue May 13 08:20:02 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_dependencies): Don't generate dependencies if DEP_FILES would be empty.Sun May 11 13:59:14 1997 Tom Tromey <tromey@cygnus.com> * config.guess: New version from FSF. * automake.in (get_object_extension): If ansi2knr in another directory, always define ANSI2KNR to full path. From Akim Demaille. * kr-extra.am (clean-krextra): Remove ansi2knr here, not in distclean-krextra. * missing: Regularized grammar. From Fran鏾is Pinard.Sat May 10 16:48:47 1997 Tom Tromey <tromey@cygnus.com> * Released 1.1p. * m4/init.m4: Error if source directory already configured. * automake.in (scan_dependency_file): Always use srcdir name as passed in on command line.Thu May 1 12:53:46 1997 Ian Lance Taylor <ian@cygnus.com> * automake.in (value_to_list): Don't fail when a variable substitution is not a complete word.Tue May 6 15:22:41 1997 Ian Lance Taylor <ian@cygnus.com> * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not get fooled by command line arguments.Sat May 10 15:48:46 1997 Tom Tromey <tromey@cygnus.com> * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by default.Mon May 5 23:24:09 1997 Tom Tromey <tromey@cygnus.com> * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex: New versions from FSF.Sun May 4 15:21:22 1997 Tom Tromey <tromey@cygnus.com> * texinfos.am (install-info): Avoid the Debian install-info. (uninstall-info): Likewise. * automake.in (handle_single_transform_list): Strip any directory name before processing name.Thu May 1 19:24:08 1997 Tom Tromey <tromey@cygnus.com> * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.Wed Apr 30 19:15:47 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_dist_worker): Change how top_distdir is computed. Based on patch from Ian Taylor. (handle_dist): Define top_distdir. * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK. (handle_yacc_lex_cxx): Include CFLAGS in LINK.Wed Apr 30 14:46:37 1997 Ian Lance Taylor <ian@cygnus.com> * automake.in (handle_dist_worker): When building a distribution, if SUBDIRS is defined conditionaly, recur into each possible subdirectory. * clean.am (distclean-generic): Remove stamp-h[0-9]*.Tue Apr 29 19:11:45 1997 Tom Tromey <tromey@cygnus.com> * INSTALL, mkinstalldirs, install-sh: Update from Fran鏾is Pinard. * aclocal.in (add_macro): If AC_ macro was defined, then mark it as seen. Report from Janos Farkas. * subdirs.am: Clean targets now run in reverse order. From Kevin Dalley. * automake.in (handle_texinfo): Put `aminfo', not `info' on @clean. * mdate-sh: New version from Ulrich Drepper.Mon Apr 28 01:18:05 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_configure): Makefile only depends on BUILT_SOURCES when generating dependencies. * Released 1.1o.Sun Apr 27 23:58:20 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_dist): Use variable_value, not variable_contents.Wed Apr 23 14:04:28 1997 Ian Lance Taylor <ian@cygnus.com> * automake.in (IF_PATTERN): Define. (ELSE_PATTERN, ENDIF_PATTERN): Define. (AM_CONDITIONAL_PATTERN): Define. (%configure_cond): New global hash table. (handle_source_transform): If xx_SOURCES is defined conditionally, define xx_OBJECTS using the same conditions. (handle_lib_objects): If variable is defined conditionally, define xx_DEPENDENCIES conditionally. Most code moved into subroutine. (handle_lib_objects_cond): New function, broken out of handle_lib_objects. (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN. (conditional_true_when): New function. (variable_defined): Add new parameter: cond. Change some callers. (variable_conditions): New function. (variable_conditionally_defined): New function. (variable_value): New function. Change most uses of $contents to call variable_value instead. (value_to_list): New function, from variable_value_as_list. (variable_value_as_list): Add new parameter: cond. Change all callers. Move some code into subroutine value_to_list. (define_pretty_variable): Add new parameter: cond. Change call callers. (read_am_file): Handle conditionals. (initialize_per_input): Initialize %conditional and @conditional_stack. * m4/cond.m4: New file. * m4/Makefile.am (m4data_DATA): Add cond.m4.Sun Apr 27 11:03:36 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_dist_worker): Run automake once per directory, instead of once at the top. (handle_dist_worker): Changed interface. (handle_dist): Likewise. (generate_makefile): Better error message if can't write the file. (handle_dist_worker): Pass top_distdir to subdir makes. * automake.in (handle_dist_worker): Use mode 777 on directories in distribution. GNU Standards compliance. * automake.in (handle_yacc_lex_cxx): Don't use interlock. (output_yacc_build_rule): Don't use interlock; just use new ylwrap instead. The new ylwrap builds in a subdir; idea from Mark Eichin. (output_lex_build_rule): Likewise. (initialize_global_constants): [common_files] Don't include interlock. * Makefile.am (pkgdata_SCRIPTS): Removed interlock. * interlock: Removed. * ylwrap: Changed interface. Now runs command in subdir. * remake.am (config.status): Look in srcdir for config header. ($(srcdir)/configure): Likewise. * remake-hdr.am (@STAMP@): Look in srcdir for config header. From Phil Nelson. ($(srcdir)/@CONFIG_HEADER_IN@): Likewise. * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not value spelled out. From Phil Nelson * automake.in (handle_configure): Don't skip Makefiles; instead skip automake inputs. (handle_merge_targets): Changed interface; put $makefile at beginning of @all (rather than Makefile at end). * automake.in (handle_yacc_lex_cxx): Correctly compute de_ansi_sources. * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in kr-extra.am. * Makefile.am: Check to make sure there are no accidental configure substitutions. * automake.in (handle_texinfo): Don't allow configure substitution on @MAKEINFO@ here. * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend on $(ANSI2KNR). * kr-extra.am (ansi2knr): Removed. (ansi2knr.o): Likewise. * automake.in (get_object_extension): Allow ansi2knr to be built from any directory.Fri Apr 25 12:33:23 1997 Tom Tromey <tromey@cygnus.com> * missing: Changed bison text. From Ian Taylor. * m4/missing.m4: Redirect stdin of testee. From Bill Fenner. * automake.in (output_yacc_build_rule): Generate rule to create .h file. (handle_footer): Generate unique, sorted list of suffixes. * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK, _CPP, _CXCPP, _LN_S. From Ralph Schleicher.Mon Apr 21 12:35:57 1997 Ian Lance Taylor <ian@cygnus.com> * automake.in (@config_fullnames): New array. (@config_names): New array, replacing $config_name. (@config_headers): New array, replacing $config_header. (get_object_extension): Handle multiple header files. (handle_tags, handle_merge_targets): Likewise. (scan_one_configure_file): Likewise. (handle_configure): Likewise. Don't check for the configuration header file in AC_OUTPUT; it won't be there. * remake-hdr.am: Handle multiple header files. * clean-hdr.am: New file, broken out of remake-hdr.am. * m4/header.m4: Handle multiple header files. * Makefile.am (pkgdata_DATA): Add clean-hdr.am.Wed Apr 16 00:05:47 1997 Tom Tromey <tromey@cygnus.com> * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove * automake.in (define_program_variable): Added `override' argument. (handle_texinfo): Pass override arg when defining MAKEINFO. (AC_MISSING_PROG): New constant. (scan_one_configure_file): Use it.Tue Apr 15 12:12:28 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_texinfo): In --cygnus mode, reserve clean-info for the user. * automake.in (handle_subdirs): Typo fix. From Akim Demaille. * automake.in (handle_tags): Only use SUBDIRS if it is actually defined. Report from Ian Taylor. * tags.am: Added prefix to SUBDIRS rules.Wed Apr 9 17:09:40 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_ltlibraries): Use correct rpath substitution. Bug from Jim Blandy.Mon Apr 7 17:40:18 1997 Tom Tromey <tromey@cygnus.com> * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg. Test version2.test.Thu Apr 3 19:07:59 1997 Tom Tromey <tromey@cygnus.com> * Released 1.1n. * tags.am (TAGS): Run "cd && etags" in subshell for proper associativity. * texinfos.am (install-info-am): If --cygnus, then info file can be in build dir. From David Zaroski. * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath. * automake.in (handle_ltlibraries): Treat EXTRA_ libraries specially.Wed Apr 2 00:03:50 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_source_transform): Don't generate dependency on config.h. (scan_dependency_file): Strip the .P file from the target. * automake.in (handle_tags): Use single, not double, quotes when setting list variable. * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am, progs.am, scripts.am, tags.am: Use single quotes to fill list variable; otherwise `$' in filename will not work. From Per Bothner. * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory. From Bruno Haible. * automake.in (handle_programs): Error if LIBADD used where LDADD meant. (handle_libraries): Error if LDADD used where LIBADD meant. (handle_ltlibraries): Likewise.Tue Apr 1 22:46:33 1997 Tom Tromey <tromey@cygnus.com> * automake.in (check_canonical_spelling): New sub. (handle_programs): Use it. (handle_libraries): Likewise. (handle_ltlibraries): Likewise.Mon Mar 31 12:13:08 1997 Tom Tromey <tromey@cygnus.com> * depend2.am (.deps/%.P): Make .P file depend on everything the .c file includes.Fri Mar 28 23:34:49 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_configure): Error if stamp-h appears in AC_OUTPUT line.Thu Mar 27 17:28:47 1997 Tom Tromey <tromey@cygnus.com> * automake.in (handle_dist_worker): Avoid automake rules in generated Makefile when no-dependencies specified. From Greg Woods. * m4/lispdir.m4: Don't AC_SUBST ELCFILES. From Greg Woods. * texi-vers.am (stamp-@VTI@): Make commands silent. * Makefile.am (maintainer-check): "true" is ok now. * m4/init.m4: Added optional 3rd argument, which avoids AC_DEFINE. * automake.in (scan_one_configure_file): Explicitly avoid INSTALL_SCRIPT to avoid defining it twice. * header-vars.am: Change _INSTALL variable definitions to `true'. Updated all users to put `@' before invocation.Tu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -