[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake not working inspite of AC_CONFIG_FILES([Makefile])
From: |
Stepan Kasal |
Subject: |
Re: automake not working inspite of AC_CONFIG_FILES([Makefile]) |
Date: |
Fri, 4 Mar 2005 09:46:32 +0100 |
User-agent: |
Mutt/1.4.1i |
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 it possible that you have configure.ac in the
same directory? It takes precedence over configure.in.
(The name configure.in is obsolete, the file should be called
configure.ac now.)
> i am not able to figure out as to why automake is not working.
Well, I'm not able either. You wrote:
> address@hidden:~/mutt-1.4.2.1$ automake
and I tried to fetch mutt-1.4.2.1i.tar.gz but when I run
aclocal -I m4 && automake
I see no problems.
Sorry,
Stepan