add missing autoheader call

This commit is contained in:
Glenn Maynard
2003-02-25 21:27:59 +00:00
parent a441f136de
commit aeef5f2874
+2
View File
@@ -16,6 +16,7 @@ PKG_NAME="stepmania"
# Actually, there's a chance we'll work with later versions, too, but it's
# not worth bending over backward to try to detect it right now.
ACLOCAL=aclocal-1.7
AUTOHEADER=autoheader
AUTOMAKE=automake-1.7
ACLOCAL_OPTIONS="-I autoconf/m4/"
AUTOMAKE_OPTIONS=-a
@@ -66,6 +67,7 @@ fi
$ACLOCAL $ACLOCAL_OPTIONS
$AUTOCONF
$AUTOHEADER
$AUTOMAKE $AUTOMAKE_OPTIONS
#make -f Makefile.am srcdir=. acinclude.m4