This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit change for #15600.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 29 Mar 2002 15:10:12 +0000 (15:10 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 29 Mar 2002 15:10:12 +0000 (15:10 +0000)
p4raw-id: //depot/metaconfig@15601

U/perl/versiononly.U

index 01203a8..abb4af5 100644 (file)
@@ -24,6 +24,8 @@
 ?S:    pages installed.
 ?S:    Usually, this is undef.
 ?S:.
+?LINT:extern inc_version_list
+?LINT:change inc_version_list
 : determine whether to only install version-specific parts.
 echo " "
 $cat <<EOM
@@ -43,3 +45,9 @@ esac
 set versiononly
 eval $setvar
 
+case "$versiononly" in
+"$define") inc_version_list=''
+           inc_version_list_init=0
+           ;;
+esac
+