The most recent version copied. Do not modify this instance (RW in ./org.glite.lb).
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 16 Feb 2011 12:22:52 +0000 (12:22 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 16 Feb 2011 12:22:52 +0000 (12:22 +0000)
org.glite.lb.logger-msg/configure

index 76e67f9..3258454 100755 (executable)
@@ -127,18 +127,19 @@ my %externs = (
        },
        postgresql => {
                prefix=> '/usr'
-       }
+       },
        activemq => {
-               prefix=>'/opt/activemq-cpp-library'
-       }
+               prefix=>'/opt/activemq-cpp-library',
+               pkg => 'activemq-cpp'
+       },
        apr => {
                prefix=>'/opt/apr',
                pkg => 'apr-1'
-       }
+       },
        aprutil => {
                prefix=>'/opt/apr-util',
                pkg => 'apr-util-1'
-       }
+       },
 );
 
 my %jar = (
@@ -827,9 +828,6 @@ sub mode_etics {
 # XXX: gridsite hack
                $conftag = $subsys eq 'gridsite' ? "$conf_prefix{$subsys}$subsys-${module}_R_${major}_${minor}_${rev}" : 
                        "$conf_prefix{$subsys}$subsys-${module}_R_${major}_${minor}_${rev}_${age}"; }
-       if ($emi) {
-               $age = "${age}emi";
-       } 
 
        my $file = $output ? $output : "$conf.ini";
        open C,">$file" or die "$file: $!\n";