summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-27 14:15:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-27 14:15:03 +0200
commit3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (patch)
tree1953c059e0184bed19352f3985d943ea633bd3ba /configure.in.bot
parent0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (diff)
downloadk3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.tar.gz
k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot62
1 files changed, 0 insertions, 62 deletions
diff --git a/configure.in.bot b/configure.in.bot
deleted file mode 100644
index 718d6ba..0000000
--- a/configure.in.bot
+++ /dev/null
@@ -1,62 +0,0 @@
-echo ""
-
-if test "$use_k3b_debug" = "yes"; then
- echo ""
- echo "K3b - K3B DEBUGGING ENABLED! THIS ENABLES ADDITIONAL DEBUGGING OUTPUT"
- echo "K3b - AND FUNCTIONALITY WHICH IS ONLY INTENDED FOR K3B DEVELOPERS!"
- echo "K3b - THIS MAY EVEN SLOW DOWN K3B IN SOME PLACES!"
- echo ""
-fi
-
-if test "$cdrecord_suid_root" != "yes"; then
- echo ""
- echo "K3b - Suid root test for cdrecord, cdrdao, and wodim deactivated"
- echo "K3b - This is NOT recommended although it might work out fine ;)"
- echo ""
-fi
-
-if $have_taglib; then
- echo "K3b - Audio meta data reading with Taglib: yes"
-else
- echo "K3b - Audio meta data reading with Taglib: no"
- echo "K3b - You are missing the Taglib headers and libraries."
- echo "K3b - The mp3 and flac decoder plugins will fall back to"
- echo "K3b - using KMetaFileInfo."
-fi
-
-echo ""
-
-echo "K3b - Audio resampling:"
-if test -n "$LIBSAMPLERATE"; then
- echo "K3b - using installed version"
-else
- echo "K3b - using version bundled with K3b"
-fi
-
-echo ""
-
-if test x$arts_available = xyes; then
- echo "K3b - Audioplayer available (aRts) yes"
-else
- echo "K3b - Audioplayer available (aRts) no"
-fi
-
-echo ""
-
-if test x$compile_k3bsetup = xyes; then
- echo "K3b - Compile K3bSetup 2: yes"
-else
- echo "K3b - Compile K3bSetup 2: no"
-fi
-
-echo ""
-
-if $have_mb; then
- echo "K3b - Tag guessing using MusicBrainz yes"
-else
- echo "K3b - Tag guessing using MusicBrainz no"
-if test "$ac_cv_use_musicbrainz" = "yes"; then
- echo "K3b - You are missing the musicbrainz headers and libraries."
- echo "K3b - K3b will be compiled without support for tag guessing."
-fi
-fi