1#!/bin/sh
2#******************************************************************************
3# Convenience script specifying ARM options to ./configure
4#
5# $Id: arminst.sh 3063 2014-03-04 13:04:11Z chrislit $
6#
7# Copyright 1998-2009 CrossWire Bible Society (http://www.crosswire.org)
8#	CrossWire Bible Society
9#	P. O. Box 2528
10#	Tempe, AZ  85280-2528
11#
12# This program is free software; you can redistribute it and/or modify it
13# under the terms of the GNU General Public License as published by the
14# Free Software Foundation version 2.
15#
16# This program is distributed in the hope that it will be useful, but
17# WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19# General Public License for more details.
20#
21#
22
23
24OPTIONS="--host=arm-linux $OPTIONS"
25OPTIONS="--without-curl $OPTIONS"
26OPTIONS="--disable-shared $OPTIONS"
27OPTIONS="--without-lucene $OPTIONS"
28
29export PATH=$PATH:/usr/local/arm/2.95.3/bin/
30
31. ./usrinst.sh
32
33