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_

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

2005-03-04 Thread Alexandre Duret-Lutz
On Fri, Mar 04, 2005 at 12:40:33PM -0300, Hema K wrote: > > i am not able to figure out as to why automake is not working. Because your 6-year-old version does not understand the new constructs that have been introduced in this century. Upgrade.

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

2005-03-04 Thread Stepan Kasal
Hello, On Fri, Mar 04, 2005 at 12:40:33PM -0300, Hema K wrote: > the following is present in configure.in > > AC_CONFIG_FILES([Makefile intl/Makefile [...] > AC_CONFIG_FILES([Makefile]) OK, in this case there is no need to repeat. The first AC_CONFIG_FILES is enough. One more wild guess: is i