Changeset 1057:88df4dbe2b64 in roaraudio


Ignore:
Timestamp:
12/24/08 11:08:54 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

call xmms plugin configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1055 r1057  
    8080   echo '--runtime-detect            - do as much as posible auto detecting on runtime (for distributors)' 
    8181   echo '--ao-install-dir DIR' 
     82   echo '--xmms-install-dir DIR' 
    8283   echo '--prefix DIR' 
    8384   echo '--prefix-bin DIR' 
     
    125126  '--ao-install-dir') 
    126127   AO_INST_DIR="$2" 
     128   shift; 
     129  ;; 
     130  '--xmms-install-dir') 
     131   XMMS_INST_DIR="$2" 
    127132   shift; 
    128133  ;; 
     
    599604 ./configure --force-have-roar --inst-dir "$AO_INST_DIR" 
    600605fi 
     606 
     607echo 'running xmms plugin configure...' 
     608 cd ../xmms/ 
     609if [ "$XMMS_INST_DIR" = '' ] 
     610then 
     611 ./configure --force-have-roar 
     612else 
     613 ./configure --force-have-roar --inst-dir "$XMMS_INST_DIR" 
     614fi 
     615 
    601616cd ../.. 
    602617 
Note: See TracChangeset for help on using the changeset viewer.