summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:26:31 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-10 22:16:24 (GMT)
commitd0dac944aeb6385da874d07da2c9897f2f9bd7d6 (patch)
tree78331cbc607eb4eac62266bf69ddae3aaadd4d8f /bootstrap.sh
parent4f66601450ab246d1b3fb2f7fba106ca6c8af089 (diff)
downloadpatchelf-d0dac944aeb6385da874d07da2c9897f2f9bd7d6.zip
patchelf-d0dac944aeb6385da874d07da2c9897f2f9bd7d6.tar.gz
patchelf-d0dac944aeb6385da874d07da2c9897f2f9bd7d6.tar.bz2
Use autoreconf to bootstrap the project
This avoid to manually list all autotool programs required
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 3302c9f..ba2bee2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,2 @@
#! /bin/sh -e
-aclocal
-#autoheader
-automake --add-missing --copy --foreign
-autoconf --force
+autoreconf --verbose --install --force --warnings=all