summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:26:31 (GMT)
committerVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:26:31 (GMT)
commiteefa2c9d0fd755634478072040e49259c3f458c3 (patch)
tree78331cbc607eb4eac62266bf69ddae3aaadd4d8f
parenta47966515893d9ddf720bbbb001735a5756b6f6b (diff)
downloadpatchelf-eefa2c9d0fd755634478072040e49259c3f458c3.zip
patchelf-eefa2c9d0fd755634478072040e49259c3f458c3.tar.gz
patchelf-eefa2c9d0fd755634478072040e49259c3f458c3.tar.bz2
Use autoreconf to bootstrap the project
This avoid to manually list all autotool programs required
-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