summaryrefslogtreecommitdiff
path: root/.bootstrap
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-05 11:52:25 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-05 11:52:25 +0200
commit5da6c929a73cfdfa192de7807ffdfc6da6db3a8b (patch)
tree6bfb4e0c1d38ded69cee941485ee2e5f6ef65fb5 /.bootstrap
parent53ff6f1f34c81e1640a013833fbda18c59940697 (diff)
downloadgmp-5da6c929a73cfdfa192de7807ffdfc6da6db3a8b.tar.gz
New .bootstrap script and a README.HG file
Diffstat (limited to '.bootstrap')
-rwxr-xr-x.bootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/.bootstrap b/.bootstrap
new file mode 100755
index 000000000..92eeaa902
--- /dev/null
+++ b/.bootstrap
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+# FIXME: Add libtoolize too to this list?
+# FIXME: Use automake -a? Then we could remove various
+# automake-supplied files from the repository.
+
+# Sticks to automake-1.8, since later versions complains needs the
+# ylwrap script.
+aclocal-1.8 && autoconf && autoheader && automake-1.8