#!/bin/sh
help='
, , WAIS
Makefile :
cd freeWAIS-sf-2.0.65
./Configure -d # -d -
find . -name Makefile -exec wais.txt {} \; -print
make
- ,
- segmentation fault, :-(
'
TMP=/tmp/ff$$
sed -e 's/else exit 0/else echo exit 0/
s/query_l.o: lex.query.c//
s/field_l.o: lex.field.c//' $1 > $TMP
cp $TMP $1
rm $TMP
Last-modified: Thu, 12 Feb 1998 08:55:32 GMT