1
1

For the time being, remove autogen.sh-generated files in autogen.pl.

They conflict with the new way we're doing things, so just delete them
automatically so that developers don't have to do this manually.

We'll eventually remove this section as it will become irrelevant over
time. 

This commit was SVN r23765.
Этот коммит содержится в:
Jeff Squyres 2010-09-18 04:36:25 +00:00
родитель 40a2bfa238
Коммит 6729ba4467

Просмотреть файл

@ -926,6 +926,25 @@ if ($include_arg) {
#---------------------------------------------------------------------------
##########################################################################
# Temporary: while we're transitioning from autogen.sh, remove some of
# the old generated .m4 files, just so that we don't automatically
# pick them up (because they'll cause problems / conflicts with
# the autogen.pl-generated .m4 file).
##########################################################################
++$step;
verbose "\n$step. Remove autogen.sh-generated files (this is a temporary step!)\n\n";
unlink("config/mca_m4_config_include.m4");
unlink("config/mca_no_configure_components.m4");
unlink("config/ext_no_configure_components.m4");
unlink("config/ext_m4_config_include.m4");
unlink("config/project_list.m4");
##########################################################################
#---------------------------------------------------------------------------
# Find projects, frameworks, components
++$step;
verbose "\n$step. Searching for projects, MCA frameworks, and MCA components\n";