Switch to unified view

a/src/configure b/src/configure
...
...
2813
fi
2813
fi
2814
2814
2815
cd $QTGUI
2815
cd $QTGUI
2816
# We just want a .pro file: no problem with unsubstituted variables at
2816
# We just want a .pro file: no problem with unsubstituted variables at
2817
# this point.
2817
# this point.
2818
test -f uifrom3 && sh uifrom3
2818
test -f uifrom3 && make -f uifrom3
2819
test -f recoll.pro && chmod +w recoll.pro
2819
test -f recoll.pro && chmod +w recoll.pro
2820
cp recoll.pro.in recoll.pro
2820
cp recoll.pro.in recoll.pro
2821
${QMAKE} recoll.pro
2821
${QMAKE} recoll.pro
2822
if test $? != 0 ; then
2822
if test $? != 0 ; then
2823
   { { echo "$as_me:$LINENO: error: Cannot use qmake to generate a Makefile. Maybe you need to
2823
   { { echo "$as_me:$LINENO: error: Cannot use qmake to generate a Makefile. Maybe you need to