[see] / see / releases / see-1.3.1 / bootstrap.sh Repository:
ViewVC logotype

View of /see/releases/see-1.3.1/bootstrap.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 928 - (download) (as text) (annotate)
Wed Jan 18 12:51:34 2006 UTC (4 years, 7 months ago) by d
File size: 362 byte(s)
Copy releases/see-1.3 to releases/see-1.3.1

#!/bin/sh
# $Id$
# Bootstrap the auxilliary files that don't need to be kept in CVS

set -ex

#-- delete any previous cache
rm -rf autom4te.cache

#-- select the right autoconf tools 
AUTOCONF_VERSION=2.59; export AUTOCONF_VERSION
AUTOMAKE_VERSION=1.9;  export AUTOMAKE_VERSION
M4=/usr/local/bin/gm4; export M4
autoreconf --install --force

(cd unicode && make)

David Leonard
ViewVC Help
Powered by ViewVC 1.0.9