use autoreconf instead of calling separate tools
this has been the correct way since a long time. Pointed-out-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
32def5dc0a
commit
945e05cfdd
|
@ -1,7 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
set -e -v
|
set -e -v
|
||||||
make -f Makefile.am log
|
make -f Makefile.am log
|
||||||
aclocal
|
autoreconf -f -i
|
||||||
autoheader
|
|
||||||
automake --add-missing
|
|
||||||
autoconf
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user