error in mutt-1.5.8 when autoconf

2005-03-07 Thread Hema K
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

Re: Re: automake not working inspite of AC_CONFIG_FILES([Makefile])

2005-03-04 Thread Hema K
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_

cross compiling --error when autoconf

2005-03-04 Thread Hema K
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_

automake not working inspite of AC_CONFIG_FILES([Makefile])

2005-03-03 Thread Hema K
-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