]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (am_print_error): New function.
authorTom Tromey <tromey@redhat.com>
Fri, 27 Jul 2001 00:02:43 +0000 (00:02 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 27 Jul 2001 00:02:43 +0000 (00:02 +0000)
commit3750638682f8d8ac67bdeb4f31058e402a7f8c46
tree277288a2c7f7c46fbe7a7a7229116b517e3193f4
parent548fc006b6755e9f60491e097733d3db82790d0b
* automake.in (am_print_error): New function.
(am_error): Use it.
(am_file_error): Likewise.
(am_line_error): Likewise.
(am_conf_error): Likewise.
(am_conf_line_error): Likewise.

* automake.texi (Options): Document no-exeext.
* automake.in (handle_options): Recognize no-exeext.
(rule_define): Handle no-exeext.
* tests/Makefile.am (TESTS): Added new file.
* tests/exeext2.test: New file.

* automake.in (make_input_list): Removed.
(scan_autoconf_config_files): Don't add to make_input_list.
(scan_one_autoconf_file): Don't use make_input_list.
(scan_autoconf_files): Use make_list, not make_input_list.
(scan_autoconf_files): Likewise.

* automake.in (seen_exeext): Removed.
(generate_makefile): Don't define EXEEXT or OBJEXT.
(scan_one_autoconf_file): Don't check for AC_EXEEXT.
(am_install_var): Don't check $seen_exeext.
(handle_programs): Likewise.
(rule_define): Allow x to override x$(EXEEXT), for now.
(file_contents_internal): Only define rule if rule_define allows
us to.
* m4/init.m4 (AM_INIT_AUTOMAKE): Define EXEEXT and OBJEXT.
ChangeLog
TODO
automake.in
automake.texi
m4/init.m4
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/exeext2.test [new file with mode: 0755]
version.texi