You are required to set `AS' and `ASFLAGS' via `configure.in'. The

autoconf macro `AM_PROG_AS' will do this for you.  Unless they are
already set, it simply sets `AS' to the C compiler and `ASFLAGS' to the
C compiler flags.

LIES! :)

Actually it defaults to "as", not your compiler, and then it gives as the
flags it should have given to the C compiler. Anyway, fixed now, and bug
reported to the GNU guys :)


SVN revision: 5456
This commit is contained in:
Tom Gilbert 2001-10-09 19:31:26 +00:00
parent 35ba0681f1
commit e6d1af6fb6
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@ fi
AC_PROG_INSTALL
AC_PROG_MAKE_SET
ASFLAGS="$ASFLAGS -I../"
ASFLAGS="-I../"
AS=$CC
AM_PROG_AS
AC_SUBST(ASFLAGS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)
AC_CACHE_VAL([ag_cv_func_fopen_binary],