2001-07-19 Tom Tromey <tromey@redhat.com>
authorTom Tromey <tromey@redhat.com>
Fri, 20 Jul 2001 01:25:14 +0000 (01:25 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 20 Jul 2001 01:25:14 +0000 (01:25 +0000)
commit50bea03197327850050e0c05321f3c6345699a2a
tree27393d55f371a642bc4b98b0cbe7887bf85bfcfe
parent0a3bbd519e032a90e3063d84e2b05aad547608c9
2001-07-19  Tom Tromey  <tromey@redhat.com>
            Alexandre Duret-Lutz  <duret_g@epita.fr>

Fix for ccnoco.test, subobj8.test:
* m4/Makefile.am (m4data_DATA): Added auxdir.m4.
* tests/Makefile.am (XFAIL_TESTS): Removed ccnoco.test,
subobj8.test.
* m4/minuso.m4 (AM_PROG_CC_C_O): Use absolute path to compile.
Use AM_AUX_DIR_EXPAND.
* lib/compile: Handle case where `-o' argument is the name of an
executable, not an object file.
* m4/auxdir.m4: New file, from...
* m4/missing.m4: ... here.  Moved AM_AUX_DIR_EXPAND.
* automake.in (handle_single_transform_list, lang_c_rewrite):
Require compile using `require_config_file'.
ChangeLog
automake.in
lib/compile
m4/Makefile.am
m4/Makefile.in
m4/auxdir.m4 [new file with mode: 0644]
m4/minuso.m4
m4/missing.m4
tests/Makefile.am
tests/Makefile.in