autogen.sh: run autoheader before automake to avoid error about missing src/include/Makefile.in

This commit is contained in:
Silvan Calarco 2013-09-04 12:02:35 +02:00
parent 6661afaeb8
commit c81d7fc96d

View File

@ -1,6 +1,6 @@
#!/bin/sh
aclocal
autoheader
automake --add-missing
autoconf
autoheader
./configure --prefix=/usr --sysconfdir=/etc $@