summaryrefslogtreecommitdiffstats
path: root/src/configure.in.bot
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 17:17:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-24 22:46:05 +0900
commitd3702134fe5c9154a8ac685481508293ef4ea6ad (patch)
tree99d12905de6ce69a99426073c708826356649031 /src/configure.in.bot
parentea9d449a129bcb3f03210d878a8ac31012c1bf8f (diff)
downloaddigikam-d3702134.tar.gz
digikam-d3702134.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
Diffstat (limited to 'src/configure.in.bot')
-rw-r--r--src/configure.in.bot133
1 files changed, 0 insertions, 133 deletions
diff --git a/src/configure.in.bot b/src/configure.in.bot
deleted file mode 100644
index 8a34d97b..00000000
--- a/src/configure.in.bot
+++ /dev/null
@@ -1,133 +0,0 @@
-dnl Put here things to be done at the very end - telling users
-dnl about additional packages to install.
-
-echo ""
-echo "-- digiKam configure results -------------------"
-
-if test "x$included_sqlite3" = "xno"; then
- if test "x$have_sqlite3" != "xyes"; then
- echo "-- using internal libsqlite3...... NO"
- echo "-- libsqlite3 library found....... NO"
- echo ""
- echo "digiKam have been set to be compiled using shared libsqlite3 library."
- echo "digiKam needs libsqlite3 library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libsqlite3 website is http://www.sqlite.org"
- echo ""
- all_tests=bad
- else
- echo "-- using internal libsqlite3...... NO"
- echo "-- libsqlite3 library found....... YES"
- fi
-else
- echo "-- using internal libsqlite3...... YES"
-fi
-
-if test "x$have_libgphoto2" != "xyes"; then
- echo "-- libgphoto2 library found....... NO"
- echo ""
- echo "digiKam needs libgphoto2 library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libgphoto2 website is http://www.gphoto.org"
- echo ""
- all_tests=bad
-else
- echo "-- libgphoto2 library found....... YES"
-fi
-
-if test "x$have_tiff" != "xyes"; then
- echo "-- libtiff library found.......... NO"
- echo ""
- echo "digiKam needs libtiff library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libtiff website is http://www.remotesensing.org/libtiff"
- echo ""
- all_tests=bad
-else
- echo "-- libtiff library found..... .... YES"
-fi
-
-if test "x$have_png" != "xyes"; then
- echo "-- libpng library found........... NO"
- echo ""
- echo "digiKam needs libpng library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libpng website is http://www.libpng.org/pub/png/libpng.html"
- echo ""
- all_tests=bad
-else
- echo "-- libpng library found........... YES"
-fi
-
-if test "x$have_jasper" != "xyes"; then
- echo "-- libjasper library found........ NO"
- echo ""
- echo "digiKam needs libjasper library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libjasper website is http://www.ece.uvic.ca/~mdadams/jasper"
- echo "Important note: libjasper has to be configured with --enable-shared=yes"
- echo "as otherwise the required dynamic libraries are not created."
- echo ""
- all_tests=bad
-else
- echo "-- libjasper library found........ YES"
-fi
-
-if test "x$have_lcms" != "xyes"; then
- echo "-- liblcms library found.......... NO"
- echo ""
- echo "digiKam needs liblcms library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "liblcms website is http://www.littlecms.com"
- echo ""
- all_tests=bad
-else
- echo "-- liblcms library found.......... YES"
-fi
-
-if test "x$have_libkipi" != "xyes"; then
- echo "-- libkipi library found.......... NO"
- echo ""
- echo "digiKam needs libkipi library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libkipi website is http://www.kipi-plugins.org"
- echo ""
- all_tests=bad
-else
- echo "-- libkipi library found.......... YES"
-fi
-
-if test "x$have_libkexiv2" != "xyes"; then
- echo "-- libkexiv2 library found........ NO"
- echo ""
- echo "digiKam needs libkexiv2 library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libkexiv2 website is http://www.kipi-plugins.org"
- echo ""
- all_tests=bad
-else
- echo "-- libkexiv2 library found........ YES"
-fi
-
-if test "x$have_libkdcraw" != "xyes"; then
- echo "-- libkdcraw library found........ NO"
- echo ""
- echo "digiKam needs libkdcraw library development package."
- echo "You need to install the right version first."
- echo "Look depencies description from README for details."
- echo "libkdcraw website is at http://www.kipi-plugins.org"
- echo ""
- all_tests=bad
-else
- echo "-- libkdcraw library found........ YES"
-fi
-
-echo "------------------------------------------------"