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
|
||||
set -e -v
|
||||
make -f Makefile.am log
|
||||
aclocal
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
autoreconf -f -i
|
||||
|
|
Loading…
Reference in New Issue
Block a user