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
|
#!/bin/sh
|
||||||
aclocal
|
autoreconf --install --force --verbose
|
||||||
automake -a -c --gnu
|
|
||||||
autoconf
|
|
||||||
|
|
Loading…
Reference in New Issue