Use autoreconf to bootstrap the project

This avoid to manually list all autotool programs required
This commit is contained in:
Vincent Danjean 2012-06-21 11:26:31 +02:00 committed by Eelco Dolstra
parent 4f66601450
commit d0dac944ae
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,2 @@
#! /bin/sh -e
aclocal
#autoheader
automake --add-missing --copy --foreign
autoconf --force
autoreconf --verbose --install --force --warnings=all