There's no reason we shouldn't use autoreconf which has been available for some time now. Thanks Thomas Moulard for the reminder.
This commit is contained in:
parent
8e5e44728e
commit
6ff8ce93e2
|
@ -1,4 +1,2 @@
|
|||
#!/bin/sh
|
||||
aclocal
|
||||
automake -a -c --gnu
|
||||
autoconf
|
||||
autoreconf --install --force --verbose
|
||||
|
|
Loading…
Reference in New Issue