Mon Oct 8 10:00:19 2001 Michael Jennings (mej)

Nope, sorry.  More people use 1.4.  Come up with something that is
compatible with 1.4 if changing configure.ac doesn't work, but
breaking compatibility with the older automake is not acceptable.


SVN revision: 5441
This commit is contained in:
Michael Jennings 2001-10-08 17:04:36 +00:00
parent 947263f038
commit fc3e3e2240
2 changed files with 4 additions and 4 deletions

View File

@ -65,6 +65,10 @@ fi
AC_PROG_INSTALL
AC_PROG_MAKE_SET
ASFLAGS="$ASFLAGS -I../"
AM_PROG_AS
AC_SUBST(ASFLAGS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)
AC_CACHE_VAL([ag_cv_func_fopen_binary],
[AC_TRY_RUN([#include <stdio.h>

View File

@ -65,10 +65,6 @@ fi
AC_PROG_INSTALL
AC_PROG_MAKE_SET
ASFLAGS="$ASFLAGS -I../"
AM_PROG_AS
AC_SUBST(ASFLAGS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)
AC_CACHE_VAL([ag_cv_func_fopen_binary],
[AC_TRY_RUN([#include <stdio.h>