|
a/src/configure.ac |
|
b/src/configure.ac |
|
... |
|
... |
216 |
fi
|
216 |
fi
|
217 |
|
217 |
|
218 |
cd $QTGUI
|
218 |
cd $QTGUI
|
219 |
# We just want a .pro file: no problem with unsubstituted variables at
|
219 |
# We just want a .pro file: no problem with unsubstituted variables at
|
220 |
# this point.
|
220 |
# this point.
|
221 |
test -f uifrom3 && sh uifrom3
|
221 |
test -f uifrom3 && make -f uifrom3
|
222 |
test -f recoll.pro && chmod +w recoll.pro
|
222 |
test -f recoll.pro && chmod +w recoll.pro
|
223 |
cp recoll.pro.in recoll.pro
|
223 |
cp recoll.pro.in recoll.pro
|
224 |
${QMAKE} recoll.pro
|
224 |
${QMAKE} recoll.pro
|
225 |
if test $? != 0 ; then
|
225 |
if test $? != 0 ; then
|
226 |
AC_MSG_ERROR([Cannot use qmake to generate a Makefile. Maybe you need to
|
226 |
AC_MSG_ERROR([Cannot use qmake to generate a Makefile. Maybe you need to
|