diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2004-04-12 19:19:16 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2004-04-12 19:19:16 +0000 |
commit | ce228aea5c3d12adb32a455b0ec5ee75a2db83f8 (patch) | |
tree | e1f4faae574d303cbf81b732227b6896fa1e0e66 /TODO | |
parent | 61dbc304b53d20703de8cdcb883d6efd3a18c311 (diff) | |
download | automake-ce228aea5c3d12adb32a455b0ec5ee75a2db83f8.tar.gz |
* automake.in (@config_aux_path, $config_aux_dir): Rename as ...
($config_aux_dir, $am_config_aux_dir): ... these.
($config_aux_dir_set_in_configure_in): Rename as ...
($config_aux_dir_set_in_configure_ac): ... this.
(%require_file_found): Rename as ...
(%required_file_not_found): ... this.
(handle_languages, handle_texinfo_helper, handle_dist,
handle_configure, handle_emacs_lisp, handle_python,
scan_autoconf_traces, yacc_lex_finish_helper): Adjust to new names.
(scan_autoconf_traces): Call locate_aux_dir.
(locate_aux_dir): New function.
(@require_file_paths): Remove, not used anymore.
(require_file_internal): Look files in only one directory (instead
of @require_file_internal) passed in argument.
(require_file, require_conf_file): Pass the destination directory
to require_file_internal.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -257,10 +257,6 @@ suffix rules. So for instance if you had a `.x.y:' rule, and automake saw a `.x' file, it would automatically build and install the corresponding `.y' file.] -!! Must fix require_file stuff. It is really gross, and I don't - understand it any more. - [ Seconded. ] - Jim's idea: should look for @setfilename and warn if filenames too long * guess split size |