|
a/src/configure |
|
b/src/configure |
|
... |
|
... |
2316 |
|
2316 |
|
2317 |
ac_config_files="$ac_config_files mk/localdefs"
|
2317 |
ac_config_files="$ac_config_files mk/localdefs"
|
2318 |
|
2318 |
|
2319 |
ac_config_files="$ac_config_files recollinstall"
|
2319 |
ac_config_files="$ac_config_files recollinstall"
|
2320 |
|
2320 |
|
|
|
2321 |
ac_config_files="$ac_config_files Makefile"
|
|
|
2322 |
|
2321 |
ac_config_files="$ac_config_files sampleconf/recoll.conf"
|
2323 |
ac_config_files="$ac_config_files sampleconf/recoll.conf"
|
2322 |
|
|
|
2323 |
ac_config_files="$ac_config_files Makefile"
|
|
|
2324 |
|
2324 |
|
2325 |
ac_config_files="$ac_config_files qtgui/recoll.pro"
|
2325 |
ac_config_files="$ac_config_files qtgui/recoll.pro"
|
2326 |
|
2326 |
|
2327 |
|
2327 |
|
2328 |
for d in bincimapmime index lib query
|
2328 |
for d in bincimapmime index lib query
|
2329 |
do
|
2329 |
do
|
2330 |
rm -f $d/alldeps.stamp
|
2330 |
rm -f $d/alldeps.stamp
|
2331 |
cp -f /dev/null $d/alldeps
|
2331 |
cp -f /dev/null $d/alldeps
|
2332 |
done
|
2332 |
done
|
|
|
2333 |
|
|
|
2334 |
(cd lib;test -f Makefile && chmod +w Makefile;sh mkMake)
|
2333 |
|
2335 |
|
2334 |
cat >confcache <<\_ACEOF
|
2336 |
cat >confcache <<\_ACEOF
|
2335 |
# This file is a shell script that caches the results of configure
|
2337 |
# This file is a shell script that caches the results of configure
|
2336 |
# tests run on this system so they can be shared between configure
|
2338 |
# tests run on this system so they can be shared between configure
|
2337 |
# scripts and configure runs, see configure's option --config-cache.
|
2339 |
# scripts and configure runs, see configure's option --config-cache.
|
|
... |
|
... |
2827 |
do
|
2829 |
do
|
2828 |
case "$ac_config_target" in
|
2830 |
case "$ac_config_target" in
|
2829 |
# Handling of arguments.
|
2831 |
# Handling of arguments.
|
2830 |
"mk/localdefs" ) CONFIG_FILES="$CONFIG_FILES mk/localdefs" ;;
|
2832 |
"mk/localdefs" ) CONFIG_FILES="$CONFIG_FILES mk/localdefs" ;;
|
2831 |
"recollinstall" ) CONFIG_FILES="$CONFIG_FILES recollinstall" ;;
|
2833 |
"recollinstall" ) CONFIG_FILES="$CONFIG_FILES recollinstall" ;;
|
|
|
2834 |
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
2832 |
"sampleconf/recoll.conf" ) CONFIG_FILES="$CONFIG_FILES sampleconf/recoll.conf" ;;
|
2835 |
"sampleconf/recoll.conf" ) CONFIG_FILES="$CONFIG_FILES sampleconf/recoll.conf" ;;
|
2833 |
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
|
2834 |
"qtgui/recoll.pro" ) CONFIG_FILES="$CONFIG_FILES qtgui/recoll.pro" ;;
|
2836 |
"qtgui/recoll.pro" ) CONFIG_FILES="$CONFIG_FILES qtgui/recoll.pro" ;;
|
2835 |
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
2837 |
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
2836 |
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
2838 |
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
2837 |
{ (exit 1); exit 1; }; };;
|
2839 |
{ (exit 1); exit 1; }; };;
|
2838 |
esac
|
2840 |
esac
|