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
|
||||
aclocal
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
autoheader
|
||||
./configure --prefix=/usr --sysconfdir=/etc $@
|
||||
|
Loading…
Reference in New Issue
Block a user