autogen.sh: run autoheader before automake to avoid error about missing src/include/Makefile.in
This commit is contained in:
parent
6661afaeb8
commit
c81d7fc96d
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
aclocal
|
aclocal
|
||||||
|
autoheader
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc $@
|
./configure --prefix=/usr --sysconfdir=/etc $@
|
||||||
|
Loading…
Reference in New Issue
Block a user