summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-10-22 08:48:11 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-10-22 08:48:11 +0800
commit213444d3638b99164c3efcbe2ede8c92303503ea (patch)
treecd3751455fdce2b9e797a40ea2974d8c6b196185 /bootstrap
Initial import ois 1.2.01.2.0
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap15
1 files changed, 15 insertions, 0 deletions
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