|
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], ...)'.
|
|
0e53159e
|
2001-03-08T13:23:18
|
|
* automake.in: Use -w.
Normalize all use of `$lang . '-foo'' into `"$lang-foo"'.
(&parse_arguments): Support --Werror and --Wno-error as a
temporary hack until --warning/-W is properly implemented.
(&handle_single_transform_list): Prototype.
Be sure to define $directory.
Use `exists' instead of testing the value of a maybe undefined
hash value.
(&add_depend2, &handle_configure, &handle_footer, &file_contents)
(&handle_factored_dependencies): Use defined values.
(&scan_one_autoconf_file): Save $_.
* tests/lex2.test, tests/sinclude.test, tests/suffix3.test:
Run automake with --Wno-error.
|
|
0b6882f6
|
1998-04-05T21:27:04
|
|
updated test for error->warning change
|
|
de473fa8
|
1998-03-21T05:57:11
|
|
lex fixes for hpux from alexandre oliva
|
|
1910a4e5
|
1997-10-21T18:08:49
|
|
no longer require @LEXLIB@
|
|
119b28ec
|
1997-03-16T22:29:11
|
|
test fixups
better error message w/ seen_c_source
|
|
ff85a929
|
1996-10-11T07:03:14
|
|
better lex error message
|