From f85232947e74ee7ef8c7b0ad2338212e7e68f1be Mon Sep 17 00:00:00 2001 From: krasimir Date: Sun, 13 Dec 2009 18:50:29 +0000 Subject: reorganize the directories under src, and rescue the JavaScript interpreter from deprecated --- src/gfc.in | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/gfc.in (limited to 'src/gfc.in') diff --git a/src/gfc.in b/src/gfc.in deleted file mode 100644 index bd08db0b8..000000000 --- a/src/gfc.in +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -prefix="@prefix@" - -case "@host@" in - *-cygwin) - prefix=`cygpath -w "$prefix"`;; -esac - -exec_prefix="@exec_prefix@" -GF_BIN_DIR="@bindir@" -GF_DATA_DIR="@datadir@/GF-@PACKAGE_VERSION@" - -GFBIN="$GF_BIN_DIR/gf" - -if [ ! -x "${GFBIN}" ]; then - GF_BIN_DIR=`dirname $0` - GFBIN="$GF_BIN_DIR/gf" -fi - -if [ ! -x "${GFBIN}" ]; then - GFBIN=`which gf` -fi - -if [ ! -x "${GFBIN}" ]; then - echo "gf not found." - exit 1 -fi - -exec $GFBIN --batch "$@" -- cgit v1.2.3