------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=74004 Summary: bash shell syntax that is incompatible with bourne shell in configure script Product: koffice Version: 1.3 Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: koffice@kde.org ReportedBy: stevee@zuken.co.uk Version: 1.3 (using KDE KDE 3.2.0) Installed from: Compiled From Sources Compiler: gcc 3.2.3 OS: Solaris The configure script is set to run in the shell /bin/sh, which on Solaris is the Bourne shell, *not* bash. Unfortunately lines 39566 and 39576 use < as a test operator, which works in bash but not in Bourne: if test "$MIMETYPE_KDEVERSION" \< "3.1.90" ; then which gives this error: checking if we need to add mime types for KDE 3.1... ./configure[39566]: <: unknown test operator no (KDE 3.2.0) ./configure[39576]: <: unknown test operator ____________________________________ koffice mailing list koffice@mail.kde.org To unsubscribe please visit: https://mail.kde.org/mailman/listinfo/koffice