Okay, don't use AM_PROG_AS but the workaround, to fix automake issues.

SVN revision: 6149
This commit is contained in:
Christian Kreibich 2002-04-19 15:37:21 +00:00
parent 6c2ef7d8aa
commit 3ad5e83992
1 changed files with 5 additions and 5 deletions

View File

@ -66,11 +66,11 @@ fi
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AM_PROG_AS
dnl ASFLAGS="$ASFLAGS -I../"
dnl AS=$CC
dnl AC_SUBST(ASFLAGS)
dnl AC_SUBST(AS)
dnl AM_PROG_AS
ASFLAGS="$ASFLAGS -I../"
AS=$CC
AC_SUBST(ASFLAGS)
AC_SUBST(AS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)