If OBJEXT and EXEEXT are not set, provide a default value, and use
authorAkim Demaille <akim@epita.fr>
Mon, 5 Mar 2001 15:03:00 +0000 (15:03 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 5 Mar 2001 15:03:00 +0000 (15:03 +0000)
commit65e17bced0173dae2d527499644279cd3345d393
tree98e2af5273723e79000ea6054c1c87914e8e22dd
parent44d822147c23da70ec1864def7ca82a4d8447992
If OBJEXT and EXEEXT are not set, provide a default value, and use
them unconditionally.
* automake.in (&generate_makefile): Provide default values for
EXEEXT and OBJEXT.
(&get_object_extension, &finish_languages)
(&handle_single_transform_list, &handle_programs, &add_depend2)
(&check_cygnus, &lang_c_finish, am_install_var): Don't bother with
them, they are defined.
* compile.am, depend2.am, program.am, progs.am: Likewise.
* remake-hdr.am: Fix a typo.
* tests/cxxo.test, tests/fo.test, tests/implicit.test,
* tests/interp.test, tests/subobj.test, tests/subobj2.test,
* tests/suffix2.test: Adjust.
17 files changed:
ChangeLog
automake.in
compile.am
depend2.am
lib/am/compile.am
lib/am/depend2.am
lib/am/program.am
lib/am/progs.am
program.am
progs.am
tests/cxxo.test
tests/fo.test
tests/implicit.test
tests/interp.test
tests/subobj.test
tests/subobj2.test
tests/suffix2.test