Switch to unified view

a/src/configure b/src/configure
...
...
2796
fi
2796
fi
2797
2797
2798
cd $QTGUI
2798
cd $QTGUI
2799
# We just want a .pro file: no problem with unsubstituted variables at
2799
# We just want a .pro file: no problem with unsubstituted variables at
2800
# this point.
2800
# this point.
2801
test -f uifrom3 && sh uifrom3
2801
test -f recoll.pro && chmod +w recoll.pro
2802
test -f recoll.pro && chmod +w recoll.pro
2802
cp recoll.pro.in recoll.pro
2803
cp recoll.pro.in recoll.pro
2803
${QMAKE} recoll.pro
2804
${QMAKE} recoll.pro
2804
if test $? != 0 ; then
2805
if test $? != 0 ; then
2805
   { { echo "$as_me:$LINENO: error: Cannot use qmake to generate a Makefile. Maybe you need to
2806
   { { echo "$as_me:$LINENO: error: Cannot use qmake to generate a Makefile. Maybe you need to