summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-09-24 22:05:46 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-09-24 22:05:46 (GMT)
commitf4f4117040c3eaf0107fb431e02eefadd05d37d3 (patch)
tree899480ff84c90fa5e5d395fc273fea4fc5fcd421 /bootstrap.sh
parent10d5f346adcae9e43401dcaf875e91541fad2f15 (diff)
downloadpatchelf-f4f4117040c3eaf0107fb431e02eefadd05d37d3.zip
patchelf-f4f4117040c3eaf0107fb431e02eefadd05d37d3.tar.gz
patchelf-f4f4117040c3eaf0107fb431e02eefadd05d37d3.tar.bz2
* Autoconfiscate patchelf.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..c7a72e5
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,5 @@
+#! /bin/sh -e
+aclocal
+#autoheader
+automake --add-missing --copy --foreign
+autoconf