|
1c4a810c
|
2001-07-17T05:53:49
|
|
Report from Motoyuki Kasahara:
* tests/make.test: Use am__include.
* tests/exsource.test: Use am__include.
* m4/make.m4 (AM_MAKE_INCLUDE): Use am__include and am__quote.
* automake.in (handle_languages): Use am__include and am__quote.
|
|
ba60cd83
|
2001-05-15T18:04:56
|
|
Fixes PR automake/175:
* tests/target-cflags.test: Use $needs_gnu_make.
* tests/exsource.test: Use $needs_gnu_make.
* tests/make.test: Require GNU make.
* tests/defs (needs_gnu_make): Compute.
|
|
5871219c
|
2001-04-09T14:50:53
|
|
Use AM_CONDITIONAL and if/endif for AMDEP.
* m4/depend.m4 (AM_DEP_TRACK): Use AM_CONDITIONAL to define AMDEP.
* automake.in (&add_depend2): Transform %AMDEP% into `AMDEP' (leading
to a configure time if/endif), or to `FALSE' (static removal of
the code).
(&handle_dependencies): Adjust to use `AMDEP_TRUE'.
* depend2.am: Use if/endif.
Adjust the 101 tests that use dependencies so that they
properly invoke aclocal before automake. They need to `see'
`AM_CONDITIONAL([AMDEP], ...)'.
|
|
828fcc88
|
2001-02-16T06:16:27
|
|
* tests/subobj3.test: Exit with status 77 if gcc not found.
* tests/pr9.test: Exit with status 77 if gzip not found.
* tests/pr87.test: Exit with status 77 if gcc not found.
* tests/pr19.test: Exit with status 77 if gzip or gcc not found.
* tests/install2.test: Exit with status 77 if gzip not found.
* tests/exsource.test: Exit with status 77 if GNU make not found.
* tests/ansi3.test: Exit with status 77 if gcc not found.
* tests/target-cflags.test: Require GNU make. Exit with status 77
if gcc or make not found. Fixes PR automake/121.
|
|
68cbb321
|
2001-02-08T05:48:09
|
|
* automake.in (handle_dependencies): Use _am_include, not
AMINCLUDE.
* tests/exsource.test: Use _am_include, not AMINCLUDE.
* m4/make.m4 (AM_MAKE_INCLUDE): Use _am_include, not AMINCLUDE.
|
|
f8a4ccd9
|
2001-02-06T15:03:59
|
|
* automake.in (handle_dependencies): Rename AM_INCLUDE to
AMINCLUDE.
* m4/make.m4 (AM_MAKE_INCLUDE): Likewise.
* tests/exsource.test: Likewise.
|
|
3e199386
|
2001-02-05T06:58:21
|
|
* exsource.test: Updated for new include code.
|
|
4f4b76fa
|
1999-11-23T04:58:16
|
|
* exsource.test: Don't use configure substitution in _SOURCES.
* depend.test: Don't use configure substitution in _SOURCES.
|
|
9ae48df8
|
1999-11-21T21:35:41
|
|
Merged from user-dep-gen-branch.
|
|
c7266e91
|
1998-09-26T18:32:31
|
|
Test suite updates for the @SHELL@ change:
* exsource.test: Set SHELL on `make' command line.
* ansi.test: Set SHELL on `make' command line.
* texinfo.test: Set SHELL on `make' command line.
* insh2.test: Set SHELL on `make' command line.
* empty.test: Rewrite @SHELL@ to /bin/sh.
|
|
aae29754
|
1997-04-09T01:36:35
|
|
tests respect MAKE
|
|
931ea4e5
|
1997-03-20T07:38:20
|
|
fixlets
|
|
6e083c82
|
1996-11-15T07:14:37
|
|
Updated tests for new CC checking
|
|
2f78657f
|
1996-08-08T20:02:46
|
|
Another test
|