[kmobiletools] branches/kmobiletools/kmobiletools-0.5

Marco Gulino marco at kmobiletools.org
Sat Jun 2 15:35:55 CEST 2007


SVN commit 670703 by gulino:

Better output format.


 M  +6 -9      configure.in.bot  


--- branches/kmobiletools/kmobiletools-0.5/configure.in.bot #670702:670703
@@ -9,19 +9,16 @@
 echo ""
 
 # kdebluetooth
-echo -en "KDEBluetooth Integration\t\t"
-if test x$have_kbluetooth != xyes; then
-    echo -e "$DISABLED"
-else echo -e "$ENABLED";
+KDEBLUETOOTH_VER=$DISABLED
+if test x$have_kbluetooth = xyes; then
+	KDEBLUETOOTH_VER="<=1.0-beta2"
 fi
-echo -en "KDEBluetooth-DBus Integration\t\t"
-if test x$have_new_kbluetooth != xyes; then
-    echo -e "$DISABLED"
-else echo -e "$ENABLED";
+if test x$have_new_kbluetooth = xyes; then
+	KDEBLUETOOTH_VER="with dbus integration"
 fi
+echo -e "KDEBluetooth Integration\t\t$KDEBLUETOOTH_VER"
 
 
-
 # gammu
 echo -en "Gammu Engine\t\t\t\t"
 if test x$have_gammu != xyes; then


More information about the kmobiletools mailing list