Use autoreconf to bootstrap the project
This avoid to manually list all autotool programs required
This commit is contained in:
parent
4f66601450
commit
d0dac944ae
|
@ -1,5 +1,2 @@
|
|||
#! /bin/sh -e
|
||||
aclocal
|
||||
#autoheader
|
||||
automake --add-missing --copy --foreign
|
||||
autoconf --force
|
||||
autoreconf --verbose --install --force --warnings=all
|
||||
|
|
Loading…
Reference in New Issue