[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kde-common/admin
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-09-19 14:53:38
Message-ID: 1127141618.777776.13856.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 461978 by mueller:

restore "defaulting to unsermake"



 M  +2 -2      detect-autoconf.pl  


--- branches/KDE/3.5/kde-common/admin/detect-autoconf.pl #461977:461978
@@ -132,9 +132,9 @@
 $automake = findBest('automake', @paths);
 $unsermake = "";
 # backward compatible: if $UNSERMAKE points to a path, use it
-$unsermake = findProgram('unsermake') if ($ENV{'UNSERMAKE'} =~ /\//);
+$unsermake = findProgram('unsermake') if (defined($ENV{'UNSERMAKE'}) and $ENV{'UNSERMAKE'} =~ /\//);
 # new compatible: if it says 'yes', use the one from path
-$unsermake = which('unsermake') if ($ENV{'UNSERMAKE'} eq 'yes');
+$unsermake = which('unsermake') if ($ENV{'UNSERMAKE'} ne 'no');
 
 ($automake_suffix) = $automake =~ /.*automake(.*)$/;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic