7da55a2 Ticket 47436 - 389-ds-base - shebang with /usr/bin/env

Authored and Committed by mreynolds 10 years ago
    Ticket 47436 - 389-ds-base - shebang with /usr/bin/env
    
    Bug Description:  There might be an issue that the script is executed
                      with unwanted version of <lang> if that language is
                      provided by enabled software collection.
    
    Fix Description:  Added new configure option to set the perl directory.
                      This new option can be added to the spec file for
                      official RHEL/Fedora releases.
    
                      The main code change was in configure.ac
    
    https://fedorahosted.org/389/ticket/47436
    
    Reviewed by: rmeggins(Thanks!)
    
        
file modified
+2548 -2402
file modified
+196 -138
file modified
+7 -2
file modified
+105 -77
file modified
+47 -41
file modified
+86 -6
file modified
+23 -1
file modified
+269 -185
file modified
+145 -260