pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] compilation problem


From: Charles Kerr
Subject: Re: [Pan-users] compilation problem
Date: Tue, 9 Jul 2002 08:28:51 -0700
User-agent: Mutt/1.3.20i

On Tue, Jul 09, 2002 at 11:49:05AM +0200, Colin Leroy wrote:
> On Tue, 9 Jul 2002 11:39:58 +0200 Colin Leroy <address@hidden> wrote:
> 
>> config.status: error: cannot find input file: pan/Makefile.in
>>
>> I'm using automake 1.4p1 and autoconf 2.53. 
>>
>> Someone else having this problem ?
> 
> Ok, found it, it was due to :
> 
> Index: configure.in
> ===================================================================
> RCS file: /cvs/gnome/pan/configure.in,v
> retrieving revision 1.204
> diff -r1.204 configure.in
> 136c136
> < AC_CONFIG_FILES([Makefile
> ---
> > AC_OUTPUT([Makefile

I don't think this is correct.  
http://www.gnu.org/manual/autoconf-2.53/html_mono/autoconf.html:

        AC_OUTPUT ([file]..., [extra-cmds], [init-cmds]) Macro
        The use of AC_OUTPUT with argument is deprecated,
        this obsoleted interface is equivalent to:

        AC_CONFIG_FILES(file...)
        AC_CONFIG_COMMANDS([default], extra-cmds, init-cmds)
        AC_OUTPUT

autogen is working for me, with autoconf 2.53 and automake 1.6.1.
Maybe automake does some magic with AC_OUTPUT and needs to be upgraded
from 1.4p1 to 1.6.1?

cheers,
Charles



reply via email to

[Prev in Thread] Current Thread [Next in Thread]