You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/configure.in.bot

139 lines
4.8 KiB

dnl put here things which have to be done as very last part of configure
if test "x$have_ssl" != xyes; then
echo ""
echo "You're missing openSSL, or your version is too old (before 0.9.5a)."
echo "KDE won't be able to access secure websites without it, so you should"
echo "consider installing or upgrading it."
echo "Have a look at http://www.openssl.org, or find a binary package for"
echo "your platform."
echo ""
all_tests=bad
fi
if test -z "$LIBART_CONFIG"; then
echo ""
echo "You're missing libART LGPL, or your version is too old (before 2.3.8)."
echo "KDE won't be able to render SVG icons without it, so you should"
echo "consider installing or upgrading it."
echo "Have a look at http://www.levien.com (official site) or"
echo "http://svg.kde.org/download.html for sources, or find a binary"
echo "package for your platform."
echo ""
all_tests=bad
fi
if test -z "$LIBPCRE"; then
echo ""
echo "You're missing libpcre."
echo "Some web pages (using regular expressions in Javascript code) will not "
echo "work correctly, the regexp support being limited without libpcre. "
echo "If you plan to use Konqueror as a Web Browser, download libpcre from "
echo "http://www.pcre.org or find a binary package for your platform."
echo ""
all_tests=bad
fi
if test -z "$LIBBZ2"; then
echo ""
echo "You're missing bzip2 development files."
echo "KDE won't be able to provide a help ioslave (help://) without it,"
echo "so if you want helpfiles you should consider installing it."
echo "Have a look at http://sources.redhat.com/bzip2/ for sources, "
echo "or find a binary package for your platform."
echo ""
all_tests=bad
fi
if test -z "$LIBXML_CFLAGS"; then
echo ""
echo "You're missing libxml2 2.4.8 or later."
echo "KDE won't be able to provide a help ioslave (help://) without it,"
echo "so if you want helpfiles you should consider installing it."
echo "Have a look at ftp://xmlsoft.org/ for sources, or find a binary"
echo "package for your platform."
echo "You can find a copy of libxml2 in the tdesupport module if you're using CVS."
echo ""
all_tests=bad
fi
if test -z "$LIBXSLT_CFLAGS"; then
echo ""
echo "You're missing libxslt 1.0.7 or later."
echo "KDE won't be able to provide a help ioslave (help://) without it,"
echo "so if you want helpfiles you should consider installing it."
echo "Have a look at ftp://xmlsoft.org/ for sources, or find a binary"
echo "package for your platform."
echo "You can find a copy of libxslt in the tdesupport module if you're using CVS."
echo ""
all_tests=bad
fi
if test -z "$jpeg_incdir" || test -z "$LIBJPEG" ; then
echo ""
echo "You're missing libjpeg 6 or later."
echo "KDE won't be able to display JPEG and many web pages won't"
echo "work because of this."
echo "You may need to either provide correct --with-extra-... options,"
echo "or the development package of libjpeg6b. You can get a source "
echo "package of libjpeg from http://www.ijg.org/"
echo ""
all_tests=bad
fi
if test "$kde_supports_versionmaps" != "yes"; then
echo ""
echo "Your ld doesn't support unversioned version scripts."
echo "KDE will continue to build and run just fine, but you might"
echo "experience a small performance penality."
echo ""
echo "If you're running Linux, your binutils are probably too old."
echo "If you're running non-linux your platform might simply not support it."
echo ""
all_tests=bad
fi
if test "$ac_use_cups" != "yes"; then
if test "$ac_have_new_cups" != "yes"; then
echo ""
echo "The installed CUPS version is too old. The minimum"
echo "required version is 1.1.9. Please upgrade your CUPS"
echo "installation from http://www.cups.org. CUPS support"
echo "has been disabled."
echo ""
else
echo ""
echo "You're missing CUPS (Common UNIX Printing System) support."
echo "If you want CUPS support, please install CUPS from http://www.cups.org"
echo "or the development packages of your distribution."
echo ""
fi
all_tests=bad
fi
if test "$EXRSTATUS" = "no"; then
echo ""
echo "No OpenEXR Libraries were found"
echo "Install the OpenEXR package (from http://www.openexr.org)"
echo "if you want EXR image format support"
echo ""
fi
if test "$EXRSTATUS" = "old"; then
echo ""
echo "OpenEXR libraries were found, but at least version 1.1.0 is required"
echo "Install a newer OpenEXR package (from http://www.openexr.org)"
echo "if you want EXR image format support"
echo ""
fi
if test "$USE_POSIX_ACL" != "yes"; then
echo ""
echo "libacl was not found. Without that library, you will not be able"
echo "to manage access control lists on file systems that support them,"
echo "such as ext3 or reiserfs."
echo "You can download it from ftp://oss.sgi.com/projects/xfs/cmd_tars/"
echo "(you will need attr too)"
echo ""
fi