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.
ksquirrel/configure.in.bot

19 line
519 B

echo
echo "Results:"
echo "--------"
echo
echo "Version: ${VERSION}"
echo "KPart object: $have_kpart"
echo "ksquirrel-libs configurator: $have_klconf"
echo
echo "C compiler: ${CC}"
echo "C++ compiler: ${CXX}"
echo "CXXFLAGS: ${CXXFLAGS}"
echo
echo "Prefix: ${prefix}"
echo "KDE prefix: ${kde_libs_prefix}"
echo
echo "KIPI support: ${have_kipi}"
echo "KEXIF support: ${have_kexif}"
echo "ASM flags: ${KSQUIRREL_ASM_DEFS}"