hi
iam getting the following when i do autoconf
iam usin autoconf 2.59
if the error is due to version incompatability
then how do i find out which version to use.
---
[EMAIL PROTECTED]:~/experi/mutt-1.5.8$ autoconf
configure.in:1: error: possi
hi
actually i want to compile(ie cross compile mutt) with mb-gcc(for the
microblaze processor and uclinux OS) instead of gcc.
so by studying the documentation of autoconf, i started by
(1) adding AC_CANONICAL_SYSTEM in configure.in
(2) adding AC_TRY_RUN(mb-gcc) in configure.in
(3) adding AC_
hi
actually i want to compile(ie cross compile mutt) with mb-gcc(for the
microblaze processor and uclinux OS) instead of gcc.
so by studying the documentation of autoconf, i started by
(1) adding AC_CANONICAL_SYSTEM in configure.in
(2) adding AC_TRY_RUN(mb-gcc) in configure.in
(3) adding AC_
-Original Message-
From: [EMAIL PROTECTED]
Date: Wed, 2 Mar 2005 16:31:13 -0300
To: autoconf@gnu.org
CC:
Subject: automake not working inspite of Makefile.am
Hi!!
i have a problem even though i have Makefile.am
i am getting the following error when i do automake.
[E