bug-automake
[Top][All Lists]
Advanced

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

Re: DIST_COMMON list bug?


From: Alexandre Duret-Lutz
Subject: Re: DIST_COMMON list bug?
Date: Fri, 5 Jul 2002 15:04:27 +0200
User-agent: Mutt/1.4i

On Fri, Jul 05, 2002 at 11:50:56AM +0200, Wojciech Polak wrote:
> 
> AC_CHECK_FUNCS(getopt_long,, [AC_LIBOBJ(getopt) AC_LIBOBJ(getopt1)])

What happen if you rewrite this as follows?

 AC_CHECK_FUNCS(getopt_long,, [AC_LIBOBJ(getopt) 
                               AC_LIBOBJ(getopt1)])

Automake's configure.ac scanner has a tendency to miss multiple macro
calls on the same line.  Hopefully this will not be the case in Automake
1.7.

-- 
Alexandre Duret-Lutz



reply via email to

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