#!/bin/sh

# $Header: /cvs/src/jbofihe/configure,v 1.2 2001/03/21 23:04:50 richard Exp $

# Copyright (C) Richard P. Curnow  2001
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
# 
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
# 

# Configure script which will be invoked by people who just want to try
# building in the conventional way without reading the instructions. It's
# unlikely somebody doing this will want the bother of building + installing
# the translation dictionary properly, so embed it.

echo "Configuring to build with an embedded dictionary"
echo "(Run perl config.pl directly to set other options)"

perl config.pl --embed $*

