|
546c5271
|
1999-04-27T13:57:07
|
|
* automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
Minor rewrite for clarity.
(check_canonical_spelling): Prefer `$1' over `\1'.
* depend2.am (@OBJ@): Renamed. Use @SOURCE@, @COMPILE@. Always
use `-o $@'.
(@LTOBJ@): Likewise.
* automake.in (handle_single_transform_list): Don't print rule if
doing dependency tracking and the file's language supports it.
(initialize_per_input): Initialize lang_specific_files.
(add_depend2): New function.
(handle_dependencies): Use it.
* automake.in (lang_ppf77_finish): Use lang_f77_finish.
ratfor compiler name is `RCOMPILE'. ppf77 compiler name changed
to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
directory.
(lang_ratfor_finish): Use lang_f77_finish.
* compile.am (NOTDEPEND.c.o): Removed.
(OBJEXT.c.obj): Likewise.
* automake.in: Added `flags' attribute to all relevant languages.
(handle_single_transform_list): Handle per-derived-object flags.
Changed interface and all callers.
(handle_built_sources): Don't call handle_single_transform_list.
Added `compile' and `compiler-name' attribute to all relevant
languages.
(finish_languages): Define compiler variables here.
(lang_cxx_finish): Don't call define_compiler_variable. Don't
define flag variable or .o rules. Don't add to @suffixes.
(lang_f77_finish): Likewise.
(lang_ppf77_finish): Likewise.
(lang_objc_finish): Likewise.
(lang_java_finish): Likewise.
(finish_languages): Define flag variable here.
Added `output-arg' attribute to all relevant languages.
(finish_languages): Define `.o' rules here.
(finish_languages): Put extension on @suffixes.
(get_object_extension): Don't transform NOTDEPEND or MINUSO.
|
|
15ce645a
|
1999-04-09T23:05:53
|
|
* automake.in (handle_source_transform): Handle dist and nodist
prefixes.
(initialize_per_input): Initialize dist_sources.
(check_libobjs_sources): Handle dist and nodist prefixes.
(generate_makefile): Define DIST_SOURCES.
* dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.
|
|
a4d219cd
|
1999-04-09T22:27:13
|
|
* automake.texi (Macros): Mention AM_PROG_GCJ.
(Java Support): New node.
(Dist): Documented dist_ and nodist_ prefixes.
* m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
|
|
6921e816
|
1999-03-27T00:28:05
|
|
* scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
(uninstall-@DIR@SCRIPTS): Likewise.
* progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
(uninstall-@DIR@PROGRAMS): Likewise.
* ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
(uninstall-@DIR@LTLIBRARIES): Likewise.
* lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
(uninstall-@DIR@LISP): Likewise.
* libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
(uninstall-@DIR@LIBRARIES): Likewise.
* java.am (install-@DIR@JAVA): Use NDIR when appropriate.
(uninstall-@DIR@JAVA): Likewise.
* header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
(uninstall-@DIR@HEADERS): Likewise.
* data.am (install-@DIR@DATA): Use NDIR when appropriate.
(uninstall-@DIR@DATA): Likewise.
* Makefile.in: Rebuilt.
* Makefile.am (dist_pkgdata_DATA): Renamed.
(EXTRA_DIST): Removed.
(install-data-hook): Added POST_INSTALL; print commands as they
are run; respect DESTDIR.
* dist-vars.am (DISTFILES): Removed $(HEADERS).
* automake.in (am_install_var): Accept `-candist' and
`-defaultdist' options. Handle `dist_' and `nodist_' prefixes.
(am_primary_prefixes): Added can_dist argument. Recognize `dist_'
and `nodist_' prefixes.
(handle_scripts): Pass -candist to am_install_var.
(handle_data): Pass -defaultdist to am_install_var.
(handle_headers): Likewise.
(handle_emacs_lisp): Pass -candist to am_install_var.
(handle_java): Pass -candist to am_install_var.
|
|
14bc46e8
|
1999-03-26T22:51:13
|
|
Updated NEWS
|
|
dd6c734c
|
1999-01-10T21:01:06
|
|
1999-01-10 Tom Tromey <tromey@cygnus.com>
* automake.in (objc_extensions): New sub.
(handle_dependencies): Only generate dependency-tracking code for
ObjC when ObjC source seen.
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.
|
|
5b2b39cc
|
1998-12-02T12:48:21
|
|
Updated NEWS
|
|
cb0d31f8
|
1998-10-30T14:04:49
|
|
* automake.in (MACRO_PATTERN): Recognize `+='.
(BOGUS_MACRO_PATTERN): Likewise.
(read_am_file): Handle `+=' assignments.
|
|
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.
|
|
dee4d56f
|
1998-10-03T18:26:55
|
|
* automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
conditional.
(handle_configure): Likewise.
(read_am_file): Likewise.
(file_contents_with_transform): Likewise.
(scan_one_configure_file): Recognize that AM_MAINTAINER_MODE
defines a conditional.
* automake.texi (Optional): Document new AM_MAINTAINER_MODE.
* texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE
conditional.
(maintainer-clean-@VTI@): Likewise.
* remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE
conditional.
* remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at
MAINTAINER_MODE conditional.
* m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE
conditional.
|
|
f00e3de5
|
1998-10-01T01:31:07
|
|
* depend2.am (%.o): Handle deleted header file problem.
(%.lo): Likewise.
|
|
e29e1f59
|
1998-09-29T01:48:02
|
|
Updated for new features
|
|
af650dd5
|
1998-08-12T20:17:43
|
|
upped to 1.3b
|
|
b5b61792
|
1998-07-17T17:22:43
|
|
AM_MAKEFLAGS patch from Ian
|
|
569e3497
|
1998-06-01T23:12:20
|
|
Added AM_ flags support
|
|
42edeab6
|
1998-04-05T22:50:32
|
|
upped to version 1.3
|
|
8b9a5afd
|
1998-03-23T18:31:50
|
|
updated NEWS
|
|
2fb735d0
|
1998-03-21T06:00:19
|
|
updated NEWS
|
|
77518b4d
|
1998-03-20T21:02:39
|
|
ansi2knr updates from harlan stenn
|
|
5b709c5b
|
1998-03-20T20:13:07
|
|
updated docs for DESTDIR
|
|
4816911e
|
1998-03-19T07:51:31
|
|
upped to 1.2g for Per
|
|
44cfa063
|
1998-03-19T00:30:17
|
|
initial java support
|
|
cdc9dd81
|
1998-02-24T21:17:16
|
|
updated NEWS
|
|
46d1e88d
|
1998-02-13T07:31:03
|
|
upped to 1.2e
|
|
3984c200
|
1998-02-13T07:27:36
|
|
side-effect dependency tracking
|
|
e997d842
|
1997-11-30T05:12:04
|
|
added new test
|
|
1ad64040
|
1997-11-26T21:48:09
|
|
upped to 1.2d
|
|
1b5fea19
|
1997-10-25T05:51:45
|
|
yaccflags fix
|
|
7eacde0b
|
1997-10-25T05:08:42
|
|
added assembler support
|
|
92e7f9f8
|
1997-09-29T19:26:23
|
|
fixed 'make dist'
|
|
783bc580
|
1997-09-25T05:57:07
|
|
nothing
|
|
b79da84a
|
1997-08-26T17:16:10
|
|
added comment
|
|
2deb04fc
|
1997-06-23T02:16:40
|
|
nothing
|
|
e5d799a2
|
1997-05-01T01:45:54
|
|
dist fix
|
|
d601f421
|
1997-04-28T05:59:44
|
|
added Ian's conditionals
|
|
52a7eb6b
|
1997-04-28T03:31:07
|
|
nothing
|
|
753ec470
|
1997-04-04T02:46:06
|
|
release note
|
|
9bac5002
|
1997-03-22T05:40:13
|
|
new files from elsewhere
|
|
9c2ae2af
|
1997-03-20T23:51:34
|
|
cygwin32 support
|
|
09bb43da
|
1997-03-19T05:37:03
|
|
fixed up "missing" support
|
|
a6655646
|
1997-02-23T19:41:20
|
|
allow texinfo files w/o .info extension
|
|
ea672ae7
|
1997-02-22T23:07:46
|
|
remove MANS from dist
|
|
8eaa030c
|
1996-12-10T00:19:31
|
|
nothing
|
|
f67cc5bd
|
1996-12-06T01:25:58
|
|
bug fix and new test
|
|
38bca416
|
1996-12-04T02:04:43
|
|
Fixes from Gord
|
|
37ebfe30
|
1996-12-02T21:26:23
|
|
nothing
|
|
62ede0bc
|
1996-11-22T07:25:41
|
|
libtool cleanups
|
|
2a4fc173
|
1996-11-16T01:43:23
|
|
Installed Gord's library changes
|
|
ee31c619
|
1996-11-15T06:54:00
|
|
Bug fixes
|
|
4fc97ccb
|
1996-11-08T22:21:09
|
|
More Cygnus fixes
Handle OMIT_DEPENDENCIES
|
|
7778332f
|
1996-10-25T04:03:53
|
|
auto-discover configure substitutions
|
|
35bc95c9
|
1996-10-06T19:24:34
|
|
Some aclocal bug fixes
|
|
d1eaef6e
|
1996-10-06T07:45:00
|
|
Final updates
|
|
c19b5620
|
1996-10-06T03:55:55
|
|
Many bug fixes
|
|
7930983a
|
1996-09-23T06:30:19
|
|
added dist-all. bug fix with internal _DEPENDENCIES vars
|
|
d1f587df
|
1996-09-20T16:14:24
|
|
nothing
|
|
ed83ce6a
|
1996-09-18T05:47:27
|
|
Don't distribute BUILT_SOURCES or DATA
|
|
6e89d0af
|
1996-09-12T05:58:41
|
|
Gnits standards compliance
|
|
45a3c61b
|
1996-09-11T18:32:38
|
|
Last-minute bug fixes; moved to 1.1e
|
|
314dd9a1
|
1996-09-05T03:02:31
|
|
Rewrote dependency handling
|
|
75349f4b
|
1996-08-27T05:19:33
|
|
Do variable interpolation
|
|
f1a4268a
|
1996-08-11T20:47:15
|
|
Fixlets
|
|
a004f05f
|
1996-08-11T19:28:08
|
|
Nothing
|
|
ef7c1e8b
|
1996-08-11T18:51:18
|
|
Determine _DEPENDENCIES automatically
|
|
0f51c5ec
|
1996-08-11T18:13:36
|
|
Remove generated files at clean time
|
|
c98183d6
|
1996-08-11T07:42:38
|
|
Better C++, yacc, lex support
|
|
293f0a04
|
1996-08-10T23:15:36
|
|
ansi2knr rework. strtod fix. aclocal fixes
|
|
ae0c9a76
|
1996-08-05T22:45:55
|
|
Better aclocal/AM_ support
|
|
38c33e96
|
1996-08-05T07:05:43
|
|
Nothing
|
|
9628f3ab
|
1996-08-03T03:13:22
|
|
Nothing
|
|
52aa7739
|
1996-07-28T17:54:08
|
|
Include aclocal
|
|
9e57dd02
|
1996-06-22T00:29:18
|
|
Added --no-force. Bug fix
|
|
1fb33521
|
1996-06-11T04:52:26
|
|
Bug fixes
|
|
3fa2bf10
|
1996-06-02T17:14:29
|
|
Bug fixes. More dejagnu support
|
|
fdbf01e9
|
1996-05-29T01:30:36
|
|
Nothing
|
|
69d3acec
|
1996-05-29T01:29:57
|
|
Nothing
|
|
2ed82e7f
|
1996-05-25T16:38:12
|
|
Added support for DejaGNU
|
|
05f8cfd9
|
1996-05-23T16:17:06
|
|
Run installcheck target from distcheck
|
|
69f7e293
|
1996-05-18T01:03:04
|
|
Bug fixes
|
|
30c068a4
|
1996-05-16T04:33:51
|
|
Fixes
|
|
aeb7b42c
|
1996-04-27T19:23:49
|
|
More fixes
|
|
da4cbde3
|
1996-04-10T05:15:21
|
|
Bug fixes
|
|
e300eb85
|
1996-04-05T07:44:21
|
|
Bug fix
|
|
564bf722
|
1996-03-29T06:20:18
|
|
Preliminary libtool support
|
|
22112953
|
1996-03-28T23:34:34
|
|
Implemented dist-local idea
|
|
6c85246d
|
1996-03-28T18:41:20
|
|
Find mdate-sh and mkinstalldirs in AC_CONFIG_AUX_DIR
|
|
a9354829
|
1996-03-28T06:34:13
|
|
Bug fixes. Added new test.
|
|
0c364689
|
1996-03-12T05:33:18
|
|
Added Gord's check change.
Check ALL_LINGUAS.
|
|
af56fbca
|
1996-03-06T00:29:35
|
|
Bug fixes
|
|
194e1e37
|
1996-03-05T04:12:49
|
|
Bug and doc fixes
|
|
5f087b50
|
1996-03-02T05:54:34
|
|
Bug fixes
|
|
10c6788b
|
1996-03-01T07:27:25
|
|
Manual reworking
|
|
821ce280
|
1996-02-27T05:55:13
|
|
Bug fixes. Rewrote docs
|
|
0d1434f3
|
1996-02-18T00:39:25
|
|
Bug fixes
|
|
db5128c3
|
1996-02-16T06:06:46
|
|
Beginnings of yacc support. More for C++
|
|
9a34f03c
|
1996-02-15T04:26:28
|
|
Nothing
|
|
8d16677b
|
1996-02-14T15:52:34
|
|
Error messages refer to line numbers
|
|
8da47dfc
|
1996-02-12T06:27:59
|
|
Can put version in AUTOMAKE_OPTIONS. Bug fixes
|
|
0d25aa5d
|
1996-02-11T23:36:19
|
|
Beginnings of MAINT_CHARSET support
|
|
e24e3bdc
|
1996-02-11T00:35:29
|
|
Beginnings of test suite
|