added api/Combinators for Eng

This commit is contained in:
aarne
2008-06-27 16:48:28 +00:00
parent 7d7d951c05
commit f8d4738a43
5 changed files with 104 additions and 59 deletions

View File

@@ -11,14 +11,14 @@ exec_prefix="@exec_prefix@"
GF_BIN_DIR="@bindir@"
GF_DATA_DIR="@datadir@/GF-@PACKAGE_VERSION@"
GFBIN="$GF_BIN_DIR/gf3"
GFBIN="$GF_BIN_DIR/gf"
if [ ! -x "${GFBIN}" ]; then
GFBIN=`which gf3`
GFBIN=`which gf`
fi
if [ ! -x "${GFBIN}" ]; then
echo "gf3 not found."
echo "gf not found."
exit 1
fi