Switch to unified view

a/src/configure.ac b/src/configure.ac
...
...
204
fi
204
fi
205
205
206
cd $QTGUI
206
cd $QTGUI
207
# We just want a .pro file: no problem with unsubstituted variables at 
207
# We just want a .pro file: no problem with unsubstituted variables at 
208
# this point.
208
# this point.
209
test -f uifrom3 && sh uifrom3
209
test -f recoll.pro && chmod +w recoll.pro
210
test -f recoll.pro && chmod +w recoll.pro
210
cp recoll.pro.in recoll.pro
211
cp recoll.pro.in recoll.pro
211
${QMAKE} recoll.pro
212
${QMAKE} recoll.pro
212
if test $? != 0 ; then
213
if test $? != 0 ; then
213
   AC_MSG_ERROR([Cannot use qmake to generate a Makefile. Maybe you need to
214
   AC_MSG_ERROR([Cannot use qmake to generate a Makefile. Maybe you need to