From aeef5f2874f8862d251bccb1baa008d662f065a7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 25 Feb 2003 21:27:59 +0000 Subject: [PATCH] add missing autoheader call --- stepmania/autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/autogen.sh b/stepmania/autogen.sh index b6bfe7bba4..9ce9b920dd 100755 --- a/stepmania/autogen.sh +++ b/stepmania/autogen.sh @@ -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