From cbfb93d53ee471c7dad325628e166632ab451345 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 20 Oct 2005 07:51:45 +0000 Subject: [PATCH] *** empty log message *** --- src/README | 4 +--- src/configure | 13 +++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100755 src/configure diff --git a/src/README b/src/README index 06db7ca1..883bf7a1 100644 --- a/src/README +++ b/src/README @@ -7,8 +7,6 @@ Recoll - Introduction - This is Recoll, a personal full text indexing system. Recoll is free and copyrighted under the GPL license, see COPYING inside @@ -19,7 +17,7 @@ Recoll (Xapian), and I find it quite useful right now. You might be interested in using Recoll to index your home directory instead of using xapian's Omega, for example, if you do not want to run a web server, or your data is not - iso-8859-1. But the query features are much less sophisticated yet. + iso-8859-1. But the query features are much less sophisticated for now. See INSTALL inside the distribution for compiling and installing, very much by hand for now, I hope things will get better in the near future. diff --git a/src/configure b/src/configure new file mode 100755 index 00000000..a3e9c448 --- /dev/null +++ b/src/configure @@ -0,0 +1,13 @@ +#!/bin/sh +# A real one will come in time ... + +sys=`uname` +if [ -f mk/$sys ]; then + (cd mk; test -f sysconf || ln -s $sys sysconf) +else + cat <