|
2e90f85a
|
1999-03-26T15:09:38
|
|
* automake.in (handle_merge_targets): `install-strip' is a phony
target. From Michel de Ruiter.
|
|
94eea578
|
1999-03-23T13:59:40
|
|
* progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
sed invocations. From Elrond.
(uninstall-@DIR@PROGRAMS): Likewise.
|
|
6e7084c5
|
1999-03-11T22:32:53
|
|
* insthook.test: Don't require GNU grep. From John Pierce.
|
|
fc690f41
|
1999-03-11T22:31:07
|
|
From Ralf Corsepius. Fixes lex3.test.
* automake.in (lang_yacc_finish): Include `.' in name pushed onto
maintainer-clean list.
(lang_lex_finish): Likewise.
|
|
d92b8dc9
|
1999-03-01T21:16:33
|
|
* ansi3.test: Use no-dependencies option to avoid GNU make
requirement. From Jerome Lovy.
|
|
2536f826
|
1999-02-27T12:22:47
|
|
* automake.in (lang_extensions): New sub.
(handle_dependencies): Use it.
(cxx_extensions): Removed.
(lang_cxx_finish): Use lang_extensions.
(f77_extensions): Removed.
(lang_f77_finish): Use lang_extensions.
(objc_extensions): Removed.
(lang_ppf77_finish): Put `.' before extension. Fixes ext.test.
Report from Dave Morrison.
(lang_ratfor_finish): Likewise.
|
|
876b9036
|
1999-02-09T23:50:58
|
|
* automake.in (handle_texinfo): Added `pgs' to list of
extensions. From NISHIDA Keisuke.
|
|
b598915c
|
1999-02-01T12:03:48
|
|
* automake.in (handle_dist_worker): Correctly find find in $$d,
not $$. From Bill Davidson.
|
|
54842f07
|
1999-01-22T14:18:11
|
|
* automake.in (require_file_internal): Correctly examine return
value of `system'. From Andris Pavenis. Fixes copy.test.
* m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
|
|
8bf3e8e8
|
1999-01-22T13:58:04
|
|
* automake.in (lang_ppf77_rewrite): New function. From Jochen
Kuepper.
(lang_ratfor_rewrite): New function
|
|
f6dbd5be
|
1999-01-10T20:39:29
|
|
* 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.
|
|
35850024
|
1999-01-10T18:37:08
|
|
* 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.
|
|
b68e4745
|
1999-01-10T18:07:14
|
|
Added Brian Jones to THANKS
|
|
dd97b9db
|
1999-01-06T12:41:34
|
|
* depend2.am (%.o): Use \012, not \n, to avoid losing `tr's. From
Bill Currie.
(%.lo): Likewise.
|
|
52640f6d
|
1998-12-11T14:10:11
|
|
Added a person to THANKS
|
|
210b9ed9
|
1998-10-19T23:21:43
|
|
* automake.in (scan_dependency_file): Fixed test on `while' loop.
Fixes depend2.test. Report from Akim Demaille.
|
|
6106bdfa
|
1998-10-13T18:57:21
|
|
F77 additions from Matthew D Langston
* m4/f77.m4: New file.
* m4/Makefile.am (m4data_DATA): Added f77.m4.
* automake.in (resolve_linker): Put the Fortran 77 linker where it
needs to be.
* automake.in (lang_f77_finish): Add support for Fortran 77.
* automake.in (f77_extensions): New helper function for function
`lang_f77_finish'.
* automake.in (lang_f77_rewrite): Change to return success.
* automake.in (scan_one_configure_file): Add test for the Fortran
77 compiler.
* automake.in (finish_languages): Changed tests for "C++ only" to
"C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.
* automake.in: Registered the ppf77 language (`.F' extension) for
preprocessed Fortran 77.
* automake.in: Registered the ratfor language (`.r' extension).
* automake.in: Registered Fortran 77 header files with the "header
language" (`.inc' extension).
* automake.texi: Added several new index entries.
* automake.texi:
- Add `@ovindex' (output variable index).
- Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
Index.
* automake.texi (Macros):
- Changed the `@table @code' list of macros to `@defmac'.
- Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.
* automake.texi (C++): Change `@table' to `@vtable'.
* automake.texi (Fortran 77): Add Fortran 77 documentation.
|
|
0efcfbcc
|
1998-10-01T11:37:29
|
|
* m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
xemacs install directories. From Robert Bihlmeyer.
|
|
72c1e14a
|
1998-10-01T00:23:45
|
|
Some bug fixes, plus a complete rewrite of source file handling:
* texinfos.am (install-info-am): Handle case where INFO_DEPS is
empty. Reported by Andrew Cagney.
(uninstall-info): Likewise.
(dist-info): Likewise.
* automake.in (handle_texinfo): Error if user tries to generate
HTML.
* automake.in (do_one_clean_target): Don't push previous clean
target if this target is `mostly'. Report from Raja R Harinath.
* subdirs.am (mostlyclean-recursive ...): Build local_target, not
target. From Raja R Harinath.
Completely changed how languages and source files are handled:
* automake.in: Call register_language for each language.
(lang_c_rewrite): New function.
(lang_cxx_rewrite): Likewise.
(lang_header_rewrite): Likewise.
(lang_yacc_rewrite): Likewise.
(lang_yaccxx_rewrite): Likewise.
(lang_lex_rewrite): Likewise.
(lang_lexxx_rewrite): Likewise.
(lang_asm_rewrite): Likewise.
(lang_fortran_rewrite): Likewise.
(register_language): Likewise.
(extension_map): New global.
(language_map): Likewise.
(resolve_linker): New function.
(handle_single_transform_list): Rewrote to use lang_X_rewrite
functions. Changed meaning of first argument.
(initialize_per_input): Removed seen_any_source. Initialize
language_scratch, extension_seen. Removed cxx_extensions,
seen_c_source, dir_holds_headers, dir_holds_sources.
(handle_source_transform): Don't compute $objpat. Pass $obj
directly to handle_single_transform_list.
(handle_built_sources): Fixed call to
handle_single_transform_list.
(lang_c_finish): New function.
(lang_cxx_finish): Likewise.
(lang_header_finish): Likewise.
(lang_yacc_finish): Likewise.
(lang_yaccxx_finish): Likewise.
(lang_lex_finish): Likewise.
(lang_lexxx_finish): Likewise..
(lang_asm_finish): Likewise.
(lang_fortran_finish): Likewise.
(yacc_lex_finish_helper): Likewise.
(libtool_compiler): Likewise.
(saw_extension): New function.
(handle_lib_objects_cond): Use saw_extension, not old variables.
(handle_yacc_lex_cxx): Removed.
(finish_languages): New function.
(get_object_extension): Don't set dir_holds_sources.
(handle_headers): Don't set dir_holds_headers. Instead, call
saw_extension.
(saw_sources_p): New function.
(handle_tags): Use it.
(handle_dependencies): Likewise.
(cxx_extensions): New function.
(handle_dependencies): Use it.
(generate_makefile): Call finish_languages, not
handle_yacc_lex_cxx.
|
|
9f0dd45a
|
1998-09-28T02:03:36
|
|
`include' handling from Marcus Daniels:
* automake.in: New pattern: INCLUDE_PATTERN.
(read_am_file): Make AM_FILE a local filehandle.
For INCLUDE_PATTERN, store included paths on @include_stack and call
read_am_file with argument.
(handle_configure): When printing the dependencies for
Makefile.in, print the items on include_stack (if any) as
dependencies, too.
* automake.texi: Make a command index `cm' that goes into the
concept index. Put if, endif, else, and include in the command index.
(Include): Show usage of include directive.
|
|
1198063a
|
1998-09-16T04:23:41
|
|
A couple fixes from Per Cederqvist
|
|
d14198e4
|
1998-08-17T05:33:12
|
|
Fixed colon6.test.
Added test for strange Tab bug
|
|
d2719082
|
1998-07-18T06:37:24
|
|
Fixed cond4.test
|
|
eedb9580
|
1998-07-17T22:58:51
|
|
DESTDIR fixlet
|
|
cf40aeb7
|
1998-06-02T18:22:05
|
|
minor meta-updates
|
|
8733de30
|
1998-05-18T05:33:56
|
|
various fixlets
|
|
3bdbb9e2
|
1998-04-05T21:36:12
|
|
library dependency bug reported by proven
|
|
a8959c36
|
1998-04-04T01:02:52
|
|
ac_output fix from doug evans
|
|
d19dffd5
|
1998-04-01T04:10:39
|
|
new ansi2knr
|
|
972f0741
|
1998-03-25T22:25:26
|
|
lisp files can be built
|
|
0acd47b8
|
1998-03-23T18:09:03
|
|
updated THANKS
|
|
c4420eee
|
1998-03-08T22:45:02
|
|
AC_OUTPUT ":" syntax patch
|
|
176a0c3b
|
1998-02-13T04:59:59
|
|
doc update
|
|
71c627f2
|
1998-02-13T04:56:24
|
|
fixed whoami.test buglet
|
|
68effc17
|
1998-02-13T04:30:19
|
|
yacc cleanup
|
|
4948270c
|
1998-02-05T20:43:29
|
|
applied AC_PROG_CXXCPP patch
|
|
b5deddfd
|
1998-01-13T22:27:39
|
|
perl 4 fix for aclocal
|
|
b3b24183
|
1997-12-01T22:54:53
|
|
fixed conditional sources bug
|
|
d9193017
|
1997-10-21T17:01:38
|
|
empty subdirs bug fix
|
|
d14bbc16
|
1997-10-20T23:46:04
|
|
fortran fixlet
|
|
0d8783b5
|
1997-10-20T05:26:21
|
|
bug fix
|
|
f6d7829f
|
1997-09-25T05:44:17
|
|
stdc fix from paul eggert
|
|
8551a9bd
|
1997-09-25T04:56:27
|
|
bug fix for bsd/ultrix
|
|
49e7073d
|
1997-09-24T23:37:08
|
|
dist bug fix
|
|
51882b2e
|
1997-08-28T15:43:26
|
|
suffix rule fix
|
|
ac6bacbd
|
1997-08-27T19:04:11
|
|
texinfo handling fix
|
|
47536666
|
1997-08-05T23:36:52
|
|
fix to missing program
|
|
0ed5877f
|
1997-05-27T05:53:06
|
|
make echo silent
|
|
447031fe
|
1997-04-30T01:30:40
|
|
run clean subdirs in reverse order
|
|
1fcbf1b7
|
1997-04-28T04:56:58
|
|
nothing
|
|
1d9a0421
|
1997-04-27T23:48:14
|
|
remake bugs reported by Phil Nelson
|
|
d9a5a21d
|
1997-04-26T05:07:53
|
|
patch to missing check
|
|
216086c6
|
1997-04-25T18:42:41
|
|
include all AC_PROG_* macros
|
|
68a4dd43
|
1997-04-16T05:22:57
|
|
bug fixes
|
|
cffe5066
|
1997-04-04T02:27:35
|
|
texinfo install fix
|
|
88873784
|
1997-03-19T23:58:50
|
|
nothing
|
|
6c3389c5
|
1997-03-11T06:23:20
|
|
c++ -vs- libobjs fix
|
|
919fcce0
|
1997-02-22T00:02:02
|
|
handle c++ yacc/lex
|
|
1b10e923
|
1997-02-21T07:50:43
|
|
many fixes
|
|
056e9fa1
|
1997-02-05T05:41:24
|
|
bug fix
|
|
28733ff6
|
1997-01-08T01:12:46
|
|
added no-texinfo.tex option
|
|
53e692b2
|
1996-10-20T18:14:04
|
|
bug fix
|
|
42d354d3
|
1996-10-17T20:16:33
|
|
lisp bug fixes
|
|
d6323e3b
|
1996-10-11T05:24:59
|
|
gettext fixlet
|
|
c353c2ba
|
1996-10-10T22:26:34
|
|
Various bug fixes
|
|
98eb9e29
|
1996-10-04T02:58:19
|
|
Allow all variables to be overridden
|
|
11603146
|
1996-09-17T06:16:32
|
|
more spell-checking.
don't put configure subs into _DEPENDENCIES
|
|
642c6533
|
1996-09-08T20:15:14
|
|
Doc updates. Bug fixes. Removed old files. Check versions
|
|
89d00298
|
1996-08-27T05:53:57
|
|
More fixes
|
|
18518e21
|
1996-08-24T16:20:57
|
|
m4 fixes
|
|
0f51c5ec
|
1996-08-11T18:13:36
|
|
Remove generated files at clean time
|
|
43c3b86d
|
1996-08-04T21:04:56
|
|
Even more bug fixes
|
|
b9c56835
|
1996-08-04T20:39:35
|
|
More fixes
|
|
0f687c31
|
1996-08-04T19:38:04
|
|
Bug fix
|
|
d7517012
|
1996-08-04T19:13:40
|
|
Bug and doc fixes
|
|
aae0e0d8
|
1996-05-29T16:36:48
|
|
New config.sub and config.guess
|
|
a3281f5b
|
1996-05-23T16:05:41
|
|
Bug fix
|
|
6aaa39e2
|
1996-05-22T15:52:02
|
|
Bug fix
|
|
e87494fd
|
1996-04-25T23:15:13
|
|
Added test
|
|
20de88a6
|
1996-04-25T02:42:17
|
|
Fixlets
|
|
a9354829
|
1996-03-28T06:34:13
|
|
Bug fixes. Added new test.
|
|
194e1e37
|
1996-03-05T04:12:49
|
|
Bug and doc fixes
|
|
c1aca759
|
1996-03-02T22:52:54
|
|
Bug fixes
|
|
5f087b50
|
1996-03-02T05:54:34
|
|
Bug fixes
|
|
c9156c86
|
1996-02-12T17:45:39
|
|
Bug fix, plus test
|
|
4ab44658
|
1996-02-08T22:37:18
|
|
Changes from Greg Woods
|
|
688dc11d
|
1996-01-03T21:14:41
|
|
Nothing
|
|
e65d07e1
|
1995-12-09T00:30:03
|
|
Bug fixes.
Changes for new naming scheme
|
|
2982a1ac
|
1995-11-29T22:31:44
|
|
Initial revision
|