Edit

kc3-lang/automake/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-18 05:47:27
    Hash : ed83ce6a
    Message : Don't distribute BUILT_SOURCES or DATA

  • ChangeLog
  • Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
    
    	* dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
    	DATA.
    	(DEP_DISTFILES): Ditto.
    
    Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* automake.in (check_typos): Renamed.
    	(check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
    	(variable_defined): Note variable as being "seen".
    	(handle_lib_objects): Don't push configure substitutions onto
    	_DEPENDENCIES.
    
    Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* automake.in (initialize_per_input): Init content_seen.
    	(variable_value_as_list): Set content_seen entry.
    	(define_variable): Ditto.
    	(define_pretty_variable): Ditto.
    	(check_source_typos): New sub.
    	(generate_makefile): Call it.
    
    Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* automake.in (handle_source_transform): Removed extraneous
    	space.  Test implicit.test.
    	(read_am_file): Make sure "canonical" variables are mentioned in
    	%contents.
    	(scan_configure): AC_CHECK_TOOL sets $seen_canonical to
    	$AC_CANONICAL_HOST conditionally.
    	(handle_footer): Don't use define_pretty_variable in all cases.
    
    Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
    	per GNU/Gnits standards.
    
    	* libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
    	NORMAL_INSTALL and POST_INSTALL variables can work when empty.
    
    	* automake.in (handle_options): Rewrote version handling.  Now
    	returns error indicator.
    	(MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
    	(RULE_PATTERN): Exclude `:=' from being a rule.
    
    	* m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
    
    	* automake.in (variable_value_as_list): Always use am_line_error.
    	(define_variable): New sub.
    	(get_object_extension): Use define_variable.
    	(handle_yacc_lex_cxx): Ditto.
    	(handle_source_transform): Ditto.
    	(handle_programs): Ditto.
    	(handle_libraries): Ditto.
    	(handle_texinfo): Ditto.
    	(handle_man_pages): Ditto.
    	(handle_dependencies): Ditto.
    	(handle_aclocal_m4): Ditto.
    	(define_pretty_variable): New sub.
    	(handle_source_transform): Use define_pretty_variable.
    	(handle_lib_objects): Ditto.
    	(handle_libraries): Ditto.
    	(handle_dist): Ditto.
    	(handle_dependencies): Ditto.
    	(handle_configure): Ditto.
    	(handle_footer): Ditto.
    	(handle_emacs_lisp): Ditto.
    	(am_install_var): Ditto.
    
    	* Released version 1.1e.
    
    	* automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
    	releases.
    
    	* configure.in: Version 1.1e.
    
    	* automake.in (handle_texinfo): Distribute .info file.
    
    Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* Makefile.am (EXTRA_DIST): New macro.
    	(maintainer-clean): Don't run "make check".
    	(pathchk): New target.
    
    	* automake.in (check_gnits_standards): Only check version number
    	syntax at top level.
    	($package_version_line): New variable.
    	(scan_configure): Set it.
    	(check_gnits_standards): Use am_conf_line_error.
    	(scan_configure): Remove extraneous whitespace from version
    	number.
    	(handle_dist): Handle distcheck-hook.
    
    	* m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
    
    	* automake.in (scan_configure): Handle AM_WITH_REGEX.
    	(handle_lib_objects): Require .h files in %libsources but don't
    	generate dependencies for them.
    	(scan_configure): Also require rx.h and regex.h.
    
    	* m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
    	AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
    	AM_SYSTEM_HEADER.
    
    	* texi-version.am: Use "cp; rm" and not "mv", to work around
    	broken mvs.
    
    	* automake.in ($package_version): New global.
    	(scan_configure): Set it.
    	(check_gnits_standards): Verify version string; require
    	README-alpha if alpha version.
    	(scan_configure): Recognize AM_FUNC_FNMATCH,
    	AM_REPLACE_GNU_GETOPT.
    
    	* Makefile.am (installcheck-local): Check all scripts.
    
    Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* tags-clean.am: Do deletions here again.
    
    Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* automake.in (usage): Include bug-reporting information.
    	(handle_lib_objects): Error if LIBOBJS seen but never set.
    
    	* aclocal.in ($acdir): Use @datadir@/aclocal.
    	(usage): Include bug-reporting information.
    
    Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* automake.in (handle_source_transform): .deps no longer in
    	srcdir.
    	(handle_lib_objects): Ditto.
    	(handle_dist_worker): Pass --build-dir to automake.
    	($build_directory): New global.
    	(parse_arguments): Handle --build-dir.
    	(initialize_global_constants): Include --build-dir in help.
    	(scan_dependency_file): New sub.
    	(handle_dependencies): Use it.  Also, use $build_directory.
    	(initialize_global_constants): Added --srcdir-name.
    	(parse_arguments): Ditto.
    	(handle_dist_worker): Ditto.
    	($srcdir_name): New global.
    	($srcdir_rx): New global.
    	(parse_arguments): Set it.
    
    	* depend2.am: Removed all mention of $(srcdir).
    
    	* depend.am (MKDEP): Use gcc -M, not gcc -MM.
    	Removed all mention of $(srcdir); dependencies now put into build
    	dir.
    
    	* depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
    	Don't do work silently.
    
    	* automake.in (handle_merge_targets): Error if invalid uninstall
    	targets are given.
    	(read_am_file): Fix for test block.test.
    
    Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
    
    	* texinfos.am (install-info): Added NORMAL_INSTALL.
    	* scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
    	* programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
    	* lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
    	* libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
    	Also, use POST_INSTALL when running ranlib.
    	* header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
    	* data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
    
    	* automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
    	(handle_merge_targets): Ditto.
    	(handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
    	NORMAL_INSTALL defined.
    
    	* m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
    	${INSTALL_PROGRAM}.  From Fran