Fix that right up for you sah!

SVN revision: 5886
This commit is contained in:
Tom Gilbert 2002-01-30 16:59:08 +00:00
parent 174cec1c80
commit 5053e7cca2
2 changed files with 4 additions and 3 deletions

View File

@ -38,12 +38,12 @@ echo " libtoolize -c -f"
libtoolize -c -f
echo " aclocal -I . $ACLOCAL_FLAGS"
aclocal -I . $ACLOCAL_FLAGS
echo " autoconf"
autoconf
echo " autoheader"
autoheader
echo " automake -a -c"
automake -a -c
echo " autoconf"
autoconf
./configure "$@"

View File

@ -107,7 +107,8 @@ AC_PROG_INSTALL
ASFLAGS="$ASFLAGS -I../"
AS=$CC
AM_PROG_AS
AC_SUBST(ASFLAGS)
AC_SUBST(AS)
dnl# Check for host system type
AC_CANONICAL_HOST