--- configure.old	2007-06-16 18:39:23.000000000 +0100
+++ configure	2007-06-16 18:31:40.000000000 +0100
@@ -58,9 +58,9 @@
 cd configure2
 
 if [ -z $SPEC ]; then
-    qmake && make > /dev/null
+    qmake4 && make > /dev/null
 else
-    QMAKESPEC=$SPEC qmake && make > /dev/null
+    QMAKESPEC=$SPEC qmake4 && make > /dev/null
 fi
 
 if [ $? -gt 0 -o ! -x configure2 ]; then
--- configure2/configutils.cpp.old	2007-06-16 18:39:44.000000000 +0100
+++ configure2/configutils.cpp	2007-06-16 18:32:08.000000000 +0100
@@ -118,7 +118,7 @@
 
     // make the top level Makefile
     QStringList args;
-    args.append(QLatin1String("qmake"));
+    args.append(QLatin1String("qmake4"));
     if (!prefix.isEmpty())
         args.append(QLatin1String("QSA_INSTALL_PREFIX=") + prefix);
     if (!target.isNull()) {
