From 213444d3638b99164c3efcbe2ede8c92303503ea Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Fri, 22 Oct 2010 08:48:11 +0800 Subject: Initial import ois 1.2.0 --- bootstrap | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..39d2d2a --- /dev/null +++ b/bootstrap @@ -0,0 +1,15 @@ +#!/bin/sh + +# Deal with some gentoo-specific issues +export WANT_AUTOMAKE='1.7' +export WANT_AUTOCONF='2.5' + +# clean up files which cause confusion when switch versions of auto* +rm -rf autom4te.cache + +# Fire up autotools +libtoolize --force --copy +aclocal $ACLOCAL_FLAGS +autoheader +automake --include-deps --add-missing --foreign --copy +autoconf -- cgit v1.2.3