summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-16 21:33:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-16 21:33:14 +0000
commitdeb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch)
tree7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /configure.in.bot
parentc21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff)
downloadarts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.tar.gz
arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.zip
Rempve obsolete and broken autotools files from arts
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1259246 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in.bot b/configure.in.bot
deleted file mode 100644
index 4f1129d..0000000
--- a/configure.in.bot
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl put here things which have to be done as very last part of configure
-
-if test "x$arts_audiolib_found" = "xno"; then
- echo ""
- echo "You're missing libaudiofile. aRts won't be able to load or play"
- echo "any samples without it, so please install it."
- echo "Have a look at http://www.68k.org/~michael/audiofile/ or find a"
- echo "binary package for your platform."
- echo ""
- all_tests=bad
-fi