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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1432 - (download) (as text) (annotate)
Mon May 3 07:50:29 2010 UTC (4 months ago) by d
File size: 704 byte(s)
put back unsulliled branch

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


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

#-- select the right autoconf tools for OpenBSD
if test x"$AUTOCONF_VERSION" = x""; then
	AUTOCONF_VERSION=2.60; export AUTOCONF_VERSION
	echo "export AUTOCONF_VERSION=$AUTOCONF_VERSION" >&2
fi
if test x"$AUTOMAKE_VERSION" = x""; then
	AUTOMAKE_VERSION=1.9; export AUTOMAKE_VERSION
	echo "export AUTOMAKE_VERSION=$AUTOMAKE_VERSION" >&2
fi

#-- delete any previous libltdl created by libtoolize
rm -rf libltdl
LIBTOOLIZE="libtoolize --ltdl"; export LIBTOOLIZE

#-- use GNU's m4
#M4=/usr/local/bin/gm4; export M4

set -ex

autoreconf --install --force

(cd unicode && make)

David Leonard
ViewVC Help
Powered by ViewVC 1.0.9