Changeset 1705:70de81e67cd2 in roaraudio


Ignore:
Timestamp:
05/14/09 14:15:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

write $subdir_plugins_* to Makefile.conf if configure script did not fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1704 r1705  
    689689#                #define                 subdir       name          -lxxx      -- header 
    690690test_lib_defmake ROAR_HAVE_ESD           libroaresd   EsounD        esd        -- esd.h 
    691 test_lib_defmake ROAR_HAVE_LIBAO         plugins/ao   libao         ao         -- ao/ao.h ao/plugin.h 
     691test_lib_defmake ROAR_HAVE_LIBAO         %            libao         ao         -- ao/ao.h ao/plugin.h 
    692692test_lib_defmake ROAR_HAVE_LIBOGG        %            libogg        ogg        -- ogg/ogg.h 
    693693test_lib_defmake ROAR_HAVE_LIBVORBIS     %            libvorbis     vorbis     -- vorbis/codec.h 
     
    13691369echo '//ll' >&5 
    13701370 
     1371echo >&4 
     1372echo >&4 
     1373 
    13711374cd plugins 
    13721375 
     
    13771380 if [ "$AO_INST_DIR" = '' ] 
    13781381 then 
    1379   ./configure --force-have-roar 
     1382  ./configure --force-have-roar                           && \ 
     1383    echo "subdir_plugins_ao=plugins/ao" >&4 
    13801384 else 
    1381   ./configure --force-have-roar --inst-dir "$AO_INST_DIR" 
     1385  ./configure --force-have-roar --inst-dir "$AO_INST_DIR" && \ 
     1386    echo "subdir_plugins_ao=plugins/ao" >&4 
    13821387 fi 
    13831388 cd .. 
     
    13901395 echo 'running xmms plugin configure...' 
    13911396 cd xmms/ 
    1392   ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$XMMS_INST_DIR" 
     1397  ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$XMMS_INST_DIR" && \ 
     1398    echo "subdir_plugins_xmms=plugins/xmms" >&4 
    13931399 cd .. 
    13941400else 
     
    14001406 echo 'running Audacious plugin configure...' 
    14011407 cd audacious/ 
    1402   ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$AUDACIOUS_INST_DIR" 
     1408  ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$AUDACIOUS_INST_DIR" && \ 
     1409    echo "subdir_plugins_audacious=plugins/audacious" >&4 
    14031410 cd .. 
    14041411else 
Note: See TracChangeset for help on using the changeset viewer.