{
# Set location of depcomp.
define_variable ('depcomp', INTERNAL,
- '$(SHELL) $(am__config_aux_dir)/depcomp');
+ '$(SHELL) $(am.conf.aux-dir)/depcomp');
require_conf_file ("$am_file.am", FOREIGN, 'depcomp');
}
elsif ($config_aux_dir_set_in_configure_ac)
{
- $texinfodir = '$(am__config_aux_dir)';
+ $texinfodir = '$(am.conf.aux-dir)';
define_variable ('TEXINFO_TEX', INTERNAL, "$texinfodir/texinfo.tex");
$need_texi_file = 2; # so that we require_conf_file later
}
require_variables ($elfiles[0][0], "Emacs Lisp sources seen", TRUE,
'EMACS', 'lispdir');
require_conf_file ($elfiles[0][0], FOREIGN, 'elisp-comp');
- define_variable ('elisp_comp', INTERNAL, '$(am__config_aux_dir)/elisp-comp');
+ define_variable ('elisp_comp', INTERNAL, '$(am.conf.aux-dir)/elisp-comp');
}
# Handle Python
require_variables ($pyfiles[0][0], "Python sources seen", TRUE, 'PYTHON');
require_conf_file ($pyfiles[0][0], FOREIGN, 'py-compile');
- define_variable ('py_compile', INTERNAL, '$(am__config_aux_dir)/py-compile');
+ define_variable ('py_compile', INTERNAL, '$(am.conf.aux-dir)/py-compile');
}
# Handle Java.
# FIXME: for now, no line number.
require_conf_file ($configure_ac, FOREIGN, 'ylwrap');
- define_variable ('YLWRAP', INTERNAL, '$(am__config_aux_dir)/ylwrap');
+ define_variable ('YLWRAP', INTERNAL, '$(am.conf.aux-dir)/ylwrap');
}
# Given a hash table of linker names, pick the name that has the most
# of $am_config_aux_dir here is deliberate and necessary.
elsif ($dir eq $config_aux_dir)
{
- push_dist_common ('$(am__config_aux_dir)/' . $file);
+ push_dist_common ('$(am.conf.aux-dir)/' . $file);
}
# FIXME: another spacial case, for AC_LIBOBJ/AC_LIBSOURCE support.
# We probably need some refactoring of this function and its callers,
# Must do this after reading .am file.
define_variable ('subdir', INTERNAL, $relative_dir);
- define_variable ('am__config_aux_dir', INTERNAL, $am_config_aux_dir);
+ define_variable ('am.conf.aux-dir', INTERNAL, $am_config_aux_dir);
# If DIST_SUBDIRS is defined, make sure SUBDIRS is, so that
# recursive rules are enabled.