Author :
Tom Tromey
Date :
1996-01-23 21:57:08
Hash :e2213fa0 Message :Patches from Gord. Handle AC_CANONICAL_{HOST,SYSTEM}.
ChangeLog
Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
Fixes from Gord Matzigkeit:
* libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
topsrcdir.
* header.am: New file.
* Makefile.am (pkgdata_DATA): Install header.am.
* automake.in (handle_headers): Use header.am, not data.am.
(am_install_var): Allow pattern to be compiled multiple times.
* config.guess, config.sub: New files.
* Makefile.am (pkgdata_DATA): Install config.guess and
config.sub.
* automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
AC_CANONICAL_SYSTEM.
Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
(handle_man_pages): Use man_MANS, not MANS.
* Makefile.am (info_TEXINFOS): Renamed.
* automake.in (scan_configure): Remove comments from input line.
(am_variable): Removed.
* remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
* automake.in (config_name, config_header): New globals.
(scan_configure): Look for AC_CONFIG_HEADER.
(handle_configure): Handle more uses of AC_CONFIG_HEADER.
Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (handle_dist_worker): Bug fix.
Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (require_file): Install missing files only according
to desired strictness.
(initialize_per_input): Don't init libsources.
(scan_configure): Reinit libsources.
(handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
(fp_c_prototypes): New global.
(scan_configure): Set it.
(get_object_extension): Error if fp_C_PROTOTYPES not in
configure.in when using ansi2knr.
(handle_source_transform): Skip header files.
* automake.in (handle_dist_worker): Explicitly make 'dist' in
subdirs.
Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
From Fran