Added autoheader call

This commit is contained in:
Jaroslav Kysela 2002-08-06 07:09:12 +00:00
parent e52214d3e2
commit f098bd3f50

View file

@ -1,6 +1,7 @@
#!/bin/bash
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign --add-missing
autoconf
export CFLAGS='-O2 -Wall -pipe -g'