add missing autoheader call
This commit is contained in:
@@ -16,6 +16,7 @@ PKG_NAME="stepmania"
|
|||||||
# Actually, there's a chance we'll work with later versions, too, but it's
|
# 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.
|
# not worth bending over backward to try to detect it right now.
|
||||||
ACLOCAL=aclocal-1.7
|
ACLOCAL=aclocal-1.7
|
||||||
|
AUTOHEADER=autoheader
|
||||||
AUTOMAKE=automake-1.7
|
AUTOMAKE=automake-1.7
|
||||||
ACLOCAL_OPTIONS="-I autoconf/m4/"
|
ACLOCAL_OPTIONS="-I autoconf/m4/"
|
||||||
AUTOMAKE_OPTIONS=-a
|
AUTOMAKE_OPTIONS=-a
|
||||||
@@ -66,6 +67,7 @@ fi
|
|||||||
|
|
||||||
$ACLOCAL $ACLOCAL_OPTIONS
|
$ACLOCAL $ACLOCAL_OPTIONS
|
||||||
$AUTOCONF
|
$AUTOCONF
|
||||||
|
$AUTOHEADER
|
||||||
$AUTOMAKE $AUTOMAKE_OPTIONS
|
$AUTOMAKE $AUTOMAKE_OPTIONS
|
||||||
|
|
||||||
#make -f Makefile.am srcdir=. acinclude.m4
|
#make -f Makefile.am srcdir=. acinclude.m4
|
||||||
|
|||||||
Reference in New Issue
Block a user