This works with either automake :)


SVN revision: 5470
This commit is contained in:
Tom Gilbert 2001-10-11 19:08:55 +00:00
parent 4ec8c811cd
commit 5bbbf18406
2 changed files with 2 additions and 10 deletions

View File

@ -2,15 +2,6 @@
(automake --version | grep 1.4) && (autoconf --version | grep 2.5)
if test $? = 1; then
echo "Happy building ...";
else
echo "Trouble!";
echo "You have automake 1.4 and autoconf 2.5. either downgrade autoconf to";
echo "2.13 or upgrade automake to 1.5";
exit
fi
if [ "$USER" = "root" ]; then
echo "You cannot do this as "$USER" please use a normal user account"
exit

View File

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