|
a/src/configure |
|
b/src/configure |
|
... |
|
... |
619 |
# include <unistd.h>
|
619 |
# include <unistd.h>
|
620 |
#endif"
|
620 |
#endif"
|
621 |
|
621 |
|
622 |
ac_subst_vars='LTLIBOBJS
|
622 |
ac_subst_vars='LTLIBOBJS
|
623 |
LIBOBJS
|
623 |
LIBOBJS
|
|
|
624 |
RCLLIBVERSION
|
624 |
RCLVERSION
|
625 |
RCLVERSION
|
625 |
NOPYTHON
|
626 |
NOPYTHON
|
626 |
NOTHREADS
|
627 |
NOTHREADS
|
627 |
NOPIC
|
628 |
NOPIC
|
628 |
LIBQZEITGEIST
|
629 |
LIBQZEITGEIST
|
|
... |
|
... |
5717 |
test "X$m_prefix" = "XNONE" && m_prefix=/usr/local
|
5718 |
test "X$m_prefix" = "XNONE" && m_prefix=/usr/local
|
5718 |
m_datadir=${m_prefix}/share
|
5719 |
m_datadir=${m_prefix}/share
|
5719 |
QTRECOLL_DATADIR=${m_datadir}/recoll
|
5720 |
QTRECOLL_DATADIR=${m_datadir}/recoll
|
5720 |
|
5721 |
|
5721 |
RCLVERSION=`cat VERSION`
|
5722 |
RCLVERSION=`cat VERSION`
|
|
|
5723 |
RCLLIBVERSION=$RCLVERSION
|
|
|
5724 |
|
5722 |
|
5725 |
|
5723 |
|
5726 |
|
5724 |
|
5727 |
|
5725 |
|
5728 |
|
5726 |
|
5729 |
|
|
... |
|
... |
5767 |
do
|
5770 |
do
|
5768 |
rm -f $d/alldeps.stamp
|
5771 |
rm -f $d/alldeps.stamp
|
5769 |
cp -f /dev/null $d/alldeps
|
5772 |
cp -f /dev/null $d/alldeps
|
5770 |
done
|
5773 |
done
|
5771 |
|
5774 |
|
5772 |
(cd lib;test -f Makefile && chmod +w Makefile;sh mkMake)
|
5775 |
(cd lib;RCLLIBVERSION=$RCLLIBVERSION sh mkMake)
|
5773 |
|
5776 |
|
5774 |
cat >confcache <<\_ACEOF
|
5777 |
cat >confcache <<\_ACEOF
|
5775 |
# This file is a shell script that caches the results of configure
|
5778 |
# This file is a shell script that caches the results of configure
|
5776 |
# tests run on this system so they can be shared between configure
|
5779 |
# tests run on this system so they can be shared between configure
|
5777 |
# scripts and configure runs, see configure's option --config-cache.
|
5780 |
# scripts and configure runs, see configure's option --config-cache.
|