Edit

kc3-lang/automake/ChangeLog.98

Branch :

  • Show log

    Commit

  • Author : Ralf Wildenhues
    Date : 2007-08-18 09:27:16
    Hash : c023cf9f
    Message : In ChangeLog files, use more-permissive notice rather than GPL, as per usual GNU standards these days.

  • ChangeLog.98
  • 1998-12-22  Marcus G. Daniels  <mgd@chama.santafe.edu>
    
    	* automake.in (handle_dependencies): Transform EXT & PFX in
    	Objective C case.
    
    1998-12-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
    
    	* automake.in: Register Objective C language.
    	(finish_languages): Consider Objective C to be non_c.
    	(lang_objc_rewrite, lang_objc_finish): New functions.
    	(resolve_linker): Recognize OBJCLINK before LINK.
    
    1999-01-10  Tom Tromey  <tromey@cygnus.com>
    
    	* automake.in (handle_texinfo): Handle empty $config_aux_dir.
    
    	* automake.in (handle_texinfo): Set $conf_pat correctly when
    	config_aux_dir not used.
    	(handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
    	From Erez Zadok.
    	* texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
    	$(srcdir).  From Erez Zadok.
    	($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.
    
    1999-01-08  Thomas Tanner  <tanner@gmx.de>
    
    	* depend.am: remove the dependencies (.deps)
    	in "make distclean", not "make maintainer-clean"
    
    1999-01-10  Tom Tromey  <tromey@cygnus.com>
    
    	* aclocal.in (write_aclocal): Updated copyright.
    	(parse_arguments): Likewise.
    	* automake.in (parse_arguments): Updated copyright.
    	(initialize_global_constants): Likewise.
    
    	* Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.
    	(install-data-hook): New hook.  Report from Petter Reinholdtsen.
    
    	* remake-hdr.am: Provide `else' clause for each `if'.
    
    1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
    
    	* remake-hdr.am: recover from removal of config headers, and try
    	to get real timestamps, which is useful for CVS files
    
    1999-01-10  Tom Tromey  <tromey@cygnus.com>
    
    	* automake.in (handle_merge_targets): Don't special-case "-local"
    	targets.  Test all.test.
    
    	* automake.in (handle_texinfo): Prepend $(srcdir) to directory
    	used to find texinfo.tex.  Report from Glenn Amerine.
    
    1999-01-07  Tom Tromey  <tromey@cygnus.com>
    
    	Based on report from Marcus G. Daniels.  Fixes include.test.
    	* automake.in (generate_makefile): Call read_main_am_file.
    	(read_main_am_file): New sub.
    	(read_am_file): Moved header generation code into
    	read_main_am_file.
    
    1999-01-06  Gary V. Vaughan  <garyv@oranda.demon.co.uk>
    
    	* automake.in (require_file_internal): qub perl on win32 hangs
    	on a call to unlink for a non-existant file, which in turn causes
    	tests/symlink.test to hang on win32.  Check that the file exists
    	before unlinking it!
    
    1998-12-24  Thomas Tanner  <tanner@gmx.de>
    
    	* automake.in (handle_ltlibraries): check whether -module was
    	defined for libraries names without 'lib' prefix.
    
    Fri Dec 11 10:20:42 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
    
    	* compile_f_c_cxx.test: Change to use F77 and F77LINK instead of
    	FC and FLINK, respectively.
    	* flibs.test: same
    	* fnoc.test: same
    	* fo.test: same
    	* fonly.test: same
    	* link_f_c.test: same
    	* link_f_c_cxx.test: same
    	* link_f_cxx.test: same
    	* link_f_only.test: same
    
    Fri Dec 11 10:23:17 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
    
    	* automake.in, automake.texi: Change all of the Fortran 77 code to
    	use the new `F77' prefix instead of the older `FC' prefix.
    	Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD
    	to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.
    
    1999-01-05  Tom Tromey  <tromey@cygnus.com>
    
    	* depend2.am (%.o): Use \012, not \n, to avoid losing `tr's.  From
    	Bill Currie.
    	(%.lo): Likewise.
    
    1998-12-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
    
    	* depend2.am: Don't assume backslash can't occur in the middle of
    	filename; it loses on M$W
    
    1998-12-21  Tom Tromey  <tromey@cygnus.com>
    
    	* automake.in (handle_libraries): Reverted Thomas Tanner's
    	change.  Non-libtool libraries still must fit naming
    	requirements.
    
    1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
    
    	* automake.in (handle_configure): Dist inputs for AC_OUTPUT.
    
    1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
    
    	* depend2.am: don't use .p and .P for dependencies; it loses on
    	case-insensitive filesystems.
    	Reported by Henrik Frystyk Nielsen <frystyk@w3.org>
    
    1998-12-20  Thomas Tanner  <tanner@gmx.de>
    
    	* automake.in (handle_libraries, handle_ltlibraries): relax the
    	name checking to not enforce `^lib.*' for the sake of building libtool 
    	modules.
    
    1998-12-21  Tom Tromey  <tromey@cygnus.com>
    
    	* automake.in (do_one_merge_target): Special case
    	install-data-hook and install-exec-hook.
    	(handle_merge_targets): Removed install-data-hook and
    	install-exec-hook code.  Test insthook.test.
    
    1998-12-16  Tom Tromey  <tromey@cygnus.com>
    
    	* tags.am (ID): Uniquify list of sources.  Report from Jim
    	Meyering.
    
    1998-12-11  Tom Tromey  <tromey@cygnus.com>
    
    	Bug report from Paul D. Smith:
    	* automake.in (handle_merge_targets): Set
    	AM_INSTALL_PROGRAM_FLAGS, not INSTALL_PROGRAM.
    	* header-vars.am (INSTALL_PROGRAM): Added
    	AM_INSTALL_PROGRAM_FLAGS.
    
    1998-12-03  Tom Tromey  <tromey@cygnus.com>
    
    	* automake.in (handle_dist): Print prettier banner when
    	`make dist' succeeds.  From Akim Demaille.
    
    1998-12-02  Tom Tromey  <tromey@cygnus.com>
    
    	* configure.in: Upped version to 1.3e (1.3d was just released).
    
    	* configure.in: Upped version to 1.3d.
    
    	* texinfo.tex, config.guess, config.sub, install-sh: New
    	versions.
    	* ansi2knr.c: New version.
    
    	* automake.in (handle_configure): Quote @MAINTAINER_MODE_TRUE@ to
    	avoid problems where AM_MAINTAINER_MODE is put into automake's own
    	configure.in.
    
    	* Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.
    
    	Some bugs from Fran