diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:32 -0600 |
commit | 793cf2dff35dffe3ec4c7b24252947dde758a1b2 (patch) | |
tree | 7d9972d99ed281a36418ae9f5fc128e3c951532c /configure.in.in | |
parent | 04f764aaf273340e1d5811d4216dd8127cacc5db (diff) | |
download | tdemultimedia-793cf2dff35dffe3ec4c7b24252947dde758a1b2.tar.gz tdemultimedia-793cf2dff35dffe3ec4c7b24252947dde758a1b2.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in.in b/configure.in.in index b07980d1..bfaadb2e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -116,7 +116,7 @@ AC_DEFUN([KDE_CHECK_OGGVORBIS], [have_vorbis_value=2], [have_vorbis_value=1]) if test "x$have_oggvorbis" = xyes; then - # for akode/plugins/xiph_decoder/ kioslave/audiocd/plugins/ and krec/ogg_export/ + # for akode/plugins/xiph_decoder/ tdeioslave/audiocd/plugins/ and krec/ogg_export/ VORBIS_LIBS="-lvorbis -logg" VORBISFILE_LIBS="-lvorbisfile" VORBISENC_LIBS="-lvorbisenc" @@ -124,7 +124,7 @@ AC_DEFUN([KDE_CHECK_OGGVORBIS], # for akode/plugins/xiph_decoder/ AC_DEFINE_UNQUOTED(HAVE_OGG_VORBIS, 1, [Define if you have ogg/vorbis installed]) - # for kioslave/audiocd/plugins/ and krec/ogg_export/ + # for tdeioslave/audiocd/plugins/ and krec/ogg_export/ AC_DEFINE_UNQUOTED(HAVE_VORBIS, $have_vorbis_value, [Define if you ogg/vorbis installed]) # for mpeglib/ @@ -301,7 +301,7 @@ AC_DEFUN([KDE_CHECK_CDPARANOIA], fi if test "x$have_cdparanoia" = xyes; then - # for kioslave/audiocd/ + # for tdeioslave/audiocd/ CDPARANOIA_LIBS="-lcdda_paranoia -lcdda_interface -lm" # for mpeglib/ @@ -310,7 +310,7 @@ AC_DEFUN([KDE_CHECK_CDPARANOIA], fi if test "x$have_cdparanoia_only_static" = xyes; then - # for kioslave/audiocd/ + # for tdeioslave/audiocd/ AC_DEFINE_UNQUOTED(CDPARANOIA_STATIC, 1, [Define if you only have a static cdparanoia]) fi @@ -328,7 +328,7 @@ AC_DEFUN([KDE_CHECK_LAME], [:], [have_lame=no], [-lm]) if test "x$have_lame" = xyes; then - # for krec/mp3_export/ (kioslave/audiocd/ uses the lame binary at runtime) + # for krec/mp3_export/ (tdeioslave/audiocd/ uses the lame binary at runtime) LAME_LIBS="-lmp3lame -lm" fi @@ -488,8 +488,8 @@ if test "x$with_cdparanoia" != xno; then fi fi -# for kioslave/audiocd/ -AM_CONDITIONAL(include_kioslave_audiocd, test "x$have_cdparanoia" = xyes) +# for tdeioslave/audiocd/ +AM_CONDITIONAL(include_tdeioslave_audiocd, test "x$have_cdparanoia" = xyes) AM_CONDITIONAL(include_kcm_audiocd, test "x$have_cdparanoia" = xyes) if test "x$have_cdparanoia" != xyes; then # kaudiocreator depends on kio_audiocd |